#slider {
	width: 520px;
	height: 350px;
	position: relative; /* important */
	overflow: hidden;
	background-color: #000;
	padding: 0px;
	border: medium inset #fff;
}
#sliderContent {
	width: 520px; /* important to be same as image width or wider */
	position: relative;
	top: 0px;
	padding-left: 0px; /*originally 5px**************/
	margin-left: 0px;
	margin-top: 0px;
}
.sliderImage {
	float: left;
	position: relative;
	display: none;
}
.sliderImage span {
	position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
	width: 400px;
	background-color: #000;
	filter: alpha(opacity=0); /*change to 70*/
	-moz-opacity: 0; /* change to 0.7*/
	-khtml-opacity: 0; /* change to 0.7*/
	opacity: 0; /*Change to 0.7*/
	color: #fff;
	display: none;
	padding-top: 10px;
	padding-right: 13px;
	padding-bottom: 10px;
	padding-left: 13px;
}
.clear {
	clear: both;
}
.sliderImage span strong {
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
	left: 0px;
	height: 50px;
	width: 300px;
}
.left {
	top: 0;
	left: 0px;
	width: 70px !important;
	height: 200px;
}
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 210px;
}

ul {
	list-style-type: none;
}
