	#dhtmlgoodies_slideshow{
		width:590px;	/* Total width of slideshow */


	}
	
	#previewPane{
		text-align:center;
		vertical-align:middle;		position:relative;
		
		/* CSS HACK */
		height: 175px;	/* IE 5.x */
		height/* */:/**/175px;	/* Other browsers */
		height: /**/175px;
				
	}
	#previewPane img{
		line-height:175px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		display:none;
		width:1px;
		height:1px;
		color:#FFFFFF;
	}
	#galleryContainer{
		
		height:50px;	/* Height of the images + 2 */
		position:relative;
		overflow:hidden;
		padding:1px;
		background-color:#313035;
		
		/* CSS HACK */
		height: 50px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/48px;	/* Other browsers */
		height: /**/48px;
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #313035;
		padding:1px;
	}
	#arrow_right{
	position:absolute;
	right:0px;
	z-index:10;
	background-color: #313035;
	padding:1px;
	top: 0px;
	height: 50px;
	}
	#theImages{
	position:absolute;
	height:50px;
	left:50px;
	width:100000px;
	top: 1px;
		
	}
	#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:50px;
		top:50px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:hidden;
		width:1px;
		height:1px;
	}
