/* foglio di stile per gallery biz */

body.photo {
	margin-top: 2px;
	margin-bottom: 0px;
	min-width: 750px;
	text-align: center;
	background-color: #f2f2f1;
	font-family: arial, helvetica, freesans, sans-serif;
	font-size: 12px;
	color: #000000;
}

div#egal_filterfunc {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: .5;
	z-index: 1;
	background: #000000;
}

div#egal_loading_div {
	position: absolute;
	width: 198px;
	height: 198px;
	border: 1px solid #202020;
	background-color: #ffffff;
	background-image: url(../images/loading.gif);
	background-position: 84px 84px;
	background-repeat: no-repeat;
	z-index: 9;
	text-align: left;
}

div#egal_loading_div a {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0px;
	margin-top: 84px;
	margin-left: 84px;
}
div#egal_loading_div a span {display: none;}

div#gallery_container {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 800px;
	height: 550px;
	background: #cccccc;
	font-family: verdana, "dejavu sans", helvetica, sans-serif;
	z-index: 10;
}

body.photo div#gallery_container {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px auto;
}

div#gallery_content {
	position: absolute;
	top: -5px;
	left: -5px;
	width: 800px;
	height: 550px;
	background: #ffffff;
}

div#gallery_text {
	position: absolute;
	top: 75px;
	right: 16px;
	width: 150px;
	height: 425px;
	padding: 0px;
	padding-right: 6px;
	text-align: left;
}

div#gallery_title {
	font-size: 24px;
	color: #89da25;
}

div#gallery_dida {
	padding-top: 10px;
	font-size: 11px;
	color: #656565;
}

div#gallery_photo {
	position: absolute;
	top: 16px;
	left: 16px;
	width: 595px;
	height: 510px;
	display: table;
}

div#gallery_photo div {
	width: 595px;
	display: table-cell;
	vertical-align: middle;
}

div#gallery_photo div div {
	width: 595px;
	text-align: center;
}

div#gallery_photo img {
	margin: 5px auto;
	padding: 3px;
	border: 1px solid #cccccc;
}

div#gallery_links {
	position: absolute;
	bottom: 6px;
	right: 16px;
	width: 156px;
	height: 30px;
}

div#gallery_which {
	width: 110px;
	margin: 4px auto;
	text-align: center;
	font-size: 11px;
	color: #656565;
}

span#gallery_idx,
span#gallery_maxidx {
	font-weight: bold;
}

div#gallery_links div.hide,
div#gallery_links a.hide {
	display: none;
}

div#gallery_links a {
	display: block;
	width: 20px;
	height: 20px;
}

div#gallery_links a span {
	display: none;
}

div#gallery_prev {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 20px;
	background: url(../images/bt_prev_screen.gif) top left no-repeat;
}

div#gallery_next {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 20px;
	height: 20px;
	background: url(../images/bt_next_screen.gif) top left no-repeat;
}

div#gallery_close { /* vd. testi */
	position: absolute;
	top: 16px;
	right: 16px;
	width: 64px;
	height: 20px;
}

div#gallery_close a {
	display: block;
	width: 64px;
	height: 20px;
}

div#gallery_close a span {
	display: none;
}
