#wrap {
	padding-top: 0px;
	margin-top: 0;
	margin-bottom: 0;
	height: 460px;
}

#gallerySelect {
	width: 100px;
}
#controls {
	width: 60px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#galleries {
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	width: 100px;
	float: right;
}
#galleries label { padding-bottom: 2px; }

#galleryLinks a {
	color: white;
	text-decoration: none;
}

#transport {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 50px;
}
#transport li {
	float: right;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 10px;
	width: 50px;
}
#transport a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 85%;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	width: 50px;
	float: left;
	display: block;
	
}
#transport a:link {
	background: #666 ;
	color: #fff;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
	width: 50px;
}
#transport a:visited {
	background: #666 ;
	color: #fff;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
	width: 50px;
}
#transport a:hover {
	background: #666 ;
	color: #000;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
	width: 50px;
}
#transport a:focus {
	width: 50px;
}

#transport .playBtn .pauseLabel, #transport .pauseBtn .playLabel {
	display: none;
	width: 50px;
}

#previews {
	border-top: solid 1px #404040;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
	margin-bottom: 5px;
	background-image: url('../demos/images/bg.gif');
	width: 150px;
	float: right;
	margin-right: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	position: relative;
	left: -500px;
}
#thumbnails {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#thumbnails div {
	position: relative;
	width: 24px;
	height: 24px;
	float: left;
	margin: 8px;
	padding: 0;
	float: left;
	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;
	float: left;
	height: 350px;
	width: 500px;
}
#mainImageOutline {
	padding: 5px;
	background-color: #000;
	overflow: hidden;
	width: 0px;
	height: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #404040;
	border-bottom-color: #333;
	border-left-color: #404040;
}
#mainImage {
	width: 100%;
	height: 461px;
}

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

.thumbholder {
	float: left;
	width: 251px;
}
.runway {
	color: #000;
	height: 60px;
	float: left;
	clear: left;
	width: 100%;
	margin-top: 30px;
}

.wrapper #container #mainContent #wrap #picture #mainImageOutline {
	height: 500px;
}
.choose {
	color: #fff;
}