span.gallery_up a {text-decoration:none;background:none;font-weight:100;color:gray;}
span.gallery_up a:visited {text-decoration:none;background:none;font-weight:100;color:gray;}
span.gallery_up a:hover {text-decoration:underline;background:none;font-weight:100;color:gray;}

span.gallery_down a {text-decoration:none;background:none;font-weight:100;color:gray;}
span.gallery_down a:visited {text-decoration:none;background:none;font-weight:100;color:gray;}
span.gallery_down a:hover {text-decoration:underline;background:none;font-weight:100;color:gray;}

span.centrato{text-align: center} 

.gallery {
	text-align: center;
}

.gallery_up {
	width: 180px;
	height: 25px;
	display: inline-block;
	line-height: 25px;
	color: gray;
	border-bottom: 1px dotted gray;
	text-transform: uppercase;
}

.gallery_up_in {
	width: 180px;
	height: 25px;
	display: inline-block;
	line-height: 25px;
	border-top: 1px dotted black;
	border-left: 1px dotted black;
	border-right: 1px dotted black;
	font-weight: 900;
	text-transform: uppercase;
}

.gallery_down {
	width: 180px;
	height: 25px;
	display: inline-block;
	line-height: 25px;
	color: gray;
	border-top: 1px dotted gray;
	text-transform: uppercase;
}

.gallery_down_in {
	width: 180px;
	height: 25px;
	display: inline-block;
	line-height: 25px;
	border-bottom: 1px dotted black;
	border-left: 1px dotted black;
	border-right: 1px dotted black;
	font-weight: 900;
	text-transform: uppercase;
}

.gallery_btn {
	width: 180px;
	height: 25px;
	display: inline-block;
	line-height: 25px;
	color: black;
}

.bhr {margin-top:10px;width:100%;border-top:1px dotted black;}










