/* -------- */
/* pop-up */
/* -------- */
#ajax_div{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	background:transparent url(../data/images/galleria/bg_ajax_div.png);
	/*display:none;*/
}
#finestra_sfondo{
	width:700px;
	margin:45px auto;
}
#finestra{
	width:700px;
	height:565px;
	margin:0;
	padding:0;
	background:transparent url(../data/images/galleria/bg_finestra.png) no-repeat center;
}
#finestra_sopra{
	width:26px;
	height:30px;
	margin:0;
	padding:11px 14px 2px 660px;
	float:left;
	clear:both;
}
#finestra_sopra a{
	width:26px;
	height:30px;
	padding:0;
	margin:0;
	display:block;
	float:left;
	outline:0 none;
	cursor:pointer;
	background:url(../data/images/galleria/finestra_chiudi.jpg) no-repeat center top;
}
#finestra_sopra a:hover{
	background-position:bottom!important;
}
#finestra_foto{
	/*width:700px;
	height:460px;*/
	margin:0;
	padding:0 40px;
	float:left;
	clear:both;
}
#finestra_sotto{
	width:382px;
	height:41px;
	margin:0;
	padding:5px 308px 16px 10px;
	float:left;
	clear:both;
}
#finestra_titoli{
	width:258px;
	height:37px;
	margin:0;
	padding:4px 10px 0 30px;
	float:left;
	clear:both;
	font-size:11px;
}
#finestra_sotto a{
	width:40px;
	height:41px;
	padding:0;
	margin:0;
	display:block;
	float:left;
	outline:0 none;
	cursor:pointer;
}
#finestra_sotto a#finestra_prec_butt_gray{
	background:url(../data/images/galleria/finestra_freccia_sx_gray.jpg) no-repeat center top;
	margin:0 4px 0 0;
}
#finestra_sotto a#finestra_next_butt_gray{
	background:url(../data/images/galleria/finestra_freccia_dx_gray.jpg) no-repeat center top;
}
#finestra_sotto a#finestra_prec_butt{
	background:url(../data/images/galleria/finestra_freccia_sx.jpg) no-repeat center top;
	margin:0 4px 0 0;
}
#finestra_sotto a#finestra_prec_butt:hover{
	background-position:bottom;
}
#finestra_sotto a#finestra_next_butt{
	background:url(../data/images/galleria/finestra_freccia_dx.jpg) no-repeat center top;
}
#finestra_sotto a#finestra_next_butt:hover{
	background-position:bottom;
}
