
#wrap {
	padding-top: 20px;
	margin: 0 20px;
}

/* Gallery and Playback Controls
----------------------------------------------- */
#gallerySelect { width: 180px; }
#controls {	margin:0 auto 10px auto; }
#galleries {	margin:0 auto 20px auto; }
#galleries label { padding-bottom: 2px; }

#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 {
	background: #666 url('../../wargames2/css/bg_grad_gray1.gif') repeat-x;
	color: #fff;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#transport a:visited {
	background: #666 url('../../wargames2/css/bg_grad_gray1.gif') repeat-x;
	color: #fff;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#transport a:hover {
	background: #666 url('../../wargames2/css/bg_grad_gray2.gif') repeat-x;
	color: #000;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#transport a:focus {
	-moz-user-select: none;
	-khtml-user-select: none;
}

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


/* #previews = whole that holds all of the thumbnails and prev, next, play buttons */
#previews {margin: 0 0 10px 0; width: 240px; float: right; border: 1px solid #a3bbd9; background-image: url(../images/main/bg-menu2.jpg);}
#previews p {margin: 8px; font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif; font-weight: normal; color: #a3bbd9; text-align: center;}

/* #thumbnails = container that holds all thumbnails */
#thumbnails {
	clear: both;
	margin: 0 0 0 10px;
}

/* #thumbnails div = the div that holds the thumbnail images */
#thumbnails div {
	position: relative;
	width: 30px;
	height: 30px;
	float: left;
	margin: 7px;
	padding: 0;
	float: left;
	display:inline;
}
#thumbnails img {
	width: 30px;
	height: 30px;
	position: absolute;
	border: 1px solid #000000;
}

/* #picure = what the full image loads into */
#picture {margin: 0 0 10px 0; width: 690px; float: left; background-image: url(../images/main/bg-content3dark.jpg); border: 1px solid #a3bbd9; text-align: center; padding: 0 0 10px 0;}

#picture p {margin: 10 0 10px 0; font: 17px "Trebuchet MS", Arial, Helvetica, sans-serif; font-weight: bold; color: #a3bbd9; text-align: center;}
#picture .border {border: 2px solid #a3bbd9; padding: 1px; background-color: #000000; margin-left: auto; margin-right: auto;}

/* #mainImageOutline = div that holds the image, just change background or border */
#mainImageOutline {
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	width: 0px;
	height: 0px;
	border: none;
}

#mainImage {
	padding: 0;
	border: none;
}

/* border states for the thumbnails */
.selectedThumbnail {  border: solid 1px #FFFF00 !important; }
.inFocus {  border: solid 1px #ffffff !important; }
