@charset "iso-8859-1";
/* CSS Document */

html,body {background: #000000;}

label, select {font-size: 85%; font-family: "Lucida Grande", "Trebuchet MS", sans-serif;}
select {color: #B1B1BC; background-color: #131313; border: 1px solid #b1b1bc;}

#gallerySelect { width: 200px; }
#controls {height:30px; width:200px; margin:auto;}
#galleries {	margin:0 auto 20px auto; }
#galleries label { padding-bottom: 2px; }

#transport {margin: 0; padding: 0; list-style: none;}
#transport li {margin: 0px 0px 5px 0px; padding: 0; text-align: left;}
#transport a {text-decoration: none; text-transform: uppercase; font-size: 65%; font-weight: bold; letter-spacing: 0.1em; margin: 0 1px 0 0; padding: 4px 8px; width: 64px; display: inline-block; -moz-user-select: none; -khtml-user-select: none;}
#transport a:link {background: #666; 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: #666; 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: #666; color: #000; 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;}

#previews {float:left;padding: 10px 10px 20px 10px; width:200px; margin: auto;}
#thumbnails {margin: 0px 0px 20px 0px;}
#thumbnails div {width: 24px; height: 24px; display:inline;}
#thumbnails img {width: 24px; height: 24px; border-top: solid 1px #999; border-right: solid 1px #404040; border-bottom: solid 1px #333; border-left: solid 1px #404040;}
#mainImageOutline {margin: 0 auto; background-color: #eee; border-top: solid 1px #999; border-right: solid 1px #404040; border-bottom: solid 1px #333; border-left: solid 1px #404040; padding: 1em; overflow: hidden;}
#mainImage {width: 100%; height: 100%;}

#picture {padding-top: 15px;}
#picture img {border: 1px solid #999; }
.selectedThumbnail {  border: solid 2px #fc0 !important; }
.inFocus {  border: solid 1px #fc0 !important; }
