/* Form Elements
----------------------------------------------- */
select {
	color: #000;
	background-color:  #FFF;
	border: 1px solid #ed9c08;
}

/* Gallery and Playback Controls
----------------------------------------------- */

#controls {	margin:0 auto 0 auto; }
#galleries {	margin:0 auto 0 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 {

	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#transport a:link {
	
	color: #ed9c08;
	border: solid 1px #999;
	
}
#transport a:visited {
	
	color: #ed9c08;
	border: solid 1px #999;
	
}
#transport a:hover {
	
	color:#ed9c08;
	border: solid 1px #ed9c08;
	
}
#transport a:focus {
	-moz-user-select: none;
	-khtml-user-select: none;
}

#previews {
	

}
#thumbnails {

	width:495px;
    margin:0 auto;
}
#thumbnails div {
	
	padding: 0;	
	display:inline;
}
#thumbnails img {
	
	border:2px #CCC solid;
}

#mainImageOutline {
	overflow: hidden; 
	
}

#levy 
{
    margin:0 auto 0px auto;
	background:url(levy.gif) no-repeat top left;
	width:495px;
	padding:50px 39px 39px 23px; 	
}


.selectedThumbnail {  border: solid 2px #ed9c08 !important; }

.header {
	margin-top: 0px;
}

