
#gallery {
  position:absolute;
  top: 190px;
  height: 480px;
  width:100%;
}

#motiongallery {
  position: absolute;
  left:0;
  top:0;
  white-space: nowrap;
  width:auto;
}

.gallery_photo {
  margin: 0px;
  margin-left:40px;
  margin-left:40px;
  padding: 0px;
  display: inline;
  height: 480px;
  float:left;
}

#gallery.gallery_photo img{
  margin: 0px;
  margin-bottom:10px;
}

.gallery_photo a:link, .gallery_photo a:visited, .gallery_photo a:active, .gallery_photo a:hover{
  font-family: Arial;
  font-weight: bold;
  font-size: 70%;
  color:#000;
  text-decoration:none;
}


#gallery_nav {
  position:absolute;
  top:140px;
  width: 100%;
  height: 50px;
  text-align: center;
}

#nav_left {
  position: absolute;
  top:0px;
  left: 30px;
}

#nav_right {
  position: absolute;
  top:0px;
  right: 30px;
}

#nav_days {
  color:#666;
}

#nav_days a:link, #nav_days a:visited, #nav_days a:active {
  font-family: Arial;
  font-size: 70%;
  color:#666;
  text-decoration: none;
}

#nav_days a:hover{
  font-family: Arial;
  font-size: 70%;
  color:#000;
  text-decoration: none;
}

a.current:link, a.current:visited, a.current:active, a.current:hover{
  font-family: Arial;
  font-size: 70%;
  color:#000;
  text-decoration: none;
}

