@charset utf-8;
#s3slider {
	width: 760px; /* important to be same as image width */
	height: 475px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden;
	margin-left: 2px;
	background-repeat: no-repeat;
}

#s3sliderContent {
	width: 760px; /* important to be same as image width or wider */
	position: absolute; /* important */
	top: 0px; /* important */
	margin-left: 0; /* important */
	height: 475px;
	margin-top: 25;
	left: 0px;
}

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

.s3sliderImage span {
	position: absolute; /* important */
	left: 0;
	font: 10px/15px Arial, Helvetica, sans-serif;
	width: 760px;
	background-color: #000000;
	filter: alpha(opacity=0); /* here you can set the opacity of box with text */
	-moz-opacity: 0.0; /* here you can set the opacity of box with text */
	-khtml-opacity: 0.0; /* here you can set the opacity of box with text */
	opacity: 0.0; /* here you can set the opacity of box with text */
	color: #fff;
	display: none; /* important */
	padding-top: 10px;
	padding-right: 13px;
	padding-bottom: 10px;
	padding-left: 13px;
	margin-bottom: 5px;

   /*
       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
   */
}

.top {
	 top: 0;
}

.bottom {
	bottom: 0;
	font-family: Times New Roman, Times, serif;
	font-size: 36px;
	padding-top: 25px;
	width: 800px;
}
.bottom p {
	font-family: Times New Roman, Times, serif;
	font-size: 18px;
	line-height: 18px;
	margin-top: 10px;
}
strong {
	font-family: Times New Roman, Times, serif;
	font-size: 36px;
	margin-top: 25px;
}


.clear {
   clear: both;
}
.top p {
	font-family: Times New Roman, Times, serif;
	font-size: 18px;
	line-height: 18px;
	margin-top: 10px;
}
