@charset "utf-8";

#controls {margin:auto; width:250px; padding-bottom:10px;}
#galleries {margin:0 auto 10px auto; }

#galerias2 {
width:678px;
margin:auto; 
}
.transport {
	margin: 0px;
	padding: 0px;
	text-transform:uppercase;
	font-size: 14px;
	float:left;
	font-weight:bold;
}
.transport li {
	float: left;
	clear:none;
	 background:#147F39;
	  padding:5px;
	  margin:5px;
}
.transport a {
	float: left;
	-moz-user-select: none;
	-khtml-user-select: none;
	color: #fff;
}
.transport a:hover {
	color: #FFF9A8;
}
#previews {
	width: 298px;
	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 #147F39 !important;
}
.inFocus {
	border: 2px solid #147F39 !important;
}
