#slider {
    width: 725px; /* important to be same as image width */
    height: 210px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 725px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin:0 0 0 -40px;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    width: 330px;
    background-color: #1f1a17;
    color: #fff;
    display: none;
	margin:50px 0 0 380px;
	padding:10px;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;

}
.slider-title {	
    font-size: 24px;
	line-height:24px;
	color: #5e5a4e;
	text-decoration:none;

}
.slider-more {	
    font-size: 12px;
	color: #5e5a4e;
	text-decoration:none;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}
