﻿#photobox {
	padding:0px 27px 0px 27px;
	margin:27px auto 5px auto;
	text-align:center;
    }
/* --
#photobox2 {
	margin:27px auto 10px -23px;
	background:white url('/images/loadingImage.gif') no-repeat center;
    }
--  */
.photobody {
	padding:1px;
  	background:#ffffff;
	border:1px solid silver;			
    }
#infobox {
	width:100%;
	text-align:left;
	}
#image-navigate {
	padding:5px 0px;
	}
#image-navigate li {
	font-size:11px;
	list-style:none;
	}
.left {
	float:left;
	}
.right {
	float:right;
	}
	
#photoWrapper {
    position:relative;
    margin-left:auto;
    margin-right:auto;
}
#menuBrowse {
    position: absolute;
    top: 2px;
    left:2px;
}
#menuBrowse a{
	outline: none;
}	
#menuBrowse_prev, #menuBrowse_next{
	width: 49.9%;
	height: 100%;
	background: transparent url('/images/blank.gif') no-repeat;
	display: block;
}
#menuBrowse_prev {
	top: 0px;
	left:0px;
	float: left;	
}
#menuBrowse_next {
	top: 0px;
	right:0px;
	float: right;	
}
#menuBrowse_prev:hover, #menuBrowse_prev:visited:hover {
	background: url('/images/prevImage.png') no-repeat center center;
	cursor: pointer;
}
#menuBrowse_next:hover, #menuBrowse_next:visited:hover {
	background: url('/images/nextImage.png') no-repeat center center;
	cursor: pointer;
}	

#award a, #award a:link, #award a:active, #award a:visited {
    color: #ff9900;
    }
#award a:hover {
    color: #827979;
    }