img
{  border-style: none;
}

#slider {
   width: 275px;
   height: 210px;
   position: relative;
   overflow: hidden;
   margin-bottom:28px;
}

#sliderContent {
   width: 275px;
   position: left;
   top: 0;
   margin-left: 0;
}

img.FeaturedListingSlide {
width: 275px;
height: 206px;
margin: 0px !important;
margin-bottom: 9px !important;
}

li.sliderImage {
list-style-type: none !important;
}

.sliderImage {
   float: left;
   position: relative;
   display: none; 
}

.sliderImage span {
   position: absolute;
   left: 0;
   font: 12px Arial, Helvetica, sans-serif;
   padding: 0px 10px 20px 0px;
   width: 275px;
   background-color: #111;
   filter: alpha(opacity=80); -moz-opacity: 0.8; -khtml-opacity: 0.8; opacity: 0.8;
   color: #fff;
   display: none;
   bottom: 0;
   /*top: 0;*/
}

.sliderImage span strong {
font-size: 13px;
font-weight: bold;
display: block;
}

.clear {
   clear: both;
}
