/******************* galleryListing ******************/
.galleryItem .des{
	display:none;
}
.responsive1000 .galleryListing{
	position:relative;
	width:980px;
	font-size:0;
	line-height:none;
	line-height:0;
}
.responsive1000 .galleryListing .galleryItem{
	display:inline-block;
	width:225px;
	vertical-align:top;
	margin-right:20px;
	text-decoration:none;
	margin-top:10px;
}
.responsive1000 .galleryListing .galleryItem img{
	display:block;
	max-width: 100%; max-height: 148px;
	width: auto;
	margin: 0 auto;
}
.responsive1000 .galleryListing .galleryItem .galleryItemName{
	display:block;
	widtH:100%;
	text-align:left;
	font-size:13px;
	line-height:1.3em;
	padding:10px 0;
}


.responsive760 .galleryListing{
	position:relative;
	width:740px;
	font-size:0;
	line-height:none;
	line-height:0;
}
.responsive760 .galleryListing .galleryItem{
	display:inline-block;
	width:225px;
	vertical-align:top;
	margin-right:20px;
	text-decoration:none;
	margin-top:10px;
}
.responsive760 .galleryListing .galleryItem img{
	display:block;
	max-width: 100%; max-height: 148px;
	width: auto;
	margin: 0 auto;
}
.responsive760 .galleryListing .galleryItem .galleryItemName{
	display:block;
	widtH:100%;
	text-align:left;
	font-size:13px;
	line-height:1.3em;
	padding:10px 0;
}


.responsive0 .galleryListing{
	position:relative;
	width:100%;
	font-size:0;
	line-height:none;
	line-height:0;
}
.responsive0 .galleryListing .galleryItem{
	display:inline-block;
	width:140px;
	vertical-align:top;
	margin:0 5px;
	text-decoration:none;
	margin-top:10px;
}
.responsive0 .galleryListing .galleryItem img{
	display:block;
	max-width: 100%; max-height: 90px;
	width: auto;
	margin: 0 auto;
}
.responsive0 .galleryListing .galleryItem .galleryItemName{
	display:block;
	widtH:100%;
	text-align:left;
	font-size:13px;
	line-height:1.3em;
	padding:10px 0;
}

/*********************** popup ************************/
.verticalSpan{
	display:inline-block;
	height:100%;
	width:0;
	vertical-align:middle;
	font-size:0;
	line-height:none;
	line-height:0;
}



