
#s3slider { 
   width: 737px; /* important to be same as image width */ 
   height: 368px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
   border: #2385aa solid 1px;
   margin: 0 0 30px 0;
   padding: 0;
}

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

#s3slider #s3sliderContent .s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
   margin: 0 0 0 -40px;
   *margin: 0;
   padding: 0;
}

#s3slider #s3sliderContent .s3sliderImage span {
   position: absolute; /* important */
   font: 15px Helvetica, Arial, sans-serif;
   padding: 0;
   width: 717px;
   background-color: #000;
   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: uppercase;

   /*
       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 #s3sliderContent .clear {
   clear: both;
}

#s3slider #s3sliderContent .top {
	top: 0;
	left: 0;
}

#s3slider #s3sliderContent .bottom {
	bottom: 0;
    left: 0;
}

#s3slider #s3sliderContent .left {
	top: 0;
    left: 0;
	width: 220px !important;
	height: 372px;
}

#s3slider #s3sliderContent span.right {
	right: 0;
	bottom: 0;
	width: 220px !important;
	height: 372px;
}

#s3slider #s3sliderContent span.right h2 {
	font-weight: normal;
	margin: 0 15px 5px 15px;
	padding: 0;
	color: #fff;
	font-size: 20px;
	line-height: 23px;
	text-transform: none;
}

#s3slider #s3sliderContent span.right p {
	margin: 0 15px 10px 15px;
	padding: 0;
	color: #fff;
	font-size: 12px;
	line-height: 17px;
	text-transform: none;
}

#s3slider #s3sliderContent span.right p.slidenav {
	font-size: 10px;
	margin: 10px 0 15px 0;
	text-align: center;
	width: 220px;
}

#s3slider #s3sliderContent span.right p a {
	color: #ffa63b;
	text-decoration: none;
	outline: none;
}

#s3slider #s3sliderContent span.right p a:hover {
	color: #003e5c;
	text-decoration: none;
}
