@charset "UTF-8";
.als-container {
	position: relative;
	width: 890px;
	margin: 0px auto;
}

.als-viewport {
	position: relative;
	overflow: hidden;
	/* margin: 0px auto; */

}

.als-wrapper {	
	float: left;
	margin-top:0px;
	height:110px;
	position: relative;
	list-style: none;
}

.als-item {
	position: relative;
	margin-left:0px;
	display: block;
	text-align: left;
	cursor: pointer;
	float: left ;
}

.als-prev, .als-next {
	position: absolute;
	cursor: pointer;
	clear: both;
}
