
/********* gallery ***********/
.wra-img{
	width:150px;
	height:auto;
	float:left;
	margin-right:12px;
	margin-bottom:10px;
	}
.wra-img-r{
	width:150px;
	height:auto;
	float:left;
	}
.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(../../images/gallery/icons.png);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(../images/gallery/loader.gif) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width:40px;
	height:40px;
	cursor: pointer;
	z-index: 8040;
	background-position:-3px  -100px;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 40px;
	height:45px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -45px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -1px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background:#323232;
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}


/********** room detail *********/

.room_detail_detail{
	color: white;
	border-radius:10px;
	font-size: 23px;
	padding:20px;
	background-color:#564F45;
	}

.room_detail_description{
	width:auto;
	height:auto;
	overflow:hidden;
	line-height:20px;
	margin-left:0px;
	margin-right:20px;
	margin-top:10px;
	}
.description_p{
	width:650px;
	height:auto;
	font-size:15px;
	color:#000;
	padding-left:20px;
	line-height:25px !important;
	}
.description_p_page{
	width:auto;
	height:auto;
	font-size:15px;
	color:#000;
	padding-left:20px;
	line-height:25px !important;
	}
.box_info{
	width:auto;
	height:auto;
	overflow:hidden;
	margin-left:20px;
	margin-right:20px;
	margin-top:20px;
	}
.box_info_location{
	width:auto;
	height:auto;
	overflow:hidden;
	margin-left:0px !important;
	margin-right:0px !important;
	margin-top:10px;
	font-size:14px;
	}
.info_title{
	width:100px;
	height:auto;
	font-size:16px;
	color:#CCC;
	float:left;
	}
.info_s{
	width:30px;
	height:auto;
	font-size:16px;
	color:#FFF;
	float:left;
	}
.info_input{
	width:230px;
	height:auto;
	font-size:18px;
	color:#CCC;
	float:left;
	}

.thumbnail img { width:100%;
			height:100%;}
