@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	color: #58595B;
	background: #FEDA17;
	font-family: Verdana;
	font-size: x-small; /*for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /*for compliant browsers */
	}
html>body { font-size: small; } /* be nice to Opera */


/* Form Elements
----------------------------------------------- */

select {
	color: #58595B;
	background-color:  #FFF;
	border: .6px solid #CCC;
	font-size: 90%;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
}

/* Gallery and Playback Controls
----------------------------------------------- */
#gallerySelect {
	margin-top: -8px;
	overflow: auto;
}
#controls {
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 370px;
	left: 485px;
	top: 170px;
	position: fixed;
}

#transport {
	padding: 0;
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 30;
	margin-left: 0;
	display: inline;
}
#transport li {
	float: none;
	margin: 0;
	padding: 0;
	display: inline;
}
#transport a {
	text-decoration: none;
	text-transform: none;
	font-size: 9px;
	font-weight: bold;
	margin: 0;
	padding: 0px;
	-moz-user-select: none;
	-khtml-user-select: none;
	background-color: #FFF;
}
#transport a:link {
	color: #fff;
	border: 0px none #C3CC2F;
}
#transport a:visited {
	color: #fff;
	background-color: #FFF;
	border: 0px none #C3CC2F;
}
#transport a:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#transport a:focus {
	-moz-user-select: none;
	-khtml-user-select: none;
}

#previews {
	width: 200px;
	float: left;
	border: 1px none #C3CC2F;
	padding: 0px;
	margin: 0px;
	height: 550px;
	top: 40px;
	position: absolute;
	left: 0px;
}
#thumbnails {
	clear: both;
	margin: 10px auto;
}
#thumbnails div {
	position: relative;
	width: 50px;
	height: 50px;
	float: left;
	margin: 5px;
	padding: 0;
	float: left;
	display:inline;
}
#thumbnails img {
	width: 50px;
	height: 50px;
	position: absolute;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #C3CC2F;
	border-right-color: #C3CC2F;
	border-bottom-color: #C3CC2F;
	border-left-color: #C3CC2F;
}
#picture {
	padding: 0px;
	width: 370px;
	float: left;
	margin-top: 0px;
	overflow: hidden;
	position: fixed;
	left: 485px;
	top: 225px;
	height: 500px;
}
#mainImageOutline {
	padding: 0;
	background-color: #fff;
	padding: 0em;
	overflow: hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 1px none #C3CC2F;
}
#mainImage {
	width: 100%;
	height: 100%;
}

#picture img {
	border: 1px none #C3CC2F;
}
.selectedThumbnail {  border: solid 3px #F99D1C !important; }
.ClearAll {
	clear: both;
}
#Cutline {
	clear: left;
	float: left;
	width: 200px;
	margin-top: 15px;
}