.responsive1000 .galeryPopup{
	position:relative;
	width:960px;
	background:#fff;
	margin:30px auto 0 auto;
}
.responsive1000 .imageView{
	position:relative;
	width:100%;
	height:560px;
	text-align:center;
	font-size:0;
	line-height:none;
	line-height:0;
	background:#1a1a1a;
	overflow:hidden;
}
.responsive1000 .imageView .thumbs{
	position:absolute;
	width:100%;
	height:91px;
	bottom:0;
	left:0;
	background:#ddd;
	padding: 5px 0;
}
.responsive1000 .imageView .thumbs .thumbPrev{
	display:block;
	position:absolute;
	width:30px;
	height:90px;
	top:5px;
	left:0;
	background: url('../images/gallery/thumbLeft.png') 0 0 no-repeat;
}
.responsive1000 .imageView .thumbs .thumbNext{
	display:block;
	position:absolute;
	width:30px;
	height:90px;
	top:5px;
	right:0;
	background: url('../images/gallery/thumbRight.png') 0 0 no-repeat;
}
.responsive1000 .imageView .thumbs .thumbClose{
	display:block;
	position:absolute;
	width:120px;
	height:35px;
	top:-35px;
	left:50%;
	margin-left:-60px;
	background:#ddd;
	font-size:13px;
	line-height:35px;
	color:#000;
}
.responsive1000 .imageView .thumbs .thumbClose .arrow{
	display:inline-block;
	vertical-align:middle;
	margin-left:5px;
	width:17px;
	height:12px;
	background: url('../../hotels-themes/images/gallery/galleryThumbsArrow.png') 0 0 no-repeat;
}
.responsive1000 .imageView .thumbs .thumbClose.open .arrow{
	background-position:0 -12px;
}
.responsive1000 .imageView .thumbs .thumbsContainer{
	position:relative;
	width:882px;
	height:91px;
	overflow:hidden;
	margin:0 auto;
	font-size:0;
	line-height:none;
	line-height:0;
}
.responsive1000 .imageView .thumbs .thumbsContainer .thumbsItems{
	position:absolute;
	top:0;
	left:0;
	white-space:nowrap;
	font-size:0;
	line-height:none;
	line-height:0;
}
.responsive1000 .imageView .thumbs .thumbsContainer .thumbsItems .thumbItem{
	display:inline-block;
	position:relative;
	vertical-align:top;
	width:120px;
	height:90px;
	overflow:hidden;
	margin:0 3px;
}
.responsive1000 .imageView .thumbs .thumbsContainer .thumbsItems .thumbItem img{
	display:block;
	width:120px;
	max-width:120px;
}
.responsive1000 .imageView .thumbs .thumbsContainer .thumbsItems .thumbItem.active{
	border:5px solid #868583;
	width:110px;
	height:80px;
}
.responsive1000 .imageView .thumbs .thumbsContainer .thumbsItems .thumbItem.active img{
	width:120px;
	margin:-5px 0 0 -5px;
}
.responsive1000 .imageView .galeryPrev{
	display:block;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-43px;
	width:60px;
	height:86px;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	overflow:hidden;
}
.responsive1000 .imageView .galeryNext{
	display:block;
	position:absolute;
	right:0;
	top:50%;
	margin-top:-43px;
	width:60px;
	height:86px;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	overflow:hidden;
}
.responsive1000 .imageView .galeryPrev:hover img,
.responsive1000 .imageView .galeryNext:hover img{
	margin-top:-86px;	
}
.responsive1000 .imageView img{
	display:inline-block;
	max-width:100%;
	vertical-align:middle;
}
.responsive1000 .imageView .enlarge{
	max-height:100%;
}
.responsive1000 .popupInfo{
	position:relative;
	padding:10px 230px 10px 20px;
	font-size:13px;
	min-height:65px;
}
.responsive1000 .popupInfo h3{
	font-size:13px;
	color:#000;
	font-weight:normal;
	line-height:1.3em;
	margin-bottom:10px;
}
.responsive1000 .popupInfo p{
	color:#555;
	line-height:1.3em;
}
.responsive1000 .popupTools{
	position:absolute;
	width:200px;
	top:10px;
	right:20px;
	text-align:right;
	color:#609616;
}
.responsive1000 .popupTools .num{
	margin-top:10px;
}

.responsive1000 .popupTools .addthis_default_style{
	text-align:right;	
	padding:5px 0;
}
.responsive1000 .popupTools .addthis_default_style a{
	float:right;
}
.responsive1000 .popupTools .shareContainer{
	display:none;
	height:26px;
	overflow:hidden;
}



