#dhtmlgoodies_slideshow{
	width:512px;	/* Total width of slideshow */
	margin-left:22px;
}
	
#previewPane{
	float:left;
	border-left:1px solid #dbeaf7;
	border-right:1px solid #dbeaf7;
	border-bottom:1px solid #dbeaf7;
	padding-bottom:8px;
	width:393px !important;
	width /**/ :395px;
}

#previewPane img{
	margin:9px 0 0 8px;
}

#gallery-title{	
	background:#2e7fc4;
	line-height:28px;
	padding-left:16px;
	text-align:left;
	color:#fff;
	font-weight:bold;
}

#gallery-title2{	
	background:#66b3e8;
	line-height:28px;
	padding-left:16px;
	text-align:left;
	color:#fff;
	font-weight:bold;
}

#waitMessage{
	display:none;
	position:absolute;
	left:140px;
	top:180px;
	background-color:#FFF;
	border:3px double #000;
	padding:4px;
	color:#555;
}	

#galleryContainer{	
	float:left;
	width:99px;
	height:330px;
	background:url(../images/trade/hotels/bg.gif) repeat-y;
	margin-left:18px;
}

#galleryContainer #arrow_down{	/* Arrow down image */
	height:28px;
}

#galleryContainer #arrow_up{
	height:28px;	/* Arrow up image */
}
	
#theImages{	/* DIV where the images are located */
	position:relative;
	overflow:hidden;
	height:273px;	/* Height of boxes for the images */
}

#theImages div{	
	position:relative;	/* Don't change this */
	height:1500px;	/* Higher than total height of thumbnails */
}

#theImages img{
	border:0px;	/* No border */
	filter:alpha(opacity=50);	/* Transparency - IE */
	opacity:0.5; /* Transparency - Firefox */
	margin:2px 0 2px 7px;
}

#previewPane #largeImageCaption{
	position:absolute;
}

#theImages .imageCaption{
	display:none;
}