#slider {
    width: 1140px; /* important to be same as image width */
    height: 200px; /* important to be same as image height */
    position: absolute; /* important */
	overflow: hidden; /* important */
	z-index: 999;
	top: 0px;
}
#sliderContent {
    width: 250px; /* important to be same as image width or wider */
    position: absolute;
	top: 0px;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	
}
.sliderImage span {
    position: absolute;
	font: 16px Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
    font-style: italic;
    font-weight: bold;
    padding: 10px 10px;
    width: 250px;
    background-color: #e8e8e8;
    filter: alpha(opacity=70);
    -moz-opacity: 0.8;
	-khtml-opacity: 0.8;
    opacity: 0.8;
    color: #8B4513;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
    width: 250px !important;
	height: 100px;
}
.bottom {
	bottom: 0;
    left: 0;
    width: 250px !important;
	height: 100px;
}
.left {
	top: 0;
    left: 0;
	width: 250px !important;
	height: 100px;
}
.right {
	right: 20px;
	bottom: 0;
	width: 250px !important;
	height: 100px;
}
ul { list-style-type: none;}