#rotator2 {background: url(../images/banner.jpg) no-repeat top left;border-right:1px solid #fff;}
#rotator2 ul {margin:0;padding:0;}

#rotator2 #s3slider {
	width: 730px; /* important to be same as image width */
	height: 150px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
}


#rotator2 .s3sliderImage {
	float: left; /* important */
	position: relative; /* important */
	display: none; /* important */
}

#rotator2 .s3sliderImage span {
	position: absolute; /* important */
   left: 0;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 10px;
	width: 730px;
	/*background:#000 url(../images/logoWhite.png) no-repeat bottom right;*/
	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 */
	bottom: 0;

   /*
       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
   */
}

#rotator3 {background: url(../images/banner1b.jpg) no-repeat top left;border-right:1px solid #fff;}
#rotator3 ul {margin:0;padding:0;}

#rotator3 #s3slider {
	width: 730px; /* important to be same as image width */
	height: 502px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
}


#rotator3 .s3sliderImage {
	float: left; /* important */
	position: relative; /* important */
	display: none; /* important */
}

#rotator3 .s3sliderImage span {
	position: absolute; /* important */
   left: 0;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 10px;
	width: 730px;
	/*background:#000 url(../images/logoWhite.png) no-repeat bottom right;*/
	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 */
	bottom: 0;

   /*
       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
   */
}

.SbottomR {
	bottom: 0;
	left: 0;
	text-align:right;
}