	#dhtmlgoodies_slideshow{
		position: relative;
		width:565px;	/* Total width of slideshow */
	}
	#previewPane{
		/*
		border:1px solid #CCCCCC;
		margin-bottom:10px;	
		
		padding-top:10px;
		text-align:center;
		*/
		vertical-align:middle;
		position: relative;
		
		/* CSS HACK */
		height: 392px;	/* IE 5.x */
		height/* */:/**/380px;	/* Other browsers */
		height: /**/380px;

	}
	#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;
	}

	#galleryContainerBorder {
		position: absolute;
		background: white;
	        border: 1px solid gray;
		margin-left: 25px;
		margin-top: -3px;
	        height: 45px;	/* Height of the images + 2 | +6 :) */
		overflow: hidden;
		padding: 0;
		width: 265px;
		height: 47px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/45px;	/* Other browsers */
		height: /**/45px;
	}

	#galleryContainer{
		
		height: 45px;	/* Height of the images + 2 | +6 :) */

		border: 0px solid #CCCCCC;

		position: relative;
		overflow: hidden;
		padding: 0;

		width: 265px;
		
		/* CSS HACK */
		height: 45px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/45px;	/* Other browsers */
		height: /**/45px;
				
	}
	#arrow_left {
		position:absolute;
		background : red;
		left: 0px;
		margin: 0px;
		z-index: 10;
		background-color: #FFF;
		padding: 0px 2px 0px 2px;
		cursor: pointer;

	}
	#arrow_right {
		position: absolute;
		background : red;
		width: 16px;
		right: 0px;
		margin: -1px;
		top: 1px;
		z-index: 10;
		background-color: #FFF;
		padding: 0px 2px 0px 2px;
		cursor: pointer;

	}
	#arrow_left img {
	    border: 0px solid #fff;
	}
	#arrow_right img {
	    border: 0px solid #fff;
	}
	#theImages {
		position: absolute;
		height: 39px;
		left: 20px;
		width: 100000px;
	}
	#theImages #slideEnd{
	    float: left;
	}
	
	#theImages img {
	    float: left;
	    padding: 0;
	    cursor: pointer;
	    border: 3px solid #FFF;
	}
	
	#waitMessage{
		display:none;
		position:absolute;
		left:260px;
		top:170px;
		background-color: #FFF;
		border: 3px double #000;
		padding: 4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;
	}
	
	#theImages .imageCaption{
		display:none;
	}
	
	#largeImageCaption {
	    float: right;
	    width: 250px;
	    margin-right: 10px;
	    color:#003e7d;
	    
	    /*background: red;*/
	}