#photoPreview {
  margin-top: 0px;
  margin-left: 0px;
  position: relative;
  background-color: #2f3032;
  width: 443px;
  height: 294px;
  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 {
  position: absolute;
  width: 442px;
  height: 291px;
  top: 1px;
  left: 0px;
  z-index: 10;
}

#photoIndicator {
  position: absolute;
  left: 210px;
  top: 150px;
  z-index: 20;
}

#photoPreview>#hoverNav{ left: 0;}
#galleryNavigation a{ 
   filter:alpha(opacity=1); 
   -moz-opacity: 0.01; 
   opacity: 0.01; 
  outline: none;
  }

#galleryPrevLink, #galleryNextLink{
	width: 49%;
	height: 100%;
	display: block;
	}


#galleryPrevLink { left: 0; float: left;}
#galleryNextLink { right: 0; float: right;}


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