@charset "UTF-8";


/* hotel setting
-----------------------------------------------------------*/

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


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

#hotel {
	width: 820px;
	padding: 20px 20px 0 20px;
	overflow: hidden;
}

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

#hotel h1 {
	width:800px;
	padding: 0 0 15px 0;
}

#hotel .galleryPh {
	width: 600px;
	height: 400px;
	position: relative;
	float:left;
}

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

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

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

#hotel .thumbs {
	width: 200px;
	float:left;
	overflow: hidden;
}

#hotel .thumbs li {
	width: 190px;
	height: 126px;
	margin:0 0 11px 11px;;
	position: relative;
}

#hotel .thumbs li a {
	position: absolute;
	top: 0;
	width: 190px;
	height: 126px;
}

#hotel .thumbs li img {
	position: absolute;
	left: 0;
	top: 0;
	width: 190px;
	height: 126px;
}