#photobox
{ 
  text-align:center;
  background:#151515 url(../images/loading_d_dark.gif) no-repeat center;
  position:relative;
  margin-left:auto;
  margin-right:auto;
}

#image-border 
{ 
  position:relative;
  margin:0;
}

#menu_browse
{ 
  position: absolute;
  margin: 0px;
  margin-right:-10px;
  padding: 0px;
  top: 0px;
  left: 0px;
  z-index:10;
}


#menu_browse a
{ 
  outline: none;
}              

#menu_browse_prev, #menu_browse_next
{ 
  width: 49.9%;
  height: 100%;
  background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
  display: block;
}

#menu_browse_prev 
{ 
  top: 0px;
  left:0px;
  float: left;
}
                    
#menu_browse_next 
{ 
  top: 0px;
  right:0px;
  float: right;
}                  
                    

#menu_browse_prev:hover, #menu_browse_prev:visited:hover 
{ 
  background: url('../images/prevImage.png') no-repeat center center;
  cursor: pointer;
}

#menu_browse_next:hover, #menu_browse_next:visited:hover 
{ 
  background: url('../images/nextImage.png') no-repeat center center;
  cursor: pointer;
}

