html, body	{
	height: 105%;
}

body	{
	margin: 0px;
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 75%;
	color: #333;
	text-align: center;
}

h1	{
	font-size: 100%;
	font-weight: normal;
	margin:0;
	font-size: 120%;
}

h1 a	{
	text-decoration: none;
}

a	{
	color: #666;
}

a:hover	{
	color: black;
}

a.active, .current	{
	color: #000;
}

a img	{
	border: 0px;
}

/* div	{
	border: 1px solid red;
} */

#container	{
	width: 910px;
	margin: 0 auto 0 auto;
	text-align: left;
	
	padding-top: 30px;
}

#header	{
}

#navigation	{
	float: right;
	text-align: right;
	font-size: 120%;
}

#navigation ul, #navigation li	{
	list-style: none;
	margin:0;
	padding:0;
}

#navigation li	{
	float: left;
	margin-left: 10px;
}
#navigation li a	{
	text-decoration: none;
}

#content	{
	clear: both;
	margin: 50px 0 33px 0;
}

#loading	{
	display: none;
}

#loading img	{
	margin-top: 200px;
}

#thumbs	{
	float: left;
	width: 200px;
	text-align: center;
}

#thumbs	.thumb {
	float: left;
	margin: 0 5px 10px 5px;
	width: 54px;
	height: 54px;
	text-align: center;
	
	display: table;
	#position: relative;
	overflow: hidden;
}
#thumbs	a {
	#position: absolute;
	#top: 50%;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

#thumbs	.thumb img {
	#position: relative;
	#top: -50%
}

#mainContent	{
	float: right;
	width: 700px;
	text-align: center;
}

#mainContent img	{
	
}

#footer	{
	clear: both;
}

#largeImageContainer	{
	text-align: center;
}

#largeImageContainer div	{
	text-align: center;
}

#largeImageContainer p	{
	text-align: right;
}