#slider {
	width: 900px;
	height: 300px;
	position: relative;
	overflow: hidden;
}
#sliderContent {
	width: 900px;
	position: absolute;
	top: 0;
	margin-left: 0;
	padding: 0;
}
.sliderImage {
	float: left;
	position: relative;
	display: none;
}
.sliderImage span  {
	position: absolute;
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 16px;
	padding: 10px 10px 0 10px;
	width: 195px;
	background-color: #000;
	filter: alpha(opacity=80);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
	font-size: 12px;
	color: #ffffff;
	line-height: 16px;
}
.top1a {
    top: 0;
    left: 0;
}   
.bottom1a {
    bottom: 0;
    left: 0;
}
.left1a {
    top: 0;
    left: 0;
    width: 195px;
    height: 290px;
}
.right1a {
    top: 0;
    right: 0;
    width: 195px;
    height: 290px;
}