/* Gallery */
#hotel-detail #gallery {
	width: 600px;
/*	background-color: #AAF;*/
/*	border: 1px solid red;*/
/*	background: transparent url(../images/bg-panel.gif) no-repeat 0 0;*/
	padding: 25px 26px 15px 26px;
	margin-bottom: 20px;
	margin-top: -80px;
	overflow: hidden;
	position:relative;
	left:300px;
	top:14px;
	
	
}


	#gallery-main{
		float:right;
		text-align:right;
	
		
	}

	#hotel-detail #gallery .play-pause {
		position: relative;
		display: block;
		height: 31px;
		width: 31px;
		left: 570px;
		top: 30px;
		background: url(../images/play-pause.gif) no-repeat 0 -49px;
		z-index: 100;
	}
		#hotel-detail #gallery .play-pause:hover {
			background-position: 0 0;
		}
	#hotel-detail #gallery #images {
		position: relative;
		height: 410px;
		overflow:hidden;
	}

		#hotel-detail #gallery div.image {
			
			position: absolute;
			width: 600px;
			height: 450px;
			top: 0;
			left: 0;
			
			z-index: 8;
			overflow: visible;
			background-position: 50% 50%;
			background-repeat: no-repeat;
		}
			#hotel-detail #gallery div.image.lastactive {
				z-index: 9;
			}
			#hotel-detail #gallery div.image.active {
				z-index: 10;
			}
			#hotel-detail #gallery div.image h3 {
				position: absolute;
				top: -33px;
				padding: 0;
				left: 0;
				width: 600px;
				color: #A7A9AC;
				background-color: #000;
				
			}
	#hotel-detail #gallery div.thumbs {
		z-index: 100;
		margin: 15px 0;
		overflow: hidden;
		position: relative;
		height: 79px;
		top:-10px;
	
	}
		#hotel-detail #gallery div.thumbs ul {
			position: absolute;
			top: 0;
			left: 238px;
			padding: 0;
			margin: 0;
			list-style: none;
			width: 4000px;
			height: 79px;
		}
			#hotel-detail #gallery div.thumbs li {
				width: 104px;
				height: 75px;
				padding: 0;
				margin: 0 8px;
				border: 2px solid #000;
				float: left;
				text-align: center;
				cursor: hand;
				cursor: pointer;
				background-position: center center;
				background-repeat: no-repeat;
			}
				#hotel-detail #gallery div.thumbs li.active {
					border-color: #FFF;
				}

	#hotel-detail #gallery .controls {
		margin: 0 200px;
	}
	#hotel-detail #gallery .controls-top {
		position: relative;
/*		margin: 0;*/
		z-index: 101;
		top: -5px;
		visibility:hidden;
	}
		#hotel-detail #gallery .controls #gallery-next, #hotel-detail #gallery .controls #gallery-next-bot {
			float: right;
			background: transparent url(../images/gallery-next.gif) no-repeat 100% 0;
			cursor: hand;
			cursor: pointer;
			width: 100px;
			height: 20px;
		}
			#hotel-detail #gallery .controls #gallery-next:hover, #hotel-detail #gallery .controls #gallery-next-bot:hover {
				background-position: 100% -100px;
			}
		#hotel-detail #gallery .controls #gallery-prev, #hotel-detail #gallery .controls #gallery-prev-bot {
			float: left;
			background: transparent url(../images/gallery-prev.gif) no-repeat 100% 0;
			cursor: hand;
			cursor: pointer;
			width: 100px;
			height: 20px;
		}
			#hotel-detail #gallery .controls #gallery-prev:hover, #hotel-detail #gallery .controls #gallery-prev-bot:hover {
				background-position: 100% -100px;
			}

		#hotel-detail #gallery .controls .book-now {
			float: right; 
			width: 80px;
			display: block;
		}

