

	#dhtmlgoodies_slideshow{
		width:850px;	/* Total width of slideshow */
	}	
	
	#galleryContainer{
		
		height:102px;	/* Height of the images + 2 */
		border:0px solid #1B1B1B;
		position:relative;
		overflow:hidden;
		padding:2px;
		
		/* CSS HACK */
		height: 104px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/102px;	/* Other browsers */
		height: /**/102px;
				
	}
	#arrow_left{
		height:100px;	
		position:absolute;
		padding-top:30px;
		left:0px;
		z-index:10;
		background-color: #1B1B1B;
		padding:1px;
	}
	#arrow_right{
		height:100px;	
		position:absolute;		
		right:0px;
		z-index:10;
		background-color: #1B1B1B;
		padding:1px;
	}
	#theImages{
		position:absolute;
		height:100px;
		left:40px;
		width:100000px;
		padding:5px 0;
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:0px 5px;		
		cursor:pointer;
		border:0px;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}
	