
/********************************
 * generic als elements styling
 ********************************/
.als-container {
	margin-top:50px;
	position: relative;
	width: 100%;
}

.als-viewport {
	position: relative;
	overflow: hidden;
	min-width:980px; 
	height:80px; 
	float:left;
}

.als-wrapper {
	position: relative;
	overflow: hidden;
	list-style: none;
	width:980px; 
	height:80px; 
	float:left;
	margin-left:0px;	
}

.als-item {
	position: relative;
	display: block;
	text-align: center;
/*	cursor: pointer;*/
	float: left;
}

.als-prev, .als-next {
	cursor: pointer;
/*	margin:0px;*/
}


/**************************
 * specific als elements
 * styling for #site
 **************************/

/*#site {*/
/*	margin: 60px auto 80px auto;*/
/*}*/

#site_banner .als-item {
	min-height: 80px;
}

#site_banner .als-item img {
	position: relative;
	display: block;
	vertical-align: middle;
	margin-left:13px; margin-right:13px;
}

#site_banner .als-prev, #site_banner .als-next {
	top: 0px;
	width: 12px;
	height: 19px;
}

