body {
	background-color: #000000;
}



.testogenerale {
	font-family: "Verdana";
	font-size: 10px;
	color: #ffffff;}

.testonero {
	font-family: "Verdana";
	font-size: 10px;
	color: #000000;}

	
A:link, A:visited {
	text-decoration: none;
	font-family:  "Verdana";
	font-size: 10px;
	color: #ffffff;
	font-weight: 
	}
	
A:hover {
	text-decoration: none;
	font-family: Verdana;
	font-size: 10px;
	color: #ffffff;
	text-decoration:underline;
	font-weight: 
; 	
	}

div#MENU
{
    text-align: Center;
    padding: 0px;
   
    border: Solid 1px #000000;
	
}



div
{
    font-size: 11px;
    font-family:  "Verdana";
}





a.MENU
{
    background-color: #c6c6c6;
    color: #000000;
    font-weight: Bold;
    text-decoration: None;
    width: 100px;
    padding: 1px;
    border: Solid 1px #000000;
}
a:hover.MENU
{
    background-color: #8e1504;
    color: #EEEEEE;
    font-weight: Bold;
    text-decoration: None;
    width: 100px;
    padding: 1px;
    border: Solid 1px #000000;
}
				
	
	
	.image_carousel {
	padding: 15px 0 15px 40px;
	position: relative;
}
.image_carousel img {
	border: 1px solid #ccc;
	background-color: white;
	padding: 9px;
	margin: 7px;
	display: block;
	float: left;
}
a.prev, a.next {
	background: url(../images/miscellaneous_sprite.png) no-repeat transparent;
	width: 45px;
	height: 50px;
	display: block;
	position: absolute;
	top: 85px;
}
a.prev {			left: -22px;
					background-position: 0 0; }
a.prev:hover {		background-position: 0 -50px; }
a.next {			right: -22px;
					background-position: -50px 0; }
a.next:hover {		background-position: -50px -50px; }

a.prev span, a.next span {
	display: none;
}
.pagination {
	text-align: center;
}
.pagination a {
	background: url(../images/miscellaneous_sprite.png) 0 -100px no-repeat transparent;
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0;
	display: inline-block;
}
.pagination a.selected {
	background-position: -25px -100px;
	cursor: default;
}
.pagination a span {
	display: none;
}
.clearfix {
	float: none;
	clear: both;
}

	
