*
{
	margin:0;
	padding:0;
}

body
{
	font-family:arial;
	font-size:10pt;
	text-align:center;
}

#wrapper
{
	width:670px;
	margin:auto;
}

#thumbnailHolder
{
	width:170px;
	margin:10px 0 0 0px;
	float:left;
	border:0px solid;
}

.thumbnail
{
	height:150px;
	cursor:pointer;
	margin:0 10px 45px 0px;
	float:left;
}

.mainPic
{
	height:550px;
	margin:10px 0 0 70px;
	float:left;
}

.thumbnail, .mainPic
{
	border:0;
}

.downloadIcon
{
	float:left;
	border:0;
	width:168px;
	height:17px;
	background-image:url("download.gif");
	background-position:0 0;
}

.downloadIcon:hover
{
	background-position:0 -17px;
}

.floatClear
{
	font-size:0;
	line-height:0;
	clear:both;
	width:100%;
}