ul { margin:0px; padding:0px; list-style:none; }

/* scroll container */
.als-container {
	float:left;
	width:950px;
	height:270px;
	position:relative;
	margin-bottom:20px;
}
/* scroll viewable area */
.als-viewport { 
	margin:0px auto; 
	width:874px;
	height:270px;
	position:relative;
	overflow:hidden;
}
/* scroll list */
.als-wrapper { float:left; width:874px; position:relative; }
.als-item { float:left; width:874px; height:270px; position:relative; }

/* prev & next buttons */
.als-prev, .als-next { position: absolute; cursor:pointer; clear:both; z-index:50; top:118px; }
.als-prev { left:0px; }
.als-next { right:0px; }