#slider {
    width: 600px; 
    height: 480px; 
    position: relative; 
	overflow: hidden;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px; 
}
#sliderContent {
    width: 600px; 
    position: absolute;
	top: 0;
	margin-left: 0;

}
.sliderImage {
	width: 600px;
    float: left;
    position: relative;
	display: none;
	top:0px;

}
.sliderImage span {
	position: absolute;
	padding: 16px 20px;
	width: 626px;
	background-color: #000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #fff;
	display: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 15px;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 16px;
	line-height: 23px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none; margin: 0px; padding: 0px;}

