#OuterContainer{
	padding: 0px;
	margin: 0px;
}

#Container{
	position: relative;
	margin: 0px auto;
	width: 200px;
	height: 200px;
}

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

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

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

#LinkContainer a{
	border-bottom: none;
	text-decoration: none;
}

#PrevLink, #NextLink{
	cursor: pointer;
	width: 48%;
	height: 100%;
	background: transparent url(../galleries/slideshow/images/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:hover, #PrevLink:visited:hover { background: url(../galleries/slideshow/images/prev_minus.gif) 20% 50% no-repeat; }
#NextLink:hover, #NextLink:visited:hover { background: url(../galleries/slideshow/images/next_plus.gif) 80% 50% no-repeat; }

/* background image for compliant browsers */
#LinkContainer>#PrevLink:hover, #LinkContainer>#PrevLink:visited:hover { background: url(../galleries/slideshow/images/prev_chevron.png) 20% 50% no-repeat; }
#LinkContainer>#NextLink:hover, #LinkContainer>#NextLink:visited:hover { background: url(../galleries/slideshow/images/next_chevron.png) 80% 50% no-repeat; }

#CaptionContainer{
	margin: 0 auto;
	padding: 8px 0px 4px 0px;
	width: 200px;
	text-align: left;
	}

#CaptionContainer p{
	padding: 5px;
	color: #000000;
	font-size: 11px;
}

#Counter{
	padding-right: -555px;
	color: #000000;
	font-weight: bold;
}