



pre {
	border: 1px dotted #000;
	padding: 10px;
	background-color: #fff;
	color: #000;
}
/********** aSlider * DO NOT CHANGE **************/
#aslider {
	position: relative;
}
#slider-list {
	
}
#slider-container {
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.slider-item {
	position: absolute;
	z-index: 9997;
	overflow: hidden;
	display: none;
	background-position: 0 0;
	background-repeat: no-repeat;
}
#slider-pager {
	position: absolute;
	z-index: 9999;
}
.slider-pager-item {
	cursor: pointer;
}
#slider-loader {
	position: absolute;
}
.slider-btn {
	position: absolute;
	z-index: 9999;
	display: none;
	cursor: pointer;
}
#slider-title {
	position: absolute;
	z-index: 9998;
	display: none;
}
#slider-description {
	position: absolute;
	z-index: 9998;
	display: none;
}

/********** aSlider look ***************/
#aslider {
	width: 760px;
	height: 310px;
}
#slider-container {
	width: auto;
	height: 100%;
}
.slider-item {
	width: 760px;
	height: 100%;
}
#slider-pager {
	right: 10px;
	bottom: 10px;

}
.slider-pager-item {
	display: block;
	float: left;
	margin: 2px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: url("../images/pager.png") no-repeat left bottom;
	color: #000;
	font-size: 11px;
}
#slider-pager .active, #slider-pager .hover {
	color: #fff;
	background: url("../images/pager.png") no-repeat left top;
	padding:0px !important;
}
#slider-loader {
	font-size: 14px;
	width: 100%;
	height: 400px;
	line-height: 400px;
	text-align: center;
	color: #000;
}
.slider-btn {
	width: 40px;
	height: 40px;
}
#slider-l_btn {
	left: -50px;
	top: 180px;
	background: url(../images/larr.png) no-repeat 0 0;
}
#slider-r_btn {
	right: -50px;
	top: 180px;
	background: url(../images/) no-repeat 0 0;
}
#slider-title {
	color: #ffffff;
	text-shadow: #000 1px 1px 1px;
	top: 10px;
	left: 10px;
	font-size: 20px;
}
#slider-description {
	background-color: #000;
	color: #fff;
	bottom: 0px;
	left: 0px;
	font-size: 15px;
	width: 100%;
	height: 30px;	
	line-height: 30px;
	padding: 0px 10px;
}


