#slider1 {
	background:url(../images/banner-bg.gif) no-repeat left top;
    width: 960px; /* important to be same as image width */
    height:250px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#slider1 #slider1Content {
/*	float:left;
	width:482px;*/
/*	margin:25px 25px 0 40px;*/
 }
#slider1 .slider1Image {
	margin:15px 25px 0 40px;
	display: none;
}
.showslide {
	float:left;
	width:510px;
}
.info {
	float:left;
	width:350px;
	font-size:15px;
	
}
.sliderImage span {
	float:left;
	width:30px;
	padding-top:50px;
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clickBtn {
	position:absolute;
	bottom:12px;
	right:275px;
}

.clear {
	clear: both;
}



