#slider {
	margin: -42px 0 30px 0;
    width: 504px; /* important to be same as image width */
    height: 180px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	background: transparent url(/img/layout/bg_carousel.png) top left no-repeat;
}
#sliderContent {
	padding: 9px;
    width: 504px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 12px/15px Geneva, Arial, Helvetica, sans-serif;
    width: 474px;
	padding: 5px 5px;
    background-color: #000;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
	-khtml-opacity: 0.8;
    opacity: 0.8;
    color: #fff;
    display: none;
	line-height: 16px;
}
.sliderImage span strong {
	color: #00FF66 !important;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
span.top {
	top: 1px;
	left: 1px;
}
span.bottom {
	bottom: 5px;
    left: 1px;
}
#slider ul { list-style-type: none;}
#slider img {
	border: 1px solid #fff;
}

