/* Easy Slider */

.graphic {
		margin:0;
        padding:0;
        display:block;
        overflow:hidden;
        text-indent:-8000px;
}
 
 
.titolo_foto_galleria_home {
	background-color:#05263e;
	color:#fff;
	padding: 3px 10px;
	font-size: 13px;
	font-weight: bold;
	margin:0;
} 
	  
	#gallery {
		margin-top:1px;
		background-color:#05263e;
	} 
	
	#gallery a {
		color:#dde2e4;
	}
	#gallery a:hover {
		color:#fff;
	} 
	  
	#gallery ul, #gallery li{
		margin:0;
		padding:0;
		list-style:none;
	}
	
	#gallery li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:406px;
		height:258px;
		overflow:hidden; 
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		/*padding-left:309px;*/
		height:14px;
		}
	ol#controls li{
		margin:0 8px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:14px;
		line-height:14px;
		}
	ol#controls li a{
		float:left;
		height:14px;
		line-height:14px;
		border:1px solid #05263e;
		background:#fff;
		color:#05263e;
		padding:0 8px;
		text-decoration:none;
		font-size:11px;
		font-weight:bold;
		}
	ol#controls li.current a{
		background:#657988;
		color:#fff;
		}
	ol#controls li a:focus {outline:none;}
	
/* // Easy Slider */