
.als-container {
	position: relative;
	width: 100%;
}

.als-viewport {
	position: relative;
	overflow: hidden;
	margin: 0px auto;
}

.als-wrapper {
	position: relative;
	list-style: none;
	padding:0;
}

.als-item {
	position: relative;
	display: block;
	float: left;
}

.als-prev, .als-next {
	position: absolute;
	cursor: pointer;
	clear: both;
	width: 18px;
	height: 30px;
}


.als-next {
	right: 0px;
}


