@charset "UTF-8";


/* restaurant setting
-----------------------------------------------------------*/

body {
	background-color: #000000;
	background-image: none;
}


/* content setting
-----------------------------------------------------------*/

#restaurant {
	width: 920px;
	_width: 960px;
	padding: 20px 20px 0 20px;
	overflow: hidden;
}

#restaurant * {
	font-size: 1px;
	line-height: 1;
}

#restaurant h1 {
	padding: 0 0 14px 0;
}

#restaurant .galleryPh {
	width: 624px;
	height: 429px;
	float: left;
	position: relative;
}

#restaurant .galleryPh p img {
	position: absolute;
	left: 0;
	top: 0;
}

#restaurant .galleryPh .prev {
	position: absolute;
	left: 10px;
	top: 199px;
	width: 32px;
	height: 32px;
	cursor: pointer;
}

#restaurant .galleryPh .next {
	position: absolute;
	right: 10px;
	top: 199px;
	width: 32px;
	height: 32px;
	cursor: pointer;

}

#restaurant .thumbs {
	width: 282px;
	float: right;
	overflow: hidden;
}

#restaurant .thumbs li {
	width: 94px;
	height: 62px;
	float: left;
	position: relative;
}

#restaurant .thumbs li a {
	position: absolute;
	left: 5px;
	top: 0;
	width: 89px;
	height: 57px;
}

#restaurant .thumbs li img {
	position: absolute;
	left: 0;
	top: 0;
	width: 89px;
	height: 57px;
}