	#dhtmlgoodies_slideshow{

		width:645px;	/* Total width of slideshow */

	}

	

	#previewPane img {
		border:11px solid #D8D8D8;
	}



	#previewPane{

		margin-bottom:10px;	

		text-align:center;

		vertical-align:middle;

		padding-top:10px;

		

		/* CSS HACK */

		min-height: 432px;	/* IE 5.x */

		min-height/* */:/**/420px;	/* Other browsers */

		min-height: /**/420px;

				

	}

	#previewPane img{

		line-height:400px;

	}

	

	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */		

		display: none;

		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:102px;	/* Height of the images + 2 */		

		position:relative;

		overflow:hidden;

		padding:1px;

		

		/* CSS HACK */

		height: 104px;	/* IE 5.x - Added 2 pixels for border left and right */

		height/* */:/**/102px;	/* Other browsers */

		height: /**/102px;

				

	}	

	

	#arrow_left{

		position:absolute;		

		left:0px;

		z-index:100000;

		background-color: #FFF;

		padding-top:30px;

		height: 100px;		

	}

	

	#arrow_right{

		position:absolute;

		right:0px;

		z-index:10000000;

		background-color: #FFF;

		padding-top:30px;

		height: 100px;		

	}

	#theImages{

		position:absolute;

		height:100px;

		left:40px;

		width:100000px;

		

	}

	#theImages #slideEnd{

		float:left;

	}

	#theImages img {
		border:3px solid #D8D8D8;
		cursor:pointer;
		float:left;
		margin-left:3px;
		opacity:1;
		padding:5px;
	}



	#waitMessage{

		display:none;

		position:absolute;

		left:350px;

		top:400px;

		background-color:#FFF;

		border:3px double #000;

		padding:4px;

		color:#555;

		font-size:0.9em;

		font-family:arial;	

	}

	

	#theImages .imageCaption{

		display:none;

	}