
/** Glidejs styles **/
.slider { position: relative; width:700px; height: 602px; margin:0px auto; overflow: hidden;}
	
.slides { width: 100%; height: 100%; overflow: hidden; list-style: none; margin:0px; padding:0px;
  
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
   -webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
   -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
   -ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
   -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
   transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
	
.slide {display: block; position: relative; width:100%; height: 100%; float: left; clear: none; text-align: center;}

.slide #stwr2b1 img { width:700px; height:490px; padding-bottom:5px;}

