/* CSS Document */

<style type="text/css">
#gallery {width:608px; height:380px; padding:10px; border:1px solid #333; background: #fff; position:relative; }
#gallery b.default {position:absolute; left:10px; top:10px; width:400px; height:380px; text-align:left;}
#gallery b.default img {display:block; margin:0 auto 10px auto; border:1px solid #eee; border-color:#555 #ddd #eee #333;}
#gallery b.default span {display:block; color:#fff; font-family:verdana, arial, sans-serif; font-weight:normal; font-size:11px; width:350px; margin:0 auto;}

#gallery ul {
	list-style:none;
	padding:6px;
	margin:0;
	width:180px;
	position:relative;
	float:right;
	background: #fff;
	height: 380px;
}/* dimensione della colonna miniature */
#gallery ul li {display:inline; width:52px; height:52px; float:left; margin:0 2px 4px 2px;}
#gallery ul li a {display:block; width:52px; height:52px; text-decoration:none; border:1px solid #000; border-color:#eee #555 #333 #ddd;}
#gallery ul li b {clear:both;}
#gallery ul li a span {display:none;}
#gallery ul li a img {display:block; width:50px; height:50px; border:0;}
#gallery ul li a:hover {
	white-space:normal;
	border-color:#555 #ddd #eee #333;
	background:#E93843;
	background-image: url(../../Foto/Lente.gif);
	background-position: left top;
	background-repeat: no-repeat;
}/* colore delle miniature selezionate*/
#gallery ul li a:hover b {
	position:absolute;
	left:-540px;
	top:0;
	width:540px;
	height:380px;
	text-align:left;
	background:#fff;
	z-index:20;
	padding: 6px 0px 12px 12px;
	z-index: 50;
}/* colore dell area principale selezionata*/
#sopra {
	position:absolute;
	left:0px;
	top:15px;
	width:52px;
	height:30px;
	z-index: 100;
	background-image: url(../../Foto/ScrittaLente.gif);
	background-position:170px;
	background-repeat: no-repeat;
}/* scritta sovrapposta a immagine media */
#gallery ul li a:hover span {display:block; color:#344f57; font-family:verdana, arial, sans-serif; font-weight:normal; font-size:10px; width:500px; margin:0 auto;}/* testo delle dida*/
#gallery ul li a:hover img {margin:0 auto 10px auto; width:510px; height:auto; border:1px solid #eee; border-color:#555 #ddd #eee #333;}

#gallery ul li a:focus, #gallery ul li a:active {
	white-space:normal;
	border-color:#555 #ddd #eee #333;
	background:#E93843;
}/* miniatura vuota */
#gallery ul li a:focus b, #gallery ul li a:active b {
	position:absolute;
	left:-725px;
	top:-200;
	width:360px;
	height:380px;
	text-align:left;
	background:#fff;
	z-index:150;
	padding: 6px 0px 12px 12px;
}/* immagine grande se cliccata */
#gallery ul li a:focus b span, #gallery ul li a:active b span {
	display:none;
}
#gallery ul li a:focus span, #gallery ul li a:active span {display:block; color:#344f57; font-family:verdana, arial, sans-serif; font-weight:normal; font-size:10px; width:350px; margin:0 auto;}
#gallery ul li a:focus img, #gallery ul li a:active img{margin:0 auto 10px auto; width:auto; height:auto; border:1px solid #eee; border-color:#555 #ddd #eee #333;}
</style>

