/* Gallery and Playback Controls
----------------------------------------------- */

#galleryLinks a {
	color: white;
	text-decoration: none;
}

#transport {
	margin: 0;
	padding: 0;
	list-style: none;
}
#transport li {
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
#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: 64px;
	float: left;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#transport a:link {
	color: #000000;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
	background-color: #CCCCCC;
}
#transport a:visited {
	color: #333333;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
	background-color: #999999;
	background-image: none;
	background-repeat: repeat-x;
}
#transport a:hover {
	color: #000;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
	background-color: #999999;
	background-image: none;
	background-repeat: repeat-x;
}
#transport a:focus {
	-moz-user-select: none;
	-khtml-user-select: none;
}


#picture {
	padding: 0px;
	width: 150px;
	float: left;
	height: 100px;
	top: auto;
}
#mainImageOutline {
	background-color: #0000CC;
	background-image: url(/flystl/Images/glbnav_menu_back-lite-11-100.gif);
}
#mainImage {
	width: 150px;
	height: 100px;
}

#picture img {	border: 1px solid #999; }
.selectedThumbnail {  border: solid 2px #fc0 !important; }
.inFocus {  border: solid 1px #fc0 !important; }
