#slider {
    width: 974px; /* important to be same as image width */
    height: 300px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	background-color:#CCC;
}
#sliderContent {
    width: 974px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin: 0px;
	padding: 0px;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
	position: absolute;
	width: 934px;
	padding-right:40px;
	height:70px;
	color: #fff;
	display: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 60px;
	text-align: right;
	line-height: 100%;
	padding-top: 10px;
	padding-bottom: 75px;
	padding-left: 13px;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}
