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

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

#sslider { 
   width: 425px; /* important to be same as image width */ 
   height: 300px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#ssliderContent {
   width: 425px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
   padding-left: 4; /* important */
}

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

.ssliderImage span {
   position: absolute; /* important */
   left: 0px;
   font: 16px/0px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
   padding: 24px 88px;
   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
   */
}

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

   padding: 0px 0px;
}

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

   padding: 0px 0px;
}

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

/*/////// SECOND SLIDER //////*/

#s2slider { 
   width: 500px; /* important to be same as image width */ 
   height: 240px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#s2sliderContent {
   width: 500px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
   padding-left: 4; /* important */
}

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

.s2sliderImage span {
   position: absolute; /* important */
   left: 0px;
   font: 16px/0px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
   padding: 24px 88px;
   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
   */
}

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

   padding: 0px 0px;
}

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

   padding: 0px 0px;
}

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

/*/////// THIRD SLIDER //////*/

#s3slider { 
   width: 774px; /* important to be same as image width */ 
   height: 180px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#s3sliderContent {
   width: 774px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
   padding-left: 4; /* important */
}

.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: 24px 88px;
   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;
}