#s3slider {
   width: 573px; /* important to be same as image width */
   height: 246px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#s3sliderContent {
   width: 573px; /* important to be same as image width or wider */
   position: absolute; /* important */
top: 0px;
margin-left: 0px;
left: 0px;
border: 0px;
float: left;
margin: 0px;
margin-right: 0px;
padding: 0px;
right: 0px;
   list-style: none;
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
   border:none;
}

.s3sliderImage span {
   position: absolute; /* important */
   font: 1.0em Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   width: 559px;
   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 */
}

.s3sliderImage a {
color: #0CA2A8;
}

.s3sliderImage a:hover {
color: #F3F53E;
background-color: transparent;
}

.clear {
   clear: both;
}
.s3sliderImage span strong {
    font-size: 14px;
}

.s3sliderImage img {
    border:none;
}

.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
	left: 0;
	height: 60px;
}
.left {
	top: 0;
    left: 0;
	width: 195px !important;
	height: 229px;
}
.right {
	right: 0;
	bottom: 0;
	width: 160px !important;
	height: 231px;
	margin-right:2px;		
}

