#slideshow {
text-align: center;
width: 277px;
}

#picture {
padding: 0px;
margin-right: auto;
margin-left: auto;
text-align: center;
width: 275px;
}
#mainImageOutline {
margin: 0 auto;
padding: 1px;
background-color: #A29261;
/*	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;*/
	padding: 1px;
overflow: hidden;
}

#picture img {	/*border: 1px solid #999;*/ }
#controls {
text-align: center;
width: 275px;
margin-right: auto;
margin-left: auto;
margin-top: 5px;
}

#transport {
position:relative;
margin: 0 auto;
list-style: none;
text-align: center;
width: 275px;
padding-left: 2px;
}
#transport li {
/*	float: left;*/
	display:inline;
	text-align: center;
}
#transport a {
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
text-transform: uppercase;
font-size: 0.9em;
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;
}
#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;
}
#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;
}
.selectedThumbnail {  border: solid 2px #A29261 !important; }
.inFocus {
	border: 1px solid #A29261!important;
}


/* Gallery and Playback Controls
----------------------------------------------- */
#gallerySelect { width: 180px; }
#galleries {	margin:0 auto 20px auto; }

#galleries label { padding-bottom: 2px; }

