/* Layout Rules
----------------------------------------------- */
#wrapmain {
	margin: 0 auto 0 auto;
	width:930px;
	height:440px;
	padding:10px 0 0 0;
	background-position:0% 0%;
}
#wrap {
	margin:0;
	padding:0;
}

.clear {
	visibility: hidden;
	display: block;
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
	}
.ClearAll {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

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

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

#transport {
	margin: 0;
	padding: 0 0 10px 5px;
	list-style: none;
}
#transport li {
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
#transport a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	font-family: "Arial", Helvetica, sans-serif; 
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0 1px 0 0;
	padding: 2px 8px;
	width: 75px;
	float: left;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#transport a:link {
	background: #060C56;
	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: #060C56;
	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: #060C56;
	color: #404040;
	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 {
	
	width:300px;
	padding:0px 70px 0 15px;
	float:left;
	z-index:4000;
	
}
#previews a{
	
	color: #060C56;
	
}
#thumbnailswrapper{
	width:900px;
	margin:20px auto 0 auto;
	z-index:5000;
	
	}
#thumbnails {
	clear: both;
	margin: 15px auto;
	
}
#thumbnails div {
	position: relative;
	width: 45px;
	height: 45px;
	float: left;
	margin: 7px;
	padding: 0;
	float: left;
	display:inline;
}
#thumbnails img {
	width: 45px;
	height: 45px;
	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 0 0 0;
	width: 500px;
	float: left;
	
}
#mainImageOutline {
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
	border-left: solid 1px #fff;
	padding: .5em; 
	overflow: hidden; 
	width: 0px;
	height: 0px;
	
}
#mainImage {
	width: 100%;
	height: 100%;
}

#picture img {	border: 1px solid #999; }
.selectedThumbnail {  border: solid 3px #060C56 !important; }
.inFocus {  border: solid 1px #060C56 !important; }
/* Form Elements
----------------------------------------------- */
#previews label, #previews select { 
	font-size: 12px;
	font-weight:bold;
	font-family: "Arial", Helvetica, sans-serif; 
}
#previews select {
	color: #060C56;
	background-color:  #fff;
	border: 1px solid #b1b1bc;
}