@charset "UTF-8";

#s3slider {
   width: 940px; /* important to be same as image width */
   height: 300px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
   background: url(../img/slider-bg.jpg) no-repeat top left;
   margin: 10px 0 10px 10px;
   padding: 0;
}

#s3sliderContent {
   width: 940px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin: 0; /* important */
   padding: 0;
}

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

.s3sliderImage span {
   position: absolute; /* important */
   right: 0;
   padding: 10px 13px;
   width: 300px;
   height:300px;
   background-color: #2b2b2b;
   color: #fff;
   line-height: 16px;
   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 strong {
	font-size: 20px;
	line-height: 22px;
	font-weight: normal;
	padding-bottom: 10px;
}

#s3slider li {
	padding:0;
	margin:0;
}

#s3slider h1 {
	font-size: 20px;
	line-height: 22px;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#s3slider p {
	padding-bottom: 20px;
	font-size: 14px;
	line-height: 18px;
	margin:0;
}

