@charset "utf-8";
/* CSS Document */

.hg-gallery-photo-container {
	position: relative;
	top: 20px; right: 45px;
	width: 500px; height: 357px;
	border: 0px solid gray;
}
#hg-gallery-photo {
	position: relative;
}
#hg-gallery-photo img {
	position: absolute;
	top: 0; right: 0;
}
#hg-gallery-cover {
	position: absolute;
	top: 0; right: 0;
	background-color: white;
	width: 1000px; height: 357px;	
}
#hg-gallery-loading {
	position: absolute;
	top: 0; right: 0;
	display: none;
}

.thumb_number {
	position: absolute;
	bottom: -20px; right: 0;
	margin-top: 8px;
	width: 500px;
	text-align: right;
}
.thumb_number a {
	margin: 0 0 0 2px;
	padding: 1px;
	line-height: 12px;
	display: inline-block;
	width: 12px; height: 15px;
	text-align: center;
	background-color: white;
	border: 0px solid gray;
	color:#999;
}
.thumb_number a.active {
	color:black;
	background: url(../immagini/bg_gallery_n.jpg) no-repeat bottom;
}

#hg-gallery-player-control {
	position: relative;
	top: 0px;	
	display: inline-block;
	width: 30px;
	height: 14px; line-height: 14px;
}
