#s3slider {
   width: 262px; /* important to be same as image width */
   height: 268px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
   margin:0;
   padding:0;
}

#s3sliderContent {
   width: 262px; /* important to be same as image width or wider */
   position: absolute; /* important */
/*   top: 0; /* important */
   margin-left: 0; /* important */
   margin:0;
   padding:0;
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
/*   font: 10px/15px Arial, Helvetica, sans-serif;*/
   padding: 5px 5px;
   width: 252px;
   background-color: #fff;
   filter: alpha(opacity=80); /* here you can set the opacity of box with text */
   -moz-opacity: 0.8; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.8; /* here you can set the opacity of box with text */
   opacity: 0.8; /* here you can set the opacity of box with text */
   color: #000;
   display: none; /* important */
/*   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
   */
}

.clear {
   clear: both;
} 
.bottom {
	bottom: 0;
    left: 0;
    height:75px;
}
.banners_link {
	font-size:11px;
	font-weight:bold;
	color:#0f354a;
}
.banners_link a:link {
	color:#0f354a;
}
.banners_link a:visited {
	color:#0f354a;
}
.banners_link a:active {
	color:#0f354a;
}
.banners_link a:hover {
	color:#0f354a;
	text-decoration: underline;
}
.banners_name {
	font-size:11px;
	font-weight:bold;
	color:#000;
}
.banners_desc {
	font-size:11px;
	color:#3d3d3d;
	font-weight:normal;
}

