/* CSS Document GALLERY */
/* 
per gallery grande
gallery_thumbnails { margin-left: 620px; width: 220px; }
*/

div.single_gallery /* elenco delle gallery */
	{
		position: relative;
		margin: 8px 18px;
		_margin: 10px 18px;
		float: left;  
		_float: none;  
		_display: inline;

		width: 180px;
		height: 150px; 
		background: #444444;
		font: bold 11px Arial, Helvetica, sans-serif;	
		color: #FFFFFF;
		text-align: center;
		border: 1px solid #EFEFEF;	
		overflow: hidden;
	}

div.single_gallery a, div.single_gallery a:hover, div.single_gallery a:visited, div.single_gallery a:active  /* link alle gallery */
	{
		color: #FFFFFF;
	}
	
div.single_gallery img /* singola gallery */
	{
		position: relative;
		max-width: 90px;
		max-height: 100px;
		_height: 90px; 
		margin: 3px;
		border: 0px;
	}


.big_size1 /* FOTO GRANDE */
	{
		max-width: 600px;
		/* width: expression( this.width > 599 ? "600px" : "auto" );  */ /* sets max-width for IE */
		max-height: 750px;
		_width: 600;  /* sets max-height for IE */
		
	}

.big_size2 /* FOTO GRANDE */
	{
		max-width: 400px;
		max-height: 550px;
		_width: 400;  /* sets max-height for IE */
	}

.big_size3 /* FOTO GRANDE */
	{
		max-width: 200px;
		max-height: 350px;
		_width: 200;  /* sets max-height for IE */
	}

div.thumbnails_size1 /* blocco foto piccole */
	{
		width: 230px;
		margin: 10px 3px 3px 630px;	
	}

div.thumbnails_size2
	{
		position: relative;
		width: 230px;
		_width: 230px;
		margin: 10px 3px 3px 430px;	
	}

div.thumbnails_size3
	{
		width: 230px;
		margin: 10px 3px 3px 230px;	
	}

.theatre_direction1, .theatre_direction3 /* posizione foto grande */
	{
		position: relative;
		float: none;
	}

.theatre_direction2 /* posizione foto grande */
	{
		position: relative;
		float: left;	
	}

div.thumbnail_direction1, div.thumbnail_direction3 /* posizione dei thumbnails */
	{
		margin-left : 0px;	
	}

div.thumbnails_size1 img /* singole foto piccole */
	{
		position: relative;
		height: 90px;
	}

div.thumbnails_size2 img /* singole foto piccole */
	{
		position: relative;
		height: 80px;
	}

div.thumbnails_size3 img /* singole foto piccole */
	{
		position: relative;
		height: 60px;
	}


img.gallery_big
	{
		position: relative; 
		border: 0px;
		margin: 10px;
	}

img.gallery_mini
	{
		position: relative; 
		border: 0px;
		margin-top: 2px;
	}

div#gallery_thumbnails
	{
		position: relative;
		border: 1px solid #777777;	
		background: #555555;
		text-align: center;
	}
	
div#gallery_node
	{
		position: relative;
		border: 1px solid #CCCCCC;
		background: url(artwork/fondo_gallery.jpg) repeat-y; 
	}
	
div.gallery_clearer
	{
		float: none;
		clear: left;
		margin: 0px;
		padding: 0px;
		height: 0px;
		width: 0px;
	}
	
div#didascalie
	{
		position: relative;
		border: 1px solid #777777;	
		background: #EFEFEF;
		text-align: center;
		font: normal 10px Arial, Helvetica, sans-serif;	
		color: #000000;
	}
	
div#anteprima_gallery
	{
		position: relative;
		margin-top:5px;
		border: 1px solid #777777;	
		background: #333333;
		text-align: justify;
		font: normal 12px Arial, Helvetica, sans-serif;	
		color: #FFFFFF;
		padding:5px;
	}
	
