/* The 50px top margin helps to center the gallery on the screen */

#galleryBox {
	height:760px;
	width:550px;
	position:relative;
	top:-50px;
}

#galleryImageDisplayArea {
	height:540px;
	width:760px;
	overflow:hidden;
	position:absolute;
	top:0px;
	left:0px;
}

#galleryImages {
	position:absolute;
	top:0px;
	left:0px;
	
}


#galleryImageThumbs {
	position:absolute;
	top:470px;
	left:0px;
	z-index:10;
	background-color:#fff;
}

.galleryItem {
	position:relative;
	height:510px;
	width:760px;
}

.galleryItem .itemImage {
	position:absolute;
	top:50px;
	left:0px;
}

.galleryItem .itemTitle {
	padding:5px 0px;
	margin:0px;
}

.galleryItem .itemContent {
	position:absolute;
	top:50px;
	left:540px;
	width:200px;
	padding:15px;
}

.galleryItem .addValueContent {
	position:absolute;
	top:450px;
	left:540px;
	width:200px;
	padding:15px;
	text-align:right;
	z-index:20;
}

.galleryItem .ihotelierRoomPrice{
	color:#000;
}

.galleryItem .ihotelierRoomPrice a{
	color:#000;
}

.galleryItem .ihotelierRoomPrice a:hover{
	color:#F8931D;
}



.galleryItem .itemAnchor {
}

.galleryItem .galleryItemPrevious, .galleryItem .galleryItemPrevOff {
	position:absolute;
	top:420px;
	right:125px;
	width:60px;
	height:18px;
	padding:7px 0px 3px 24px;
	background:url(images/prev.gif) left no-repeat;
	color:#000;
}

.galleryItemPrevious:hover{
	color:#F8931D;	
}

.galleryItem .galleryItemNext, .galleryItem .galleryItemNextOff {
	position:absolute;
	top:420px;
	right:5px;
	width:60px;
	height:18px;
	padding:7px 24px 3px 0px;
	background:url(images/next.gif) right no-repeat;
	text-align:right;
	color:#000;	
}

.galleryItemNext:hover{
	color:#F8931D;	
}

.galleryItem .galleryItemPrevOff {
	opacity:.3;
	filter:alpha(opacity=30);
}

.galleryItem .galleryItemNextOff {
	opacity:.4;
	filter:alpha(opacity=30);
}

.galleryItem p{
	color:#666;
}


.galleryThumb {
	float:left;
	padding:4px;
	margin:2px;
	border:1px solid #ccc;
}

.galleryThumbActive {

	border:1px solid #082A4F;
}