#foto_nav{
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: block;
	width: 502px;
	height: 20px;
	margin: 0px 0px;
	padding:0px 0px;
	text-align: center;	
}


#foto_nav .pin{
	display: inline-block;
	width: 9px;
	height: 9px;
	margin: 4px;
	border-radius: 9px;
	background: #666;
	cursor: pointer;
	opacity: .5
}			

#foto_nav .pin.selected{
	opacity: 1;
}