*
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 1em;
}
body
{
	background-color: #8aa7ff;
	margin-left: 0;
	margin-right: 0;
	text-align: center;
}
body, html 
{ 
	height: 100%;
}
.title 
{ 
	color: #222; 
	font-size: 16pt; 
	font-weight: bold; 
	margin-top: 10px; 
	margin-bottom: 10px; 
}

div.thumb
{
	background-color: #FFF;
	border: solid 1px #555;
	color: Gray;
	display: block;
	font-size: 10px;
	margin: 2px 10px 2px 10px;	
	overflow: hidden;
	position: relative;
	text-align: center;
	clear: both;
	padding: 5px;
	width: auto; 
	height: auto;
}
div.thumb span.index
{
	top: 5px;
	position: absolute;
	text-align: right;
	width: 98%;
	z-index: 10;
}
a.photoshamanRef
{
	font-size: 0.8em;
	font-weight: bold;
	color: #222;
	text-decoration: none;
}
div.img
{
	background-color: #FFF;
	border: solid 1px #444;
	padding: 10px;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
}
div.time
{
	font-size: 0.6em;
	padding-top: 30px;
	text-align: left;	
}
