.slider {
  position: fixed;
width:100%;
height:100%;
  overflow: hidden;
  transition:all ease-in-out 1.2s;
  z-index: 2;
}
.slider.DisplayNone {
display:none;
}

.Projectslider {
  position: relative;
width:100%;
height:100%;
  overflow: hidden;
direction: rtl;
}
.Projectslides {
  height: 100%;
  /* Clear fix */
  overflow: hidden;
  *zoom: 1;

  /**
   * Prevent blinking issue
   * Not tested. Experimental.
   */
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
.NameProjectslider {
  position: relative;
width:100%;
height:100%;
  overflow: hidden;
}
.Nameslides {
  height: 100%;
  /* Clear fix */
  overflow: hidden;
  *zoom: 1;
  /**
   * Prevent blinking issue
   * Not tested. Experimental.
   */
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
.slides {
  height: 100%;
  /* Clear fix */
  overflow: hidden;
  *zoom: 1;
  float:right;
  /**
   * Prevent blinking issue
   * Not tested. Experimental.
   */
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
.slide {
  height: 100%;
  width:100%;
  float: right;
  clear: none;
list-style-type: none;
}
.Nameslide {
  height: 100%;
  float: left;
  clear: none;
}
.Projectslide {
  height: 100%;
  /*float: left;*/
  clear: none;
  list-style-type:none;
}
.slider-arrow {
  position: absolute;
  display: block;
  margin-bottom: -20px;
  padding: 20px;
  z-index:999;
  list-style-type:none;
}

.slider-arrow--right {
  bottom: 0;
  right: 0;
  height: 60%;
  width: 30%;
  font-size:0;
  top: 20%;
}

.slider-arrow--left {
  bottom: 0;
  left: 0;
  height: 100%;
  width: 30%;
  font-size:0;
}
.NameProjectslider .slider-arrow {
  position: absolute;
  display: block;
  margin-bottom: -20px;
  padding: 20px;
}

.NameProjectslider .slider-arrow--right {
  bottom: 0;
  right: 0;
  height: 0;
  width:0;
  font-size:0;
}

.NameProjectslider .slider-arrow--left {
  bottom: 0;
  left: 0;
  height: 0;
  width: 0;
  font-size:0;
}
.slider-nav {
  position: absolute;
  bottom: 30px;
  display:none;
}

.slider-nav__item {
  width: 12px;
  height: 12px;
  float: left;
  clear: none;
  display: block;
  margin: 0 5px;
  background: #fff;
}

.slider-nav__item:hover {
  background: #ccc;
}

.slider-nav__item--current {
  background: #ccc;
}

.MySliderCaption{
	
position: relative;
bottom:10%;	
font-size: 10px;
opacity:1;
width: 1024px;
margin: 0 auto;
text-align:right;
}
.MySliderCaption span{
padding:0;
/*background:rgba(255, 255, 255, 0.56);*/	
border-radius:3px;
}
.Projectslider .slider-arrow{
margin-bottom:0;
top:0;
}
.ProjectImages{
text-align:center;
background:#fff;
overflow: hidden;	
}
.Projectslider .slider-arrow--right{
font-size: 0;
height: 80%;
width: 15%;
padding: 0;
top: 15%;	
}
.Projectslider .slider-arrow--left{
font-size:0;
height: 95%;
width: 15%;
padding:0;
z-index: 0;		
}
#NextProjectImg{
cursor:pointer;	
}
#NextProject{
cursor:pointer;	
text-align: right;
}
#PrevProjectImg,#PrevProject{
cursor:pointer;	
}
