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

.als-viewport {
	width:100%;
	position: relative;
	overflow: hidden;
	background:#FF9900;
	padding:0 13px;
	left:16px;
}

#als-viewport_0{
	width:1000px;
	height:354px;
	}

.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;
}


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

#lista1 {
	margin:0 auto;
}

#lista1 .als-item {
	margin: 0px;
	min-height: 15px;
	min-width: 114px;
	padding:10px 8px;
	border-right:#CCC 1px solid; border-style:dotted;
	font-family:'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif; color:#FFF; font-size:13px;
    -webkit-font-smoothing: antialiased !important;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

#lista1 .als-item:hover{
	background:#FFCC00;
	color:#333; font-weight:700; text-shadow:#999;
	border:#FFF;
	}


#lista1 .als-prev, #lista1 .als-next {
	top: 113px;
	width: 10px;
	height: 21px;
}

#lista1 .als-prev {
	left: 0;
	background:#FF9900;
	padding:7px;
	z-index:2;
}

#lista1 .als-next {
	right: 0;
	background:#FF9900;
	padding:7px 7px 7px 25px;
}


