/* Form Elements
----------------------------------------------- */
#previews label, select { 
	font-size: 16px;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
}
select {
	color: #FFFFFF;
	background-color:  #FF00FF;
	border: 3px solid #b1b1bc;
}


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

#galleryLinks a {
	color: white;
	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: 85%;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0 1px 0 0;
	padding: 4px 4px;
	width: 80px;
	float: left;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#transport a:link {
	background-color: #FF00FF;
	color: #FFFFFF;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#transport a:visited {
	background-color: #FF00FF;
	color: #FFFFFF;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#transport a:hover {
	background-color: #FFFFFF;
	color: #000000;
	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 {
    background-color: #FFFFFF;
	border: solid 5px #000000;
	color: #000000;
	padding: 10px 5px 0px 5px;
	margin-bottom:20px;
	width: 275px;
}
#thumbnails {
	clear: both;
	margin: 10px auto;
}
#thumbnails div {
	position: relative;
	width: 48px;
	height: 48px;
	float: left;
	margin: 3px;
	padding: 0;
	float: left;
	display:inline;
}
#thumbnails img {
	width: 48px;
	height: 48px;
	position: absolute;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
}

#picture {
	width: 552px;
	background-color: #FFFFFF;
	border: solid #000000 5px;
	padding: 7px 0px;
	margin-bottom: 20px;
	margin-left: 5px;
}
#mainImageOutline {
	margin: 0 auto;
	padding: 0;
	background-color: #eee;
	border-top: solid 3px #999;
	border-right: solid 3px #404040;
	border-bottom: solid 3px #333;
	border-left: solid 3px #404040;
	overflow: hidden;
	width: 0px;
	height: 0px;
}
#mainImage {
	width: 100%;
	height: 100%;
}

.selectedThumbnail {  border: solid 2px #fc0 !important; }
.inFocus {  border: solid 1px #fc0 !important; }

.jsEnabled #gallery {
	display: none;
}

.SpryHiddenRegion {
	visibility: hidden;
}
