/********************************
 * generic als elements styling
 ********************************/
.als-container {
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 8px;
	margin-left: auto;
	overflow: hidden;
	height: 180px;
	width: 950px;
	position: relative;
}

.als-viewport {
	margin: 0px auto;
}

.als-wrapper {
	list-style: none;
}

.als-item {
	position: relative;
	display: block;
	float: left;
	z-index: 1;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 180px;
	width: 230px;
	overflow: hidden;
	cursor: pointer;
}
.als-item img {
	/*height: 180px;*/
	position: absolute;
}
.als-item div {
	z-index: 10;
	background-image: url(../images/title_bg.png);
	background-repeat: repeat;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	padding: 5px;
	width: 150px;
	position: absolute;
	right: 0px;
	bottom: 10px;
}

.als-prev, .als-next {
	position: absolute;
	cursor: pointer;
	z-index: 20;
	height: 60px;
	width: 60px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	background-image: url(../images/prev_next.png);
	background-repeat: no-repeat;
}

.als-prev {
	background-position: 0px 0px;
	top: 60px;
	left: 10px;
}

.als-prev:hover {
	background-position: -60px 0px;
}

.als-next {
	background-position: 0px -60px;
	top: 60px;
	right: 10px;
}

.als-next:hover {
	background-position: -60px -60px;
}
