
body, td {
	font-family: tahoma;
	font-size: 13px;
	color: #3A3A3A;
	}
A:visited {	COLOR: #000000; TEXT-DECORATION: underline}
A:link {	COLOR: #000000; TEXT-DECORATION: underline}
A:hover {	COLOR: #C20000; TEXT-DECORATION: underline 
}
/*************************************
 * styling generico elementi als
 ************************************/
.als-container {
	position: relative;
	width: 1140px;
	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; vertical-align: middle;
	cursor: pointer;
	float: left;
}

.als-prev, .als-next {
	position: absolute;
	cursor: pointer;
	clear: both;
}



/***********************************
 * styling specifico elementi als
 * di content e delle demo
 **********************************/



#sliderku .als-item {
	margin: 0px 5px;
	padding: 0px 2px 0px 2px;
	text-align: center;
	vertical-align: middle;
}

#sliderku .als-prev, #sliderku .als-next {
	top: 170px;
}

#sliderku .als-prev {
	left: 10px;
}

#sliderku .als-next {
	right: 10px;
}

