
/********************************
 * generic als elements styling
 ********************************/
.als-container {
	position: relative;
	width: 100%;
	margin: 0px auto;
}

.als-viewport {
	position: relative;
	overflow: hidden;
	width:800px; 
	float:left;

}

.als-wrapper {
	position: relative;
	list-style: none;
	width:800px; 
	float:left;

}

.als-item {
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	float: left;
}

.als-prev, .als-next {
	cursor: pointer;
	margin-top:30px;



}


/**************************
 * specific als elements
 * styling for #site
 **************************/

/*#site {*/
/*	margin: 60px auto 80px auto;*/
/*}*/

#site .als-item {
	min-height: 50px;
	min-width: 150px;
}

#site .als-item img {
	position: relative;
	display: block;
	vertical-align: middle;
}

#site .als-prev, #site .als-next {
	top: 0px;
	width: 21px;
	height: 18px;
}

