@charset "UTF-8";
/* Styling for Gallery and Playback Controls */
.sidebar2 {
	border: 2px solid #5C127B;
	padding: 1em 1em 2em .8em;
	margin-bottom: 0.5em;
	background: #e9e9ca;
	margin-top: 1em;
}
#gallerySelect {
	width: 180px;
}
#controls {
	margin:0 auto 1em auto;
}
#galleries {
	margin:0 auto 20px auto;
}
#galleries label {
	padding-bottom: 2px;
}
#galleryLinks a {
	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: .75em;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0 1px 0 0;
	padding: .5em 1em;
	width: 6.2em;
	float: left;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#transport a:link {
	background: #94D860;
	color: #000;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#transport a:visited {
	background: #94D860;
	color: 000;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#transport a:hover {
	background: #94D860;
	color: #FFF;
	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;
}

#thumbnails {
	clear: both;
	margin: 1em auto;
}
/*#thumbnails div {
	position: relative;
	width: 38px;
	height: 38px;
	float: left;
	margin: 8px;
	padding: 0;
	display:inline;
}
#thumbnails img {
	width: 38px;
	height: 38px;
	position: absolute;
	border: 2px solid #94D860;
}*/
#thumbnails div {
margin: 8px;
width: 38px;
height: 38px;
float: left;
}
#thumbnails div a {
display:inline;
float:left;
height:38px;
width:38px;
position:relative;
}
#thumbnails div a img {
border: 2px solid #94D860;
height:38px;
width:38px;
position:absolute;
}
#picture {
	padding: 0px;
	width: 44.12em;
	float: left;
}
#mainImageOutline {
	margin: 0 auto;
	padding: 0;
	background-color: #E9E9CA;
	padding: 1em;
	overflow: hidden;
	width: 0px;
	height: 0px;
	border: 2px solid #94D860;
}
#mainImage {
	width: 100%;
	height: 100%;
}
.selectedThumbnail {
	border: solid 3px yellow !important;
}
.inFocus {
	border: solid 2px #BEE38D !important;
}

