
	#dhtmlgoodies_slideshow{
		width:511px;
		position:absolute;
		top:0;
		right:0;
		height:330px;
		margin:0 0 0 1px;
	}
	
	#previewPane{
		text-align:center;
		vertical-align:middle;
		position:relative;
		/* CSS HACK */
		height: 330px;	/* IE 5.x */
		height/* */:/**/330px;	/* Other browsers */
		height: /**/330px;
		overflow:hidden;	
	}
	#previewPane img{
		line-height:330px;
		width:511px;
		height:330px;
	}
	#previewPane #largeImageCaption{
		position:absolute;
		bottom:15px;
		left:15px;
		width:460px;
		padding:10px;
		background:#fff;
		filter: alpha(opacity=0);
		opacity: 0;
	}
	#galleryContainer{
		height:200px;
		position:relative;
		overflow:hidden;
		/* CSS HACK */
		height: 200px;
		height/* */:/**/200px;
		height: /**/200px;
	}
	#arrow_left{
		position:absolute;
		left:15px;
		z-index:10;
		top:165px;
	}
	#arrow_right{
		position:absolute;
		right:15px;
		z-index:10;
		top:165px;
	}
	#arrow_right img, #arrow_left img{
		height:25px;
		width:25px;
	}
	#theImages{
		position:absolute;
		height:200px;
		left:40px;
		width:100000px;
		top:1px;
		left:0;
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
		height:200px;
		width:255px;
		position:relative;
		margin:0 1px 0 0;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:170px;
		top:150px;
		background-color:#fff;
		border:3px solid #90897D;
		padding:4px;
		color:#555;
	}
	
	#theImages .imageCaption{
		display:none;
		filter: alpha(opacity=0);
		opacity: 0;
	}
