#slider1 {
    width: 320px; /* important to be same as image width */
    height: 160px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	padding:0px;
	margin:0px;
}

#slider1Content {
    width: 320px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
	padding:0px;
	margin:0px;
}
.slider1Image span {
    position: absolute;
    width: 160px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    display: none;
	padding:0px; margin:0px; top:0;
}
.clear {
	clear: both;
}
.right {
	right: 0;
	bottom: 0;
	width: 160px;
	height: 160px;
	text-align:right;
}
.main-slide-text{vertical-align:bottom; height:150px; line-height:24px;font-size:26px;color: #fff;}
ul { list-style-type: none; padding:0px; margin:0px;}