
#center_container #right_box {
	width: 567px;
	height: 456px;
	background-image: url(/immagini/right_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: white;
	float:right;
	padding:10px;
	background-attachment: fixed;
}

#right_box #page_title {
	width: 567px;
	margin-bottom: 20px;
}

#right_box #gallery_container {
	width: 567px;
	min-height: 350px;
}

.gallery_box {
	border:1px solid #000;
	width: 500px;
	margin-left: 20px;
	margin-top:15px;
	text-align:left;
}

.gallery_img {
	width: 118px;
	height:118px;
	text-align: center;
	filter:alpha(opacity=100); 
	-moz-opacity: 1.0; 
	opacity: 1.0;
}

.gallery_img:hover {
	width: 118px;
	height:118px;
	text-align: center;
	filter:alpha(opacity=80); 
	-moz-opacity: 0.8; 
	opacity: 0.8;
}

.gallery_title {
	text-align:left;
	padding-left:20px;
	width:480px;
}

.gallery_title a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #025194;
	font-weight: bold;
	text-decoration:none;
	padding:0px;
	margin:0px;
}

.gallery_title a:hover {
	color: #025194;
	text-decoration:underline;
}

.gallery_title span {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #025194;
	font-style:italic;
	text-decoration:none;
	padding:0px;
	margin:0px;
}

.image_box {
	width: 118px;
	float:left;
	margin-left: 18px;
	margin-top:15px;
	margin-bottom: 26px;
}

.image_img {
	width: 118px;
	height:118px;
	text-align: center;
	filter:alpha(opacity=100); 
	-moz-opacity: 1.0; 
	opacity: 1.0;
}

.image_img:hover {
	width: 118px;
	height:118px;
	text-align: center;
	filter:alpha(opacity=80); 
	-moz-opacity: 0.8; 
	opacity: 0.8;
}

.image_title {
	width: 118px;
}

#right_box #pager {
	width: 567px;
	float:right;
}

#return {
	width: 140px;
	float:left;
}


