#slider {
	width: 180px; /* important to be same as image width */
	height: 120px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden;
}
#sliderContent {
	width: 170px; /* important to be same as image width or wider */
	position: absolute;
	top: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.sliderImage {
    float: none;
    position: relative;
	display: none;
}
.sliderImage span {
	position: absolute;
	width: 180px;
	background-color: #000;
	filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #fff;
	display: none;
	font-weight: bold;
	line-height: 50px;
}
.clear {
	clear: both;
}
.sliderImage span strong {
	font-size: 12pt;
	font-family: Calibri;
	font-weight: normal;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
#slider ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#slider li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
