/*
* {
	margin: 0;
	padding: 0;
}
*/
#Masthead {
width:250px;
}

#PhotoContainer {
	position: relative;
	height: 250px;
	width: 250px;
	margin: 0;
	padding:0;
	font-size: 0px;
}

#Photo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

#Loading {
	height: 100px;
	width: 100px;
	position: absolute;
	top: 75px;
	left: 75px;
	text-align: center;
	z-index: 0;
	line-height: 0;
}

#LinkContainer {
	position: absolute;
	top: 0;
	left: 0;
	height: 250px;
	width: 250px;
	z-index: 10;
	/* filter:alpha(opacity:80); /* Specify opacity for IE */
}

#PrevLink, #NextLink {
	cursor: pointer;
	width: 50%;
	height: 100%;
	background: transparent url(../images/gallery/c.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}

#PrevLink span, #NextLink span { display: none; }

#PrevLink { left: 0; float: left; }
#NextLink { right: 0; float: right; }

/* background image for IE */
#PrevLink, #PrevLink:visited { background: url(../images/gallery/prev_minus.gif) 3px 227px no-repeat; }
#NextLink, #NextLink:visited { background: url(../images/gallery/next_plus.gif) 102px 227px no-repeat; }

/* backgroudn image for compliant browsers */
#LinkContainer>#PrevLink, #LinkContainer>#PrevLink:visited { background: url(../images/gallery/prev_chevron.png) 3px 227px no-repeat; }
#LinkContainer>#NextLink, #LinkContainer>#NextLink:visited { background: url(../images/gallery/next_chevron.png) 102px 227px no-repeat; }

/* backgroudn hover image for compliant browsers */
#LinkContainer>#PrevLink:hover, #LinkContainer>#PrevLink:visited:hover { background: url(../images/gallery/prev_chevron_hover.png) 3px 227px no-repeat; }
#LinkContainer>#NextLink:hover, #LinkContainer>#NextLink:visited:hover { background: url(../images/gallery/next_chevron_hover.png) 102px 227px no-repeat; }


#CaptionContainer {
	margin: 0;
	padding:0;
	display:none;
	}

#CaptionContainer p {
	padding:0;
	font-size: 0px;
}

#Counter {
	padding:0;
	margin:0;
	display:none;
}
