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

/* scroll container */
.als-container {
	float:left;
	width:655px;
	height:230px;
	position:relative;
	margin-left:16px;
	margin-top:20px;
}
/* scroll viewable area */
.als-viewport { 
	margin:0px auto; 
	width:577px;
	height:230px;
	position:relative;
	overflow:hidden;
}
/* scroll list */
.als-wrapper { float:left; width:577px; position:relative; }
.als-item { float:left; width:577px; height:230px; position:relative; }

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