@charset "utf-8";


/* Galeria de Fotos
----------------------------------------------- */
#controls {	margin:0 auto 10px auto; }
#galleries {	margin:0 auto 20px auto; }

#galeria {
width:566px;
margin:auto; 
}
#transport {
	margin: 0;
	padding: 0;
	list-style: none;
}
#transport li {
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
#transport a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	margin: 1px;
	padding: 2px 8px 2px 8px;
	float: left;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
	background: #666;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}
#transport a:hover {
	background: #999;
	color: #fff;
}
#previews {
	width: 196px;
	float: left;
}
#thumbnails {
	clear: both;
	margin: 10px auto;
}
#thumbnails div {
	position: relative;
	width: 25px;
	height: 25px;
	float: left;
	margin: 10px;
	padding: 0;
	float: left;
	display:inline;
}
#thumbnails img {
	width: 24px;
	height: 24px;
	position: absolute;
}
#picture {
	padding: 0px;
	width: 370px;
	float: left;
}
#mainImageOutline {
	margin: 0 auto;
	padding: 10px;;
	background-color: #eee;
	overflow: hidden; 
}
#mainImage {
	width: 100%;
	height: 100%;
}
.selectedThumbnail {
	border: 2px solid #CC0000 !important;
}
.inFocus {
	border: 2px solid #CC0000 !important;
}