/* reset */
* {
  border: 0;
  font-family: arial, verdana, tahoma, sans-serif;
  font-style: none;
  font-weight: normal;
  list-style: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
/* /reset */

/* defaults */
body {
  background: #000;
  color: #fff;
  font-size: 12px;
}
a {
  color: #fff;
}
h1 {
  background: url(../img/header.png) no-repeat;
  height: 100px;
  overflow: hidden;
  width: 574px;
  text-indent: -1000px;
}
h2 {
  color: #8ec7ff;
  font-size: 2em;
  letter-spacing: -1px;
  margin: -20px 30px 0 0;
  text-align: right;
  text-transform: lowercase;
}
/* /defaults */

/* global */
#head {
  clear: both;
  cursor: default;
  margin: 0 auto 10px auto;
  width: 575px;
}
.hidden {
  display: none;
}
/* /global */

/* loader */
#loadContainer {
  background: url(../img/sterling.png) no-repeat;
  height: 685px;
  left: 50%;
  margin: -343px 0 0 -335px;
  position: absolute;
  top: 50%;
  width: 670px;
}
#loadGallery {
  background: #222;
  border: 1px solid #666;
  display: block;
  font-size: 1.5em;
  height: 75px;
  line-height: 75px;
  margin: 250px auto 0 auto;
  text-align: center;
  text-transform: lowercase;
  width: 200px;
}
#loadGallery:hover {
  background: #3399fe;
  border-color: #3399fe;
  font-size: 1.75em;
  font-weight: bold;
}
/* /loader */

/* gallery */
#galleryContainer {
  height: 430px;
  width: 640px;
}
#gallery {
  float: left;
  margin-left: 10px;
}
#gallery a {
  width: 60px;
  height: 60px;
}
#preloader {
  background: url(../img/preload.gif) 50% 50% no-repeat;
  border: 1px solid #ccc;
  float: right;
  height: 300px;
  margin-right: 10px;
  width: 339px;
}
#fullsize {
  height: 300px;
  width: 339px;
}
#gallery img {
  border: 1px solid transparent;
  height: 60px;
  opacity: .50;
  width: 60px;
}
#gallery .over img {
  border-color: #3399fe;
  opacity: 1.0;
}
/* /gallery */

/* css corners */
.round {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.roundTop {
  -moz-border-radius-topleft:         8px;
  -moz-border-radius-topright:        8px;
  -webkit-border-top-left-radius:     8px;
  -webkit-border-top-right-radius:    8px;
  border-radius-topleft:              8px;
  border-radius-topright:             8px;
}
.roundLeft {
  -moz-border-radius-bottomleft:      8px;
  -moz-border-radius-topleft:         8px;
  -webkit-border-bottom-left-radius:  8px;
  -webkit-border-top-left-radius:     8px;
  border-radius-bottomleft:           8px;
  border-radius-topleft:              8px;
}
.roundRight {
  -moz-border-radius-bottomright:     8px;
  -moz-border-radius-topright:        8px;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-top-right-radius:    8px;
  border-radius-bottomright:          8px;
  border-radius-topright:             8px;
}
.roundBottom {
  -moz-border-radius-bottomleft:      8px;
  -moz-border-radius-bottomright:     8px;
  -webkit-border-bottom-left-radius:  8px;
  -webkit-border-bottom-right-radius: 8px;
  border-radius-bottomleft:           8px;
  border-radius-bottomright:          8px;
}
/* /css corners */