@charset "utf-8";
/* Copyright 2009 Raptor Studios Limited - http://www.raptorstudios.com */

#s3slider_container {
	padding:0;
	margin:0;
	width:900px;
	height:260px;
	margin-left:auto;
	margin-right:auto;
	background-color:#191919;
}

#center_promo_image{

	width:856px;
	margin:0px;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
	padding-top:22px;
	/*padding-bottom:20px;
	 *margin-bottom:-22px;
*/

}


#s3slider {
   width: 856px; /* important to be same as image width */
   height: 238px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#s3sliderContent {
   width: 856px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
  left:0;
  list-style:none;
  padding:0px;
  margin:0px;
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage img{
	margin:0px;
	padding:0px;
}


/*image caption text*/
.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 1em Helvetica, sans-serif;
   padding: 10px 13px;
   width: 100%; /* width of text area*/
   
   /*IMPROVED COMPATABILITY*/
   background-image:url(../images/promo/s3slider/captionbg.png);
   background-repeat:repeat;
   
   /*ORIGINAL CODE*/
   /*background-color: #191919;
   filter: alpha(opacity=90); /* here you can set the opacity of box with text */
   /*-moz-opacity: 0.9; /* here you can set the opacity of box with text */
   /*-khtml-opacity: 0.9; /* here you can set the opacity of box with text */
   /*opacity: 0.9; /* here you can set the opacity of box with text */
  
   opacity:1.0;
   color: #fff;
   display: none; /* important */
   bottom: 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;
} 

