@charset "UTF-8";



/* --------------------------------
	wrapper
-------------------------------- */
div#wrapper {
	width: 720px;
	margin: 0 auto;
	position: relative;
}


/* --------------------------------
	header
-------------------------------- */
div#header {
	width: 720px;
	border-bottom: solid 1px #1f1f1f;
}

div#header h1 {
	width: 150px;
	float: left;
	padding: 13px 0 0 14px;
}

div#header p {
	width: 341px;
	float: right;
}


/* --------------------------------
	mainImage
-------------------------------- */
div#mainImage {
	clear: both;
}


/* --------------------------------
	thumbnail
-------------------------------- */
div#thumbnail {
	width: 720px;
	height: 64px;
	position: absolute;
	top: 401px;
	left: 0;
	z-index: 2;
}

div#thumbnailBg {
	width: 720px;
	height: 64px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
	background-color: #000000;
	position: absolute;
	top: 401px;
	left: 0;
	z-index: 1;
}

div#thumbnail ul {
	text-align: center;
	font-size: 0;
	line-height: 1;
	padding-top: 11px;
}

div#thumbnail li {
	display: inline;
	padding: 0 10px;
}


/* --------------------------------
	features
-------------------------------- */
div#features p {
	position: absolute;
	top: 63px;
	right: 10px;
}

div#features .next {
	position: absolute;
	top: 246px;
	right: 16px;
	font-size: 0;
	line-height: 1;
}

div#features .back {
	position: absolute;
	top: 246px;
	left: 16px;
	font-size: 0;
	line-height: 1;
}

div#features div.arrowNone {
	display: none;
}

div#features div#arrow1 {
	display: block;
}


/* --------------------------------
	navigation
-------------------------------- */
div#navigation {
}

div#navigation ul {
	font-size: 0;
	line-height: 1;
	width: 716px;
	margin: 3px 0 3px 2px;
}

div#navigation li {
	font-size: 0;
	line-height: 1;
	float: left;
}

