#slider {
	width: 468px; /* important to be same as image width */
	height: 316px; /* important to be same as image height */
	position: absolute; /* important */
	overflow: hidden; /* important */
	margin-top: 2px;
	margin-left:6px;
	top: 89px;
   
}
#slider ul 
{
list-style: none;
margin-top:2px;
margin-left: 1px;
padding-left: 1px;
text-indent: 1px;

}

#sliderContent {
	width: 468px; /* important to be same as image width or wider */
	position: absolute; /* important */
	top: 0px; /* important */
	margin-left: 0px; /* important */
	left: 0px;
}

.sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}
A.sliderImage span { 
  color: #FFFFFF;
  font-size: 13px;  
  font-weight: bold;
  text-decoration: none;
}

A.sliderImage span:hover {
  color: #FFFFFF;
  font-size: 13px;  
  font-weight: bold;
  text-decoration: underline;
}

.sliderImage span {
   position: absolute; /* important */
   left: -11px;
   font: 14px/20px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
  
   width: 468px;
   background-color: #922A2B;
   filter: alpha(opacity=95); /* 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 */
   top: 0px;

   /*
       if you put
       top: 0px; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0px; -> the box with text will be shown at the bottom of the image
   */
}

.clear {
   clear: both;
} 
.top {
	top: 0px;
	left: 1px;
	
}
.bottom {
	bottom: 0px;
    left: 0px;
}
.left {
padding-left: 1px;
    left: 1px;
	width: 110px !important;
	height: 316px;
}
.right {
	right: 0px;
	bottom: 0px;
	width: 90px !important;
	height: 316px;
}

#sliderContent2 {   width: 468px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0px; /* important */
   margin-left: 0px; /* important */
}


