#slider {
    width: 960px; /* important to be same as image width */
    height: 280px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}


.sliderImage, .slider1Image {
    float: left;
    position: absolute;
	display: none;
}

.sliderImage span {
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:15px;
	width: 940px;
	list-style:none outside none;
	text-align:justify;
	border:0 none;
    position: absolute;
    padding: 5px 10px 13px 10px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
}

.slider1Image span {
    position: absolute;
	font: 10px/15px Verdana, Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong, .slider1Image span strong {
    color:#CC9900;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	line-height:20px;
	margin:0 10px 0 0;
	list-style:none outside none;
	border:0 none;
}

.bottom {
	bottom: 0;
    left: 0;
}
