

#slider {
   width: 400px;
   height: 390px;
   position: relative;
   overflow: hidden;
   margin: 0 0 10px 0;}

#sliderContent {
   width: 400px;
   position: absolute; 
   top: 0;
   margin-left: 0;}

.sliderImage {
   float: left; 
   position: relative;
   display: none;}

.sliderImage span {
	display: none !important;
	visibility: hidden !important;
   	position: absolute;
   	padding: 10px 13px;
   	width: 400px;
   	background-color: #002650;
   	filter: alpha(opacity=70);
   	-moz-opacity: 0.7;
   	-khtml-opacity: 0.7;
   	opacity: 0.7;
   	color: #fff;
   	/*display: none; /* important */
   	left: 0;
   	bottom: 0;
   	font: normal 12px/21px sans-serif;}

.clear { clear: both;} 
