/*************************************
 * generic styling for ALS elements
 ************************************/

.als-container {
	position: relative;
	width: 970px;
	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;
	width:auto;
	text-align: center;
	cursor: pointer;
	float: left;
}

.als-prev, .als-next {
	position: absolute;
	cursor: pointer;
	clear: both;
}
/*************************************
 * specific styling for #demo2
 ************************************/

#demo2 {
	margin: 0px auto;
}

#demo2 .als-item {
	margin: 0px 5px;
	padding: 4px 0px;
	min-height: 70px;
	min-width: 70px;
	height:100px;
	text-align: center;
}

#demo2 .als-item img {
	display: block;
	margin: 0 auto;
	vertical-align: middle;
}

#demo2 .als-prev, #demo2 .als-next {
	top: 50px;
}

#demo2 .als-prev {
	left: 5px;
	width:30px;
}

#demo2 .als-next {
	right: 5px;
	width:30px;
}


/*************************************
 * specific styling for #fotos
 ************************************/

#fotos {
	margin: 0px auto;
}

#fotos .als-item {
	margin: 0px 5px;
	padding: 4px 0px;
	min-height: 70px;
	min-width: 70px;
	height:155px;;
	text-align: center;
}

#fotos .als-item img {
	display: block;
	margin: 0 auto;
	vertical-align: middle;
}

#fotos .als-prev, #fotos .als-next {
	top: 70px;
}

#fotos .als-prev {
	left: 5px;
}

#fotos .als-next {
	right: 5px;
}