#Masthead {
	margin:0;
	text-align:center;
	background:#B7BCC3 url(../img/body_bg.gif) repeat-x;
	color:#666;
}
#OuterContainer {
	padding:0;
	margin:0 auto;
}

#Container {
	position:relative;
	height:409px;
	width:560px;
	margin:0 auto;
	background-color:#dedede;
	border:0;
	font-size:0%;
    margin-top:-7px;
    vertical-align:middle;
}
#Photo {
	position:absolute;
	top:0;
	left:0;
	z-index:5;
}
#Loading {
	height:25%;
	width:100%;
	position:absolute;
	top:40%;
	left:0%;
	text-align:center;
	z-index:0;
	line-height:0;
}
#LinkContainer {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:10;
	/* filter:alpha(opacity:80); /* Specify opacity for IE */
}
#PrevLink, #NextLink {
	cursor: pointer;
	width: 10%;
	height: 100%;
	background: transparent url(../img/c.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#PrevLink span, #NextLink span { 
/*display: none;*/ 
}
#PrevLink { left: 0; float: left;  background: url(../img/prev_chevron.png) 90% 95% no-repeat;}
#NextLink { left: 0; float: left;  background: url(../img/next_chevron.png) 10% 95% no-repeat;}
/* background image for IE */
#PrevLink:hover, #PrevLink:visited:hover { background: url(../img/prev_chevron.png) 90% 95% no-repeat; }
#NextLink:hover, #NextLink:visited:hover { background: url(../img/next_chevron.png) 10% 95% no-repeat; }
/* backgroudn image for compliant browsers */
#LinkContainer>#PrevLink:hover, #LinkContainer>#PrevLink:visited:hover { background: url(../img/prev_chevron.png) 90% 95% no-repeat; }
#LinkContainer>#NextLink:hover, #LinkContainer>#NextLink:visited:hover { background: url(../img/next_chevron.png) 10% 95% no-repeat; }

