.slider{ 
	position: relative;
	width:500px; 
	height: 250px;
	border:5px solid #ccc;
	background:#fff;
	overflow: hidden;
}
.slider UL{ 
	height: 250px;
	overflow: hidden;
}
.slider LI{ 
	height: 250px;
	overflow: hidden;
}

.slider .info {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 44px;
	background: #FFF;
	color: #000;
	opacity: 0.8;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	padding: 10px 10px 26px 10px;
}

.slider .info H2 {
	font-size: 14px;
}
.slider_control {
	position: absolute;
	z-index: 2;
	right: 3px;
	bottom: 3px;
	
}
