/*
Main Site
*/
body {
  background-color: #333;
  color: #eee;
  font-family: Arial, Sans Serif;
  font-size: 12pt;
}

a {
  color: #f7f7f7;
}

#ipod {
  width: 320px;
  margin: auto;
  padding: auto;
}

h1 {
  font-size: 16pt;
  font-weight: bold;
}

.section {
  width: 100%;
  float:left;
  display: block;
}

.icon {
  width: 70px;
  text-align: center;
  float:left;
}

.icon a img {
  border: 0;
}

/*
Gallery
*/

.gallery {
  text-align: center;
  margin: auto;
  padding: auto;
}

#thumbnailDiv {
  background-color: #7f7f7f;
  border-bottom: solid 3px #222222;
}

#thumbnailScroller {
  position:relative;
  overflow:hidden;
  text-align:center;
  margin:5px;
  
  width:600px;
  padding:auto;
  margin:auto;
}

#thumbnailScroller .thumbnail {
  border: solid 3px #222222;
}

.gallery #largeImage, .gallery #caption {
  text-align: center;
  width: 100%;
}

.gallery table tr td {
  text-align: center;
}

#imageDiv {
  text-align:center;
  margin: auto;
  padding: auto;
}

.navButton {
  height: 500px;
}

.imageButton {
  cursor: pointer;
}
