#OuterContainer {
	padding: 0px;
	margin: 0px;
	background-color: #f7f7f7;
	height: 111px;
	width: 800px;
	position: relative;
}

.home #OuterContainer {
	height: 192px;
}

#Container {
	
	height: 111px;
	width: 800px;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	overflow: hidden;
}

#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: 81px;
	left: 0px;
	width: 800px;
	height: 33px;
	z-index: 11;
	/* filter:alpha(opacity:80); /* Specify opacity for IE */
}

.home #LinkContainer {
	top: 162px;
}

#PrevLink, #NextLink {
	cursor: pointer;
	width: 35px;
	height: 27px;
	background: transparent url(/images/spacer.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}

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

#PrevLink { 
	left: 0; 
	float: left; 
	border-right: solid 1px #ffffff;
}

#NextLink { 
	right: 0; 
	float: right; 
	border-left: solid 1px #ffffff;
}

/* background image for IE */
#PrevLink { background: url(images/prev_minus.gif) 50% 50% no-repeat; }
#NextLink { background: url(images/next_plus.gif) 50% 50% no-repeat; }

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

#CaptionContainer {
	margin: 0px;
	width: 140px;
	text-align: left;
	position: absolute;
	top: 78px;
	left: 49px;
	z-index: 10;
}

.home #CaptionContainer {
	top: 159px;
}

#CaptionContainer p {
	padding: 0px;
	margin: 0px;
	padding-top: 5px;
	font-size: 11px;
	color: #ffffff;
}

#Counter {
	font-weight: bold;
	color: #999;
	padding-right: 5px;
}

#About p {
	margin: 0 20px;
	padding: 5px 0;
	font-size: 12px;
	font-weight: bold;
}

#About {
	width: 100%;
	text-align: left;
	background-color: #efefef;
	border-bottom: 1px solid #dedede;
}

#AboutBody {
	margin-top: 15px;
}

#AboutBody p {
	font-weight: normal;
	font-size: 11px;
	line-height: 1.4em;
	margin: 0 20px 10px 20px;
	padding: 0;
}
