.main {
	position: relative;
	width: 480px;
	height: 480px;
	display: block;
	background-color: #FFFFFF;
}

.body {
	position: relative;
	width: 480px;
	height: 480px;
	display: block;
}

.topimgarea {
	position: relative;
	width: 480px;
	height: 372px;
	display: block;
}
.topimgrightbor {
	position: relative;
	width: 17px;
	height: 374px;
	display: block;
	float: right;
	background-image: url(../_images/_rightborder.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.topimg{
	position: relative;
	width: 480px;
	height: 372px;
	display: block;
	float: left;
}
.bottomthumbnails{
	position: relative;
	width: 480px;
	height: 85px;
	display: block;
	float: left;
}
.bottomthumbnailimg {
	position: relative;
	width: 460px;
	height: 85px;
	display: block;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	
}
.bottomimgrightbor {
	position: relative;
	width: 17px;
	height: 85px;
	display: block;
	float: right;
}
.thumbnailbg {
	position: relative;
	width: 450px;
	height: 80px;
	display: block;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 16px;
	font-weight: normal;
	color: #666666;
}
