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

/*/////// FIRST SLIDER //////*/


#s3slider {
	width: 960px; /* important to be same as image width */
	height: 400px; /* important */
	overflow: hidden;
	top: 0px;
	float: left;
	left: 0px;
}

#s3sliderContent {
	width: ; /* important to be same as image width or wider */
	position: relative; /* important */
	top: 0px; /* important */
	margin-left: 0px; /* important */
	padding-left: 0px;
	padding-top: 0px;
	height: 400px;
	width: 960px;
}

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

.s3sliderImage span {
   position: absolute; /* important */
   left: 0px;
   font: 16px/0px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
   padding: 0px 0px;
   padding-bottom: 18px;
   width: 100%;
   background-color: #FFF;
   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: #000;
   display: none; /* important */
   top: 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
   */
}

.s3sliderImage h4 {
   font: 12px/16px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
   color: #000;

   padding: 0px 0px;
}

.s3sliderImage h5 {
   font: 10px/0px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

   padding: 0px 0px;
}

.s3sliderImage a
{
	color: #000;
	text-decoration: underline;
}

.clear {
   clear: both;
}
