/*************************************
 * generic styling for ALS elements
 ************************************/

.als-container {
	position: relative;
	width: 100%;
	margin: 0px auto;
	z-index: 0;
}

.als-viewport {
	position: relative;
	overflow: hidden;
	margin: 0px auto;
}

.als-wrapper {
	position: relative;
	list-style: none;
}

.als-item {
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	float: left;
}

.als-prev, .als-next {
	position: absolute;
	cursor: pointer;
	clear: both;
	z-index: 10;
}
/*************************************
 * specific styling for #demo3
 ************************************/

#demo3 {
	margin: 0 auto;
}

#demo3 .als-item {
	margin: 0px;
	padding: 0px;
	min-height: 186px;
	min-width: 1020px;
	text-align: center;
}

#demo3 .als-item img {
	display: block;
	margin: 0 auto;
	vertical-align: middle;
}

#demo3 .als-prev, #demo3 .als-next {
	top: 150px;
}

#demo3 .als-prev {
	left: 20px;
}

#demo3 .als-next {
	right: 20px;
}