*
{
	margin: 0;
	padding: 0;
}

body
{
	margin:0.5em 0 0 0;
	padding:0;
	text-align:center;
	font-family:'Lucida Grande','Trebuchet MS',arial,helvetica,sans-serif;
	color:#666;
	background-color: #E6E6D9;
	/*
	background:#E6E6D9 url("../images/background.gif") repeat-x;
	*/
	text-align:center
	font-size: 76%;
}

a:link,a:visited
{
	color:#b00;
	text-decoration:none
}

a:hover,a:visited:hover
{
	text-decoration: none;
	background: #ffc;
	color: #b00;
}

a.inactive:link, a.inactive:visited
{
	color:#CECEB5
}

h1
{
	margin-top: 0.75em;
	font-size: 1.6em;
	letter-spacing: -0.05em;
}

h2
{
	font-size: 1.0em;
	color: #999;
	margin-bottom: 1.0em;
}

a.imageLink:hover
{
	text-decoration: none;
	background: transparent;
}

#Container
{
	margin:0 auto;
	position:relative;
	width:300px;
	height:300px;
	background-color:#fff;
	border:3px solid #CECEB5;
	overflow:hidden
}

#LoadContainer
{
	height:25%;
	width:50%;
	position:absolute;
	top:40%;
	left:25%;
	text-align:center;
	z-index:1
}

#PhotoContainer
{
	visibility:hidden
}

#CaptionBlock
{
	height:18px;
	width:582px;
	text-align:left;
	margin:0 auto
}

#Caption
{
	color:#333
}

#License
{
	margin:0 auto;
	padding-top:10px;
	font-size:10px;
	color:#666;
	border-top:1px solid #CECEB5;
	width:740px;
	text-align:left;
	line-height:1.4em;
}

#LinkContainer
{	
	display:none;
	position:absolute;
	top:0;
	left:0;
	height:200px;
	width:200px;
	z-index:100;
	background:url(../img/c.gif) 50% 50% no-repeat
}

#PrevLink
{
	z-index:100;
	position:absolute;
	top:0%;
	left:0%;
	height:200px;
	width:50%;
	display:block;
}

#NextLink
{
	z-index:100;
	position:absolute;
	top:0%;
	left:50%;
	height:200px;
	width:50%;
	display:block;
}

#PrevLink:hover, #NextLink:hover
{
	text-decoration:none
}

#PrevLink:hover
{
	background:transparent url("../images/previous.png") 50% 50% no-repeat
}

#NextLink:hover
{
	background:transparent url("../images/next.png") 50% 50% no-repeat
}

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

img
{
	border:none
}

p
{
	font-size:11px;
	padding:1em 0
}

#Wrapper
{
	margin:0 auto;
	height:500px;
	width:600px;
	overflow:hidden;
	position:relative
}

#Wrapper[id]
{
	display:table;
	position:static
}

#InnerWrapper
{
	position:absolute;
	top:50%;
	left:0;
}

#InnerWrapper[id]
{
	display:table-cell;
	vertical-align:middle;
	position:static
}

#OuterContainer
{
	position:relative;
	top:-50%;
}

div#thumbnails
{
	float: left;
	width: 40px;
}

div#thumbnails img
{
	width: 40px;
	margin-top: 2px;
	padding: 0px;
	border: 1px solid silver;
	display: block;
}

div#thumbnails a
{
	margin: 0px;
	padding: 0px;
}