#photoPreview {
  margin-top: 0px;
  margin-left: 0px;
  position: relative;
  background-color: #2f3032;
  width: 801px;
  height: 601px;
  overflow: hidden;
}

#photo, #secondaryPhoto {
  position: absolute;
}

#photo div, #secondaryPhoto div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

#photoImage, #secondaryPhotoImage {
  margin: 0 auto;
}

#photoImage, #secondaryPhotoImage {
  border: 1px solid #5c615d;
}

#raquo, #laquo {
   position: absolute;
   top: 130px;
   font-size: 50px;
   color: white;
   z-index: 2;
}

#raquo {
  right: 10px;
}


.transparent
{
   filter:alpha(opacity=30); 
   -moz-opacity: 0.3; 
   opacity: 0.3; 
}

#galleryNavigation {
  margin-bottom: 100px;
  width: 800px;
}

#photoIndicator {
  position: absolute;
  left: 400px;
  top: 300px;
  z-index: 20;
}

#photoPreview>#hoverNav{ left: 0;}
#galleryNavigation a{ 
  outline: none;
  }

#galleryPrevLink, #galleryNextLink{
  font-size: 40px;
}

#galleryPrevLink { float: left; margin-left: 300px; } 
#galleryNextLink { float: right; margin-right: 300px; }

/*#galleryPrevLink, #galleryPrevLink:visited { background: url(/images/layout/left.png) left no-repeat; }
#galleryNextLink, #galleryNextLink:visited { background: url(/images/layout/right.png) right no-repeat; }
*/
