@charset "utf-8";
/* CSS Document */
#controls {	margin:0 auto 0 auto; }
#transport {
	margin: 0;
	padding: 0;
	list-style: none;
}
#transport li {
	text-align: left;
	text-decoration: none;
	font-size: 75%;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	width: 111px;
	float: left;
	display: block;
	padding-left: 46px;
}
.rowHover {
	background: #666 url('images/sub_background2.gif') repeat-x !important;
	color: #fff !important;
	cursor: pointer;
}
.rowSelected {
	color: #ff9c00 !important;
}
#transport li {
	background: #666 url('images/sub_background1.gif') repeat-x;
	color: #fff;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#space {
	float: left;
	padding: 10px;
}


#previews {
	border-top: solid 1px #404040;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
	padding: 10px 10px 20px 10px;
	margin-bottom: 0;
	width: 145px;
	float: left;
	margin-right: 0px;
}
#thumbnails {
	clear: both;
	margin: 10px auto;
}
#thumbnails div {
	position: relative;
	width: 32px;
	height: 32px;
	float: right;
	margin: 8px;
	padding: 0;
	float: left;
	display:inline;
}
#thumbnails img {
	width: 32px;
	height: 32px;
	position: absolute;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
}
#gallerySelect {
	width: 170px;
}

#picture {
	padding-left: 5px;
	width: 590px;
	margin: 0 auto;
	float: none;
}
#mainImageOutline {
	padding: 0;
	background-color: #FFFFFF;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
	padding: 0.6em;
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#mainImage {
	width: 100%;
	height: 100%;
}

#picture img {	border: 1px solid #999; }
.selectedThumbnail {  border: solid 2px #fc0 !important; }
.inFocus {  border: solid 1px #fc0 !important; }