
@font-face {
  font-family: Malika;
  src: url('../media/fonts/llcooper.eot');
}
@font-face {
  font-family: Malika;
  src: url('../media/fonts/llcooper.ttf');
}



ul.lingue		{
			float: right;
			display: block;
			overflow: hidden;
			margin-bottom: 10px;
			}
			
ul.lingue li		{
			float: left;
			overflow: hidden;
			}			
			
ul.lingue li a 		{
			display: block;
			height: 20px;
			width: 30px;
			color: #555;
			font-size: 10px;
			float: left;
			}			
			
ul.lingue li span 	{
			display: block;
			height: 20px;
			width: 10px;
			color: #555;
			font-size: 10px;
	
			float: left;
			}				
ul.lingue li a:hover 	{

			color: #000;
			}			


ul.lingue li a.sel 	{
			font-weight: bold;
			color: #000;
			}				

.flashMalika		{
			display: block; 
			position: fixed; 
			left: 200px; 
			top: 100px; 
			width: 720px; 
			height: 810px; 
			}


			
.middleSize		{
			background:		 url(../media/m08.png);
			background-repeat:	reapeat-y;
		
			}
			
.middleSize		{
			min-height: 60px;
			
			}	
			
			
.menuBox		{	
			display:	block;			
			min-height	155px;
			height:		auto;
			background:		url(../media/menu/middle.png);
			background-repeat:	repeat-y;
		
			}
			
			

#menuV ul li 		{
			display: 	block;
			overflow: 	hidden;
			min-height: 26px;
			padding-left: 	50px;
			
		
			}
			
			
			
			
#menuV ul li:hover	{
			background:		url(../media/menu/point.png);
			background-repeat:	no-repeat;
			background-position:	20px 10px;
			
			}
			
#menuV ul li.sel	{
			background:		url(../media/menu/point.png);
			background-repeat:	no-repeat;
			background-position:	20px 10px;
			
			}			
			
#menuV ul li a		{
			display: 	block;			
			width: 		200px;
			height:		21px;
			font-size:	21px;
			line-height: 	21px;
			font-family: 	Malika, Verdana;
			font-weight:	normal;
			
			color: 		#000;				
			}
			


div.paginatore		{
			display: 	block;
			overflow: 	hidden;
			padding-left:  80px;
			padding-right: 80px;			
			}			
			
ul.paginatore		{
			display: 	block;
			overflow: 	hidden;
			float: 		right;
			margin:		5px;
			}	

ul.paginatore li 	{
			display: block;
			float: left;
			}	
			
ul.paginatore li a	{
			display: 		block;
			width: 			9px;
			height:			9px;
			padding: 		2px;
			line-height: 		9px;
			font-size: 		9px;
			text-decoration: 	none;
			background: 		#e0e0e0;
			margin-left: 		5px;
			text-align: 		center;
			color:			#fff;
			}			
		
		
ul.paginatore li a:hover	{

			background: 		#000 ;

			color:			#fff;
			}		
			
		
ul.paginatore li a.sel	{

			background: 		#000;

			color:			#fff;
			}		
			
			
.album			{
			position: relative;
			min-height: 215px;
			height: auto;
			padding: 10px;
	
			}			
			
			
.album	h1		{
			font-family: 	Malika, Verdana;
			font-size: 	21px;
			line-height: 	23px;
			font-weight: 	normal;
			margin-bottom: 	5px;
			color: 		#000;
			}		
			
.album	h2		{

			font-size: 	13px;

			color: 		#000;
			}			
			
.album .testo		{
			margin-top: 15px;
			line-height:	16px;
			}	
	
	
.album a.linkAlbum	{
			position: absolute;
			right: 10px;
			bottom: 10px;
			color: #555;
			text-decoration: none;
			}
			
			
.album a.linkAlbum:hover{
			color: #000;
			}			
	
	
	
	
	
	
		
ul.albumMatrix		
		{
		display:	block;
		overflow:	hidden;
		margin: 	0px;
		
		}

ul.albumMatrix li 	{
		float: 	left;
		
		}
		
ul.albumMatrix li a
		{
		display:	block;
			
						

		}	

	
	
	
	
	
.coverAlbum		{
			margin: 5px;
			}	
		
		
		
		
		
.coverAlbumMini		{
			display:	block;
			width: 		130px;
			height: 	130px;
			padding: 	10px;
			background: 	transparent url("../media/box.png");
			
			}		
			
			
.coverAlbumMini:hover	{
			background: 	transparent url("../media/box-hover.png");
			
			}	
			
			
.coverAlbumMini a span	
			{
			position: absolute;
			bottom:		10px;
			left: 		10px;
			width: 		120px;
			height: 	23px;
			display:	none;
			background: 	transparent url("../media/etichetta.png");
			color: 		#fff;
			padding: 	5px;
			font-size: 	11px;
			text-align: 	center;
			
			
			}		
			
			
.coverAlbumMini:hover a span	
			{
			display:	block;
			}				
