#slider {
    width: 1000px; /* important to be same as image width */
    height: 280px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
    margin: 1em auto;
    text-align:center;
}

#sliderContent {
    width: 1000px; /* important to be same as image width or wider */
    position: relative;
	
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
    margin-top:0.3em;
}
.sliderImage span {
	position: absolute;
	padding: 10px 13px;
	width: 100%;
	background-color: #000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #fff;
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	bottom: 5px;
}
.sliderImage a  { text-decoration: none }
.sliderImage img {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
.clear {
	clear: both;
}
.slider1Image span strong {
	font-size: 16px;
}
.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 200px;
}
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 200px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}

ul { list-style-type: none;}

span.bottom a { text-decoration: none; color: white; width: 100%}

