#slider{
	width:295px;
	height:185px;
	overflow:hidden;
	position:relative;	
}

#slider2{
	width:295px;
	height:185px;
	overflow:hidden;
	position:relative;	
}

#slider3{
	width:295px;
	height:185px;
	overflow:hidden;
	position:relative;	
}

#slider4{
	width:295px;
	height:185px;
	overflow:hidden;
	position:relative;	
}

ol, ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#sliderContent {
   width: 295px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

#slider2Content {
   width: 295px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

#slider3Content {
   width: 295px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

#slider4Content {
   width: 295px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.slider2Image {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.slider3Image {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.slider4Image {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 10px/15px Arial, Helvetica, sans-serif;
   padding: 10px 10px;
   width: 255px;
   background-color: #000000;
   filter: alpha(opacity=00); /* 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: #ffffff;
   display: none; /* important */
}

.slider2Image span {
   position: absolute; /* important */
   left: 0;
   font: 10px/15px Arial, Helvetica, sans-serif;
   padding: 10px 10px;
   width: 255px;
   background-color: #000000;
   filter: alpha(opacity=00); /* 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: #ffffff;
   display: none; /* important */
}

.slider3Image span {
   position: absolute; /* important */
   left: 0;
   font: 10px/15px Arial, Helvetica, sans-serif;
   padding: 10px 10px;
   width: 255px;
   background-color: #000000;
   filter: alpha(opacity=00); /* 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: #ffffff;
   display: none; /* important */
}

.slider4Image span {
   position: absolute; /* important */
   left: 0;
   font: 10px/15px Arial, Helvetica, sans-serif;
   padding: 10px 10px;
   width: 255px;
   background-color: #000000;
   filter: alpha(opacity=00); /* 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: #ffffff;
   display: none; /* important */
}


.clear {
   clear: both;
} 