* {
	margin:0;
	padding:0
}
body {
	font:12px Verdana, Arial, Helvetica, sans-serif;
	background:#ffffff;
}
#main{
	width:986px;
	margin:0 auto;
}
#header{
	float:left;
	width:100%;
	text-align:center;
}
#logo{
	margin-top:81px;
}
#content{
	float:left;
	width:100%;
	height:380px;
	margin-top:50px;
	background:url(../images/bg_left.gif) no-repeat;
}
#content_detail{
	float:left;
	width:100%;
	height:339px;
	background:url(../images/bg_right.gif) no-repeat right;
}
#gallery {
	float:left;
	width:986px;
	min-height:337px;
}
#thumbwrapper {
	margin-top:10px;
}
#thumbarea {
	position:relative;
	overflow:hidden;
	height:337px;
	width:100%;
}
#thumbs {
	position:absolute;
	list-style:none;
	height:337px;
	width:10000px;
	margin-left:2px;
}
#thumbs li {
	float:left;
	margin-right:2px;
}
#footer{
	float:left;
	width:100%;
	height:67px;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	color:#8a8a8a;
	padding-bottom:50px;
}
.load{
	width:986px;
	height:337px;
	background:#ffffff url(../images/loading.gif) no-repeat center 50%;
	position:absolute;
	z-index:10;
}
