#s3slider ul, #s3slider li{
	list-style:none;
	padding:0px;
	margin:0px;
	float:none;
	display:block;
	overflow:hidden;
}

#s3slider { 
   width: 344px; /* important to be same as image width */ 
   height: 173px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
   display:block;
   background:url(../_img/slideshow_bg.jpg) no-repeat;
}

#s3sliderContent {
   width: 344px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

#s3slider h2{ position:absolute; top:5px; left:0px; width:324px; padding:0px 10px 0px 10px;}

#s3slider .s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

#s3slider .s3sliderImage span {
   position: absolute; /* important */
   /*left: 0;*/
   font-family:Verdana, Geneva, sans-serif;
   font-size:21px;
   background:url(../_img/trans_bg.png);
   width:344px;
   height:176px;
   color:#FFFFFF;
   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
   */
}

#s3slider .s3sliderImage strong.title{ font-size:16px; width:324px; display:block; position:absolute; bottom:75px; color:#FFF; left:0px; padding:0px 10px 0px 10px;}
#s3slider .s3sliderImage strong.desc{ font-size:12px; width:324px; display:block; font-weight:normal; position:absolute; bottom:40px; color:#FFF; left:0px; padding:0px 10px 0px 10px;}
#s3slider .s3sliderImage strong.readmore{font-size:12px; width:324px; display:block; position:absolute; bottom:15px; color:#0f75bc; left:0px; padding:0px 10px 0px 10px;}

#s3slider .s3sliderImage a{
	color:#FFF;
	font-size:10px;
}

#s3slider .clear {
   clear: both;
} 



#s3slider .top {
	top: 0;
}
#s3slider .bottom {
	bottom: 0;
	
}
#s3slider .left {
	float:none;
    left: 0;
}
#s3slider .right {
	float:none;
	right: 0;
}

#s3slider .black{
	color:#000;	
}

#s3slider .white{
	color:#FFF;	
}


