

#dhtmlgoodies_slideshowlarge{
		width:599px;	/* Total width of slideshow */
		overflow:hidden;
	}
	#previewPane{
		border:1px solid #c5dbe2;	
		text-align:center;
		vertical-align:middle;
		padding-top:10px;
		position:relative;
		/* CSS HACK */
		height/* */:/**/260px;	/* Other browsers */
		height: /**/260px;
		width:597px;
	}
	#galleryContainer{
		height:92px;	/* Height of the images + 2 */
		position:relative;
		overflow:hidden;
		background:#ddecf1 url(/images/bck_thumbnails.gif) bottom left repeat-x;
		/*width:428px;*/
		
		/* CSS HACK */
		height: 92px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/92px;	/* Other browsers */
		height: /**/92px;	
	}	
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		padding:0;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		padding:0;		
	}
	#theImages{
		position:absolute;
		height:100px;
		left:25px;
		top:15px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:230px;
		top:120px;
		background-color:#ddecf1;
		padding:4px;
		color:#3e7293;
		font-size:0.9em;
	}
	
	#theImages .imageCaption{
		display:none;
		/*color:transpartent;*/
	}
	#largeImageCaption{
		display:none;
	}
