@charset "utf-8";

#controls {margin:auto; width:205px; padding-bottom:10px;}
#galleries {margin:0 auto 20px auto; }

#galerias2 {
width:686px;
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: 5px 8px 5px 10px;
	float: left;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
	background: #091F39;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}
#transport a:hover {
	background: #4D6680;
	color: #fff;
}
#previews {
	width: 316px;
	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; 
	width: 0px; 
	height: 0px; 
	clear:both;
}
#mainImage {
	width: 100%;
	height: 100%;
}
.selectedThumbnail {
	border: 2px solid #fff !important;
}
.inFocus {
	border: 2px solid #fff !important;
}