/* @override http://test.tunit.com/styles/s3slider.css */

@charset "UTF-8";
/* CSS Document */

#s3slider {
	width: 500px; /* important to be same as image width */
	height: 270px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

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

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

.s3sliderImage span {
   position: absolute; /* important */
   font: 12px/15px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   width: 500px;
   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;
   display: none; /* important */
   bottom: 0;
	text-align: center;
}
.s3sliderImage span strong {
    font-size: 14px;
}
.clear {
   clear: both;
}
#absoluteright {
	position: absolute;
	height: auto;
	width: auto;
	left: 300px;
	top: 115px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 280px;
}
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 290px;
}
