@CHARSET "UTF-8";
#languageMenu{
	/*
	background-image:url(../img/languageback.gif);
	background-repeat:no-repeat;
	*/
	background-color:white;
	position:absolute; 
	right:0px; 
	top:270px; 
	display:list-item; 
	color:white;
	width:55px;
	
	padding-top:6px;
	padding-bottom:6px;
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
	border-color:#ccc;
	border-style:solid;
	border-width:1px;
	
}
#languageMenu a{
	font-family:Arial, Helvetica, sans-serif;
	margin-left:23px;
}
#languageMenu a:hover {
	background-color:black;
	color:white;
}

#slider{
	border:0 none; -webkit-box-shadow: rgba(57, 61, 39, 0.5) 0px 0px 10px; -moz-box-shadow:0 0 3px #393d27;
}
#slider:hover{
	-webkit-box-shadow: rgba(0, 0, 0, 0.492188) 0px 0px 20px; -moz-box-shadow:0 0 8px #000000;
}
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	width:980px;
	height:490px;
	overflow:hidden; 
	}	
#prevBtn, #nextBtn{ 
	display:block;
	width:40px;
	height:50px;
	position:absolute;
	left:0px;
	top:440px;
	}	
#nextBtn{ 
	left:940px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:40px;
	height:50px;
	background:url(../img/btn_prev.gif) no-repeat 0 0;	
	}	
#nextBtn a{ background:url(../img/btn_next.gif) no-repeat 0 0;	}
#prevBtn a:hover{  background:url(../img/btn_prev_hover.gif) no-repeat 0 0;}
#nextBtn a:hover{  background:url(../img/btn_next_hover.gif) no-repeat 0 0;}
.titolo_in{
	position:absolute;
	background-color:white;
	padding:5px 15px 8px;
	top:20px;
    left:20px;
    width:auto;
    height:27px;
    font-family: Aller, Arial;
	font-size: 18px;
	font-weight: bold;
	white-space: nowrap;
}
.titolo_li {
    width:980px;
}
