* {
	outline: none;
}
body, html {
	margin: 0;
	padding: 0;
}
#container {
	width: 640px;
	height: 480px;
	border: 1px solid #e5e5e5;
	background: #c7db31 url('../img/loader_g.gif') no-repeat 50% 195px;
}
#immagine {
	height: 360px;
	margin: 10px 10px 0 10px;
	border: 1px solid #e5e5e5;
	background-position: no-repeat center;
}
#navigatore {
	height: 62px;
	margin: 10px;
	border: 1px solid #e5e5e5;
	background: #000 url('../img/loader.gif') no-repeat center;
}
#info-gallery {
	height: 17px;
	padding: 3px 0;
	margin: 0px 10px 0 10px;
	background-color: #e3ed97;
	font: 13px "Trebuchet MS", Verdana;
}
#lista {
	float: left;
	margin: 2px 0 0 0;
}
.img {
	border: 1px solid #fff;
}
.opaco {
	filter:alpha(opacity= 50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
#freccia_sx {
	float: left;
	width: 26px;
	height: 60px;
	filter:alpha(opacity= 0);
	-moz-opacity: 0;
	opacity: 0;
	background: url('img/freccia_gallery_sx.gif') no-repeat top;
}
#freccia_sx:hover {
	background-position: bottom;
}
#freccia_dx {
	float: right;
	width: 18px;
	height: 60px;
	visibility: hidden;
	background: url('img/freccia_gallery_dx.gif') top;
}
#freccia_dx:hover {
	background-position: bottom;
}
