/* Image Gallery (C) Loco IT www.loco-it.com */

body {
    font-family:Verdana, Garamond, Georgia;
    font-size:75%;
    margin:0px;
    text-align:center;
    background-color:#313994;
border:1px solid #7373de;
}

#imageGalleryNav
{
  position:absolute;
  filter: alpha(opacity=65);  -moz-opacity: .65;
  background-color:#313994;
  color:white;
  height:25px;
  width:400px;
top:235px;
left:0px;
  padding-top:3px;
  padding-left:5px;
  text-align:left;
  font-size:90%;
}

#imageGalleryNav a
{
  background-color:#313994;
  color:white;
  text-decoration:none;
}
