
	#dhtmlgoodies_slideshow{
		width:604px;	/* Total width of slideshow */
        z-index:0px;

	}
	
	#previewPane{
		text-align:center;
		margin-left:12px;
	/*
		padding-left:15px;
border:1px solid #CCCCCC;
		margin-bottom:10px;	
		vertical-align:middle;

		position:relative;
		
		/* CSS HACK * /
		height: 432px;	/* IE 5.x * /
		height/* */:/** /420px;	/* Other browsers * /
		height: /** /420px;
*/
	}
	#previewPane img{
		line-height:400px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font-style:italic;
		text-align:center;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		font-size:0.9em;
	}
	#galleryContainer{
	
		height:55px;	/* Height of the images + 2 */
		border:0px solid #CCCCCC;
		position:relative;
		overflow:hidden;
		padding:1px;
		width:450px;
		margin-left:65px;
		padding-left:60px;
		
		/* CSS HACK */
		height: 55px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/55px;	/* Other browsers */
		height: /**/55px;
				
	}
	#arrow_left{
		position:absolute;
		left:33px;
		z-index:5;
		padding:1px;
	}
	#arrow_right{
		position:absolute;
		right:34px;
		z-index:5;	
	}
	#theImages{
		position:absolute;
		height:55px;
		left:0px;
		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;
		background-color:#FFF;
		border:0px double #000;
		font-size:0.9em;
		font-family:arial;	
		color:#555;
		padding:4px;
		height:20px;
	/*	
		position:absolute;
		left:200px;
		top:150px;
		*/
	}
	
	#theImages .imageCaption{
		display:none;
	}