#s3slider {
   width: 908px; /* important to be same as image width */
   height: 200px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
   background-color: #1c2836;
   /*margin-top: -31px;*/
}

#s3sliderContent {
   width: 918px; /* important to be same as image width or wider */
   position: absolute; /* important */
   left: -40px;
   top: -18px;
   height: 200px;
   
}

.s3sliderImage {
   position: relative; /* important */
   display: none; /* important */
   list-style:none;
   /*border: 3px solid #1d2937;*/
}

.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: bold 22px "Myriad", Arial, Helvetica, sans-serif;
   text-align:center;
   padding: 10px 0 0 0;
   background-color: #2f455d;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   text-transform: lowercase;
   /*top: 0;*/

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}


.sliderImage span strong, .slider1Image span strong, .slider2Image span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
	width: 908px;
    height:80px;
}
.bottom {
	bottom: 100px;
    left: 0;
	width: 908px;
    height:40px;
}
.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 200px;
}
.right {
	right: 0;
	bottom: 0;
	width: 110px !important;
	height: 200px;
}


.clear {
   clear: both;
} 