#galeria
{
	float: left;
	width: 465px;
	min-height: 400px;
	background-color: #ffffff;
	margin:0px auto;
	text-align:left;
}

	#galeria #image_viewer {
		margin-top:10px;
		text-align:center;
	}
	#galeria #image_legend {
		margin:10px;
		text-align:center;
	}
	#galeria #image_selector #image_counter {
		float:right;
		margin: 2px 0px 5px 10px;
	}
	#galeria #image_selector {
		width:300px;
		margin:10px auto;
	}
	
	#galeria #list_galleries {
		width: 100%;
		background-color:#ffffff;
	}
	
		#galeria #list_galleries .label_outras{
			margin-top: 15px;
			/*background: url('/static-media/label_outras_noticia.jpg') no-repeat;*/
			/*width: 112px;*/
			height: 16px;
		}
			.label_outras p{
				font: normal bold 12px Arial, Helvetica, Geneva, sans-serif;
				color: #fff;
			}
		
		.link_gallery {
			margin-left:25px;
			margin-top: 8px;
		}
			
			.link_gallery a, .link_gallery a:hover {
				font: normal 11px Arial, Helvetica, Geneva, sans-serif;
				color: #66a4b0;
				text-decoration: none;
			}
			.link_gallery a:hover {
				color: #4c8793;
			}
		
		.link_gallery .gallery-selected, .link_gallery .gallery-selected:hover {
			color: gray;
		}
		
		.list_galleries_navigaton {
			text-align:center;
			font-size:8pt;
			color:#B10006;
			padding:5px;
		}
		
		.list_galleries_navigaton a, .list_galleries_navigaton a:hover {
			color:#B10006;
			text-decoration:none;
		}
		.list_galleries_navigaton a:hover {
			color:#C8D52D;
		}
		
		.list_galleries_navigaton select {
			margin-top:5px;
			background-color:#D1DFE8;
			font-size:8pt;
			color:#666666;
			width:200px;
		}
