*
{
	margin: 0;
	padding: 0;
}
BODY
{
	margin: 0;
	text-align: center;
	background: #B7BCC3 url(../img/body_bg.jpg) repeat left top;
	font: 10px arial, verdana, sans-serif;
	color: #666;
}
#masthead
{
	height: 60px;
	position: static;
	margin: 0;
	padding: 0;
}
#OuterContainer
{
	padding: 0;
	margin: 0 auto;
}
#Container
{
	position: relative;
	height: 200px;
	width: 200px;
	margin: 0 auto;
	background-color: #DEDEDE;
	border: 5px solid #CCC;
	font-size: 0px;
}
#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: -7px;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
/*filter:alpha(opacity:80); /* Specify opacity for IE*/
}
#PrevLink, #NextLink
{
	cursor: pointer;
	width: 48%;
	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;
}
#NextLink
{
	right: 0;
	float: right;
}
/*background image for IE*/
#PrevLink:hover, #PrevLink:visited:hover
{
	background: url(../img/prev_minus.gif) no-repeat 20% 50%;
}
#NextLink:hover, #NextLink:visited:hover
{
	background: url(../img/next_plus.gif) no-repeat 80% 50%;
}
/*backgroudn image for compliant browsers*/
#LinkContainer>#PrevLink:hover, #LinkContainer>#PrevLink:visited:hover
{
	background: url(../img/prev_chevron.png) no-repeat 20% 50%;
}
#LinkContainer>#NextLink:hover, #LinkContainer>#NextLink:visited:hover
{
	background: url(../img/next_chevron.png) no-repeat 80% 50%;
}
#CaptionContainer
{
	margin: 0 auto;
	width: 200px;
	text-align: left;
	background-color: #CCC;
}
#CaptionContainer P
{
	padding: 5px 10px 10px;
	font-size: 11px;
}
#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;
	padding: 0;
}
#copyright
{
	position: absolute;
	bottom: 0%;
	left: 38%;
	overflow: visible;
	margin: 0;
	color: #000000;
}
