@CHARSET "UTF-8";
html, body { margin: 0; padding: 0; overflow-x: hidden; }
#bgImg { z-index: 5; position: absolute; top:147px; margin: 0 auto; cursor: move; }
#holder {
	width:100%;
	position:absolute;
	z-index:100;
}
/*Header*/
#header_home, #header_normal{
	width: 100%; z-index: 9999999; background-color: transparent; position: absolute; padding:0;
}
#header_normal{
	height:350px;
}
#header_flash{
	position:relative;
	height: 570px;
	overflow:hidden;
}
#content ul li { list-style-type: disc; }
#fc{
	width:1000px;
	margin:0 auto;
}
#thumbs_holder{
	width:1000px;
	text-align:right;
	position:absolute;
	bottom:15px;
	margin-left:-500px;
	top:380px;
	left:50%;
	overflow:hidden;
	z-index:100;
}
#thumbs_holder a{
	border-right:1px solid #333333;
	border-bottom:1px solid #333333;
	display:block;
	float:right;
	margin:0 0 0 4px;
}
#thumbs_holder img{
	border:7px solid white;
}

#thumbs_holder a:hover img{
	border-color:#333;
}