

	#dhtmlgoodies_slideshow{
		width:300px;	/* Total width of slideshow */


	}
	
	#previewPane{
		
		margin-bottom:10px;	
		text-align:center;
		vertical-align:middle;
		padding-top:10px;
		position:relative;
		
		/* CSS HACK */
		height: 432px;	/* IE 5.x */
		height/* */:/**/420px;	/* Other browsers */
		height: /**/420px;
				
	}
	#previewPane img{
		line-height:400px;
	
	}
	#galleryContainer{
		
		height:70px;	/* Height of the images + 2 */
		position:relative;
		overflow:hidden;
		padding:1px;
		width:890px;
		
		/* CSS HACK */
		height: 70px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/70px;	/* Other browsers */
		height: /**/70px;
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #fff;
		
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #FFF;
			
	}
	#theImages{
		position:absolute;
		height:79px;
		left:40px;
		width:10000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		cursor:pointer;
		border:0px;
	}

	#waitMessage
{
    display: none;
    position: absolute;
    left: 80px;
    top: 150px;
    background-color: #FFF;
    padding: 4px;
    color: #555;
    font-size: 0.9em;
    font-family: arial;
    border-right: #ec0b8d 1px solid;
    border-top: #ec0b8d 1px solid;
    border-left: #ec0b8d 1px solid;
    border-bottom: #ec0b8d 1px solid;
}
	
	#theImages .imageCaption{
		display:none;
	}