#thumbnails {
	margin: 15px auto;
	width: 164px;
}
#thumbnails div {
	position: relative;
	width: 30px;
	height: 24px;
	float: left;
	margin: 5px 5px 5px 6px;
	padding: 0;
	display:inline;
}
#thumbnails img {
	width: 24px;
	height: 24px;
	position: absolute;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
}
#picture {
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 420px;
}
#mainImageOutline {
	margin: 0 auto;
	padding: 0;
	background-color: #A29261;
/*	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;*/
	padding: 10px; 
	overflow: hidden; 
}

#picture img {	/*border: 1px solid #999;*/ }
.selectedThumbnail {  border: solid 2px #A29261 !important; }
.inFocus {
	border: 1px solid #A29261!important;
}


/* Gallery and Playback Controls
----------------------------------------------- */
#gallerySelect { width: 180px; }
#controls {
	text-align: center;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#galleries {	margin:0 auto 20px auto; }
#galleries label { padding-bottom: 2px; }

#transport {
	position:relative;
	margin: 0 auto;
	list-style: none;
	text-align: center;
	width: 280px;
	padding-left:10px;
}
#transport li {
/*	float: left;*/
	display:inline;
	text-align: center;
}
#transport a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.95em;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	width: 72px;
	float: left;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#transport a:link {
	background: #666 url('bg_grad_gray1.gif') repeat-x;
	color: #fff;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #404040;
	border-bottom: 1px solid #3a3a3a;
	border-left: 1px solid #CCCCCC;
}
#transport a:visited {
	background: #666 url('bg_grad_gray1.gif') repeat-x;
	color: #fff;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #404040;
	border-bottom: 1px solid #3a3a3a;
	border-left: 1px solid #CCCCCC;
}
#transport a:hover {
	background: #666 url('bg_grad_gray2.gif') repeat-x;
	color: #000;
	border-top: 1px solid #333333;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #333333;
}
#transport a:focus {
	-moz-user-select: none;
	-khtml-user-select: none;
}

