html,body{ margin:0; padding:0;}

#slider {
    position: relative;
    background: url(../img/sf_spotlight.gif) no-repeat left top;
	height: 265px;
	padding: 6px 7px;
}
#sliderContent {
	position: relative;
	overflow: hidden;
	height: 265px;
	margin: 0;
	padding:0;
}
.sliderImage {
	display: none;
	list-style:none;
}

.sliderImage span {
    position: absolute;
	padding: 10px;
	height: 20px;
	cursor: default;
    background-color: #000000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
    font-size: 15px;
    font-weight: bold;
}
.bottom {
	bottom: 0;
    left: 0;
    right: 0;
}