
#box-s3slder{width: 605x; border-bottom:5px solid #e5e5e5; padding-bottom:14px;}

#s3slider{
    width: 605px; /* important to be same as image width */
    height: 225px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#s3sliderContent {
    width: 605px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.s3sliderImage {
    float: left;
    position: relative;
	display: none;
}

.s3sliderImage img{ border:0px;}

.s3sliderImage div {
    position: absolute;
	padding:32px 32px 0px 48px;
    background-color: #000;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
	-khtml-opacity: 0;
    opacity: 0;
    color: #fff;
    display: none;
}

.left {
	top: 0;
    left: 0;
	width: 155px !important;
	height: 225px;

}



.left h1{ font-size:22px; line-height:24px; color:#fff; text-transform:uppercase;}
.left h4{ color:#fff; font-size:14px; line-height:20px;}

ul { list-style-type: none;}