#gallery {
	position: relative;
	width: 433px;
	margin: 0 auto;
	border: 0px solid #fff;
}

#image {
	position: relative;
	width: 433px;
	height: 324px;
	padding: 0px;
	border: 1px solid #939290;
}

#image img {
	position: absolute;
	top: 0px;
	left: 0px
}

#thumbwrapper {
	margin-top: 10px;
	padding: 5px 0px 0px 0px;
	width: 433px;
	height: 60px;
}

#thumbarea {
	position: relative;
	overflow: hidden;
	height: 60px;
	width: 433px;
	margin-left: 0px;
}

#thumbs {
	position: absolute;
	list-style: none;
	/*margin-left: 5px;*/
	height: 60px;
	width: 10000px;
	border-right: 5px solid #FFF
}

#thumbs li {
	float: left;
	margin-right: 5px;
	cursor: pointer
}

#thumbs li img {
	opacity:0.4;
	filter:alpha(opacity=40)
}

.imgnav {
	position: absolute;
	height: 324px;
	width: 20%;
	z-index: 100;
	outline: none;
	cursor: pointer;
}

#previmg {
	left: 0;
	background: url('../images/left.gif') left center no-repeat;
	border-left: 5px solid #FFF
}

#cont-tab4 {
	line-height: 120%;
}

#previmg:hover {
	opacity: 1;
	filter: alpha(opacity =                     100)
}

#nextimg {
	right: 0;
	background: url('../images/right.gif') right center no-repeat;
	border-right: 5px solid #FFF
}

#nextimg:hover {
	opacity: 1;
	filter: alpha(opacity =                     100)
}
.left {
	float: left;
}

.hotel_box .body .label-v2 {
    opacity:0.6;
    filter:alpha(opacity=60);
    background: #000000;
    height:30px;
    left:1px;
    margin-top:-37px;
    padding:7px 0 0 2px;
    position:relative;
    width:431px;
}
.hotel_box .body .label-v2 #bigPhotoLabel {
    color: #ffffff;
    font-family:arial;
    font-size:14px;
}
