#show_photo
{
	background-color:#060;
}


#show_photo .legenda
{
	color:#FFF;
	margin:10px 20px 7px 20px;
	font-weight:bold;
	padding-bottom:20px;
}

#gallery_links
{
	width: 460px;
	height: 345px;
	border: 10px solid #FFF;
	/* background-image:url(/img/gal/3-gallery.jpg); */
	background-repeat: no-repeat;
	background-position: center center; 
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	background-color:#000;

}




#gallery_links .arr_right, #gallery_links .arr_left, #gallery_links .open
{
	width: 130px;
	height: 345px;
 	display:block;
	vertical-align:middle;
}


#gallery_links .arr_left{
float:left;
background-image:url(/img/gal/fleche1.png);
background-repeat: no-repeat;
background-position: center left;
}

#gallery_links .open{
float:left;
width:177px;
margin:0 5px 0 5px;
background-image:url(/img/gal/open.png);
background-repeat: no-repeat;
background-position: center center;
}

#gallery_links .arr_right{
float:left;
background-image:url(/img/gal/fleche2.png);
background-repeat: no-repeat;
background-position: center right;
}

#gallery_links a.arr_right, #gallery_links a.arr_left, #gallery_links a.open
{
	cursor: pointer;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}

#gallery_links a:hover{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}


