@charset "UTF-8";

@media screen
{


#s3slider{
    width: 100%; /* important to be same as image width */
    height: 250px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
 
#s3sliderContent {
    width: 100%; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.s3sliderImage {
    float: left;
    position: relative;
	display: none;
}
.s3sliderImage span {
    position: absolute;
	font-size: 1.3em;/* 10px/15px Arial, Helvetica, sans-serif; */
	font-weight: normal;
    padding: 10px 13px;
    width: /* 694px */ 100%;
    background-color: #000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
	-khtml-opacity: 0.6;
    opacity: 0.6;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}

.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 280px;
}
.right {
	right: 0;
	bottom: 0;
	width: 250px !important;
	height: 150px;
}
.rightt {
	right: 0;
	bottom: 0;
	width: 468px !important;
	height: 100px;
}
.bottom {
	bottom: 0;
    left: 0;
}
.top {
	top: 20%;
	/* left: 0; */
	right:1%;
}

.rmiddle {
	right: 0;
	top: 10%;
	width: 50% !important;
}



.tright{
text-align: right;
}
}