
#slider {
	width:275px;
	height:206px;
	position:relative;
	overflow:hidden;
	margin-bottom:28px;
	}
#sliderContent {
	width:275px;
	position:absolute;
	top:0;
	margin-left:0;
	}
img.FeaturedListingSlide {
	width:275px;
	height:206px; /*This is a proportionally scaled down 500 by 275*/
	margin:0px !important;
	margin-bottom:9px !important;
	-ms-interpolation-mode:bicubic; /*Makes it resize much more smoothly in IE*/
	}
li.sliderImage {list-style-type:none !important;}
.sliderImage { /*(The actual image)*/
	float:left;
	position:relative;
	display:none; /*This gets toggled by the script*/
	}
.sliderImage span { /*(The caption, and its background)*/
	position:absolute;
	left:0;
	font:12px Arial, Helvetica, sans-serif;
	padding:2px 10px 10px 10px;
	width:275px;
	background-color:#111;
	filter:alpha(opacity=80); -moz-opacity:0.8; -khtml-opacity:0.8; opacity:0.8;
	color:#fff;
	display:none; /*This gets toggled by the script*/
	bottom:0;
	}
.sliderImage span strong { /*The title in the caption*/
	font-size:13px;
	font-weight:bold;
	display:block; /*Makes the caption display on two lines*/
	}
.clear {clear:both;}