.responsive760 .galeryPopup{
	position:relative;
	width:760px;
	background:#fff;
	margin:30px auto 0 auto;
}
.responsive760 .imageView{
	position:relative;
	width:100%;
	height:560px;
	text-align:center;
	font-size:0;
	line-height:none;
	line-height:0;
	background:#1a1a1a;
	overflow:hidden;
}
.responsive760 .imageView .thumbs{
	position:absolute;
	width:100%;
	height:91px;
	bottom:0;
	left:0;
	background:#ddd;
	padding: 5px 0;
}
.responsive760 .imageView .thumbs .thumbPrev{
	display:block;
	position:absolute;
	width:30px;
	height:90px;
	top:5px;
	left:10px;
	background: url('../images/gallery/thumbLeft.png') 0 0 no-repeat;
}
.responsive760 .imageView .thumbs .thumbNext{
	display:block;
	position:absolute;
	width:30px;
	height:90px;
	top:5px;
	right:10px;
	background: url('../images/gallery/thumbRight.png') 0 0 no-repeat;
}
.responsive760 .imageView .thumbs .thumbClose{
	display:block;
	position:absolute;
	width:120px;
	height:35px;
	top:-35px;
	left:50%;
	margin-left:-60px;
	background:#ddd;
	font-size:13px;
	line-height:35px;
	color:#000;
}
.responsive760 .imageView .thumbs .thumbClose .arrow{
	display:inline-block;
	vertical-align:middle;
	margin-left:5px;
	width:17px;
	height:12px;
	background: url('../../hotels-themes/images/gallery/galleryThumbsArrow.png') 0 0 no-repeat;
}
.responsive760 .imageView .thumbs .thumbClose.open .arrow{
	background-position:0 -12px;
}
.responsive760 .imageView .thumbs .thumbsContainer{
	position:relative;
	width:630px;
	height:91px;
	overflow:hidden;
	margin:0 auto;
	font-size:0;
	line-height:none;
	line-height:0;
}
.responsive760 .imageView .thumbs .thumbsContainer .thumbsItems{
	position:absolute;
	top:0;
	left:0;
	white-space:nowrap;
	font-size:0;
	line-height:none;
	line-height:0;
}
.responsive760 .imageView .thumbs .thumbsContainer .thumbsItems .thumbItem{
	display:inline-block;
	position:relative;
	vertical-align:top;
	width:120px;
	height:90px;
	overflow:hidden;
	margin:0 3px;
}
.responsive760 .imageView .thumbs .thumbsContainer .thumbsItems .thumbItem img{
	display:block;
	width:120px;
	max-width:120px;
}
.responsive760 .imageView .thumbs .thumbsContainer .thumbsItems .thumbItem.active{
	border:5px solid #868583;
	width:110px;
	height:80px;
}
.responsive760 .imageView .thumbs .thumbsContainer .thumbsItems .thumbItem.active img{
	width:120px;
	margin:-5px 0 0 -5px;
}
.responsive760 .imageView .galeryPrev{
	display:block;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-43px;
	width:60px;
	height:86px;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	overflow:hidden;
}
.responsive760 .imageView .galeryNext{
	display:block;
	position:absolute;
	right:0;
	top:50%;
	margin-top:-43px;
	width:60px;
	height:86px;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	overflow:hidden;
}
.responsive760 .imageView .galeryPrev:hover img,
.responsive760 .imageView .galeryNext:hover img{
	margin-top:-86px;	
}
.responsive760 .imageView img{
	display:inline-block;
	max-width:100%;
	vertical-align:middle;
}
.responsive760 .imageView .enlarge{
	max-height:100%;
}
.responsive760 .popupInfo{
	position:relative;
	padding:10px 230px 10px 20px;
	font-size:13px;
	min-height:65px;
}
.responsive760 .popupInfo h3{
	font-size:13px;
	color:#000;
	font-weight:normal;
	line-height:1.3em;
	margin-bottom:10px;
}
.responsive760 .popupInfo p{
	color:#555;
	line-height:1.3em;
}
.responsive760 .popupTools{
	position:absolute;
	width:200px;
	top:10px;
	right:20px;
	text-align:right;
	color:#609616;
}
.responsive760 .popupTools .num{
	margin-top:10px;
}

.responsive760 .popupTools .addthis_default_style{
	text-align:right;	
	padding:5px 0;
}
.responsive760 .popupTools .addthis_default_style a{
	float:right;
}
.responsive760 .popupTools .shareContainer{
	display:none;
	height:26px;
	overflow:hidden;
}






.responsive0 .galeryPopup{
	position:relative;
	width:100%;
	background:#fff;
	margin:30px auto 0 auto;
}
.responsive0 .imageView{
	position:relative;
	width:100%;
	text-align:center;
	font-size:0;
	line-height:none;
	line-height:0;
	background:#1a1a1a;
	overflow:hidden;
}
.responsive0 .imageView .thumbs{
	display:none;
}
.responsive0 .imageView .galeryPrev{
	display:block;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-22px;
	width:30px;
	height:43px;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	overflow:hidden;
}
.responsive0 .imageView .galeryNext{
	display:block;
	position:absolute;
	right:0;
	top:50%;
	margin-top:-22px;
	width:30px;
	height:43px;
	overflow:hidden;
}
.responsive0 .imageView img{
	display:inline-block;
	max-width:100%;
	vertical-align:middle;
}
.responsive0 .imageView .enlarge{
	max-height:100%;
}
.responsive0 .popupInfo{
	position:relative;
	padding:10px 190px 10px 20px;
	font-size:13px;
	min-height:65px;
}
.responsive0 .popupInfo h3{
	font-size:13px;
	color:#000;
	font-weight:normal;
	line-height:1.3em;
	margin-bottom:10px;
}
.responsive0 .popupInfo p{
	color:#555;
	line-height:1.3em;
}
.responsive0 .popupTools{
	position:absolute;
	width:200px;
	top:10px;
	right:20px;
	text-align:right;
	color:#609616;
}
.responsive0 .popupTools .num{
	margin-top:10px;
}

.responsive0 .popupTools .addthis_default_style{
	text-align:right;	
	padding:5px 0;
}
.responsive0 .popupTools .addthis_default_style a{
	float:right;
}
.responsive0 .popupTools .shareContainer{
	display:none;
	height:26px;
	overflow:hidden;
}

