@charset "UTF-8";

#transport {
	margin: 0;
	padding: 0;
	list-style: none;
}
#transport li {
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
#transport a {
	text-decoration: none;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin: 0 1px 0 0;
	padding: 2px 5px;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
	color: #25B7EE;
	background-color: #EEF5FF;
}
#transport a: hover {
	background: #666;
	color: #000;
}
#transport a: focus {
	-moz-user-select: none;
	-khtml-user-select: none;
}

#thumbnails {
	position: relative;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	clear: both;
	float: left;
	width: 155px;
	height: 300px;
	overflow: scroll;
	overflow-x: hidden;
}
#thumbnails div {
	position: relative;
	width: 24px;
	height: 24px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	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 #3a3a3a;
	border-left: solid 1px #404040;
}
#mainImageOutline {
	margin: 0  0 0 auto;
	padding: 1em;
	background: #fff;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
	overflow: hidden; 
	width: 0px;
	height: 0px;
}
#mainImage {
	width: 100%;
	height: 100%;
}


