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


	}
	
	#previewPane{

		margin-bottom:10px;	
		text-align:center;
		vertical-align:middle;
		padding-top:10px;
		float:left;
		position:relative;
		width:500px;
		/* CSS HACK */
		height: 532px;	/* IE 5.x */
		height/* */:/**/520px;	/* Other browsers */
		height: /**/520px;
				
	}
	#previewPane img{
		line-height:400px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		text-align:left;
		font-family: Tahoma, Arial, Verdana, sans-serif;
		margin: 0;
		padding: 0;
		font-size: 12px;

		text-align: left;
		padding:20px;
	}
	#galleryContainer{
		
		height:102px;	/* Height of the images + 2 */
		border:1px solid #CCCCCC;
		position:relative;
		overflow:hidden;

				float:right;
		/* CSS HACK */
		height: 532px;	/* IE 5.x */
		height/* */:/**/520px;	/* Other browsers */
		height: /**/520px;
		width:150px;
	}
	#arrow_left{
		left:0px;
		position:absolute;
		z-index:10;

		padding:1px;
	}
	#arrow_right{
		position:absolute;
		bottom:0px;
		right:0px;

		padding:1px;	
		z-index:10;		
	}
	#theImages{
		position:absolute;
		height:100000px;
		top:40px;
		width:150px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		
		opacity: 0.5;
		cursor:pointer;
		border:0px;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;

		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:none;
	}