/* Paragraph Headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {font-weight: normal; }
h1 { font-size: 165%; text-align: left; color: #fff; }
p { margin:0.375em 0; }

/* Form Elements
----------------------------------------------- */
label, select { 
  font-size: 85%;
  font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
}
select {
  color: #333333;
  background-color:  #ffffff;
  border: 1px solid #b1b1bc;
}

/* Gallery and Playback Controls
----------------------------------------------- */
#gallerySelect { width: 180px; }

#galleryLinks a {
  color: white;
  text-decoration: none;
}

#transport {
  margin-left: 90px;
  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: 65%;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0 2px 0 0;
  padding: 1px 4px;
  width: 88px;
  display: block;
  -moz-user-select: none;
  -khtml-user-select: none;
}
#transport a:link {
  background-color:#CCCCCC;
  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-color:#CCCCCC;
  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 {
  color: red;
  /*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;
}

#control {
  /*border-top: solid 1px #404040;*/
  /*border-right: solid 1px #404040;*/
  /*border-bottom: solid 1px #3a3a3a;*/
  /*border-left: solid 1px #404040;*/
  clear: both;
  margin-bottom: 10px;
  padding: 10px;
  width: 470px;
}
#thumbnails {
  clear: both;
  width: 500px;
}
#thumbnails div {
  position: relative;
  width: 30px;
  height: 30px;
  float: left;
  margin: 10px;
  padding: 0;
  float: left;
  display:inline;
}
#thumbnails img {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 0;
  top: 0;
  border-top: solid 1px #999;
  border-right: solid 1px #404040;
  border-bottom: solid 1px #333;
  border-left: solid 1px #404040;
}
#picture {
  width: 540px;
  height: 450px;
}
#caption {
  font-size: 11px;
  font-weight: bold;
  color:#666666;
}
#mainImageOutline {
  padding: 0;
  background-color: #ffffff;
  border-top: solid 1px #999;
  border-right: solid 1px #404040;
  border-bottom: solid 1px #333;
  border-left: solid 1px #404040;
  padding: 17px; 
}
#picture img {  border: 1px solid #999; }
.selectedThumbnail {  border: solid 2px #ffcc00 !important; }
.inFocus {  border: solid 1px #fc0 !important; }

.jsEnabled #gallery {
  display: none;
}

