	#dhtmlgoodies_slideshow{
		background-color: #85826F;
		height: 400px;
		text-align: left;
	}
	
	#previewPane{
		float: left;
		margin: 8px;
    background-color: #85826F;
		vertical-align: middle;
		position: relative;
		width: 570px;
		_left: -7px;
				
		/* CSS HACK */
		height: 332px;	/* IE 5.x */
		height/* */:/**/332px;	/* Other browsers */
		height: /**/332px ;
				
	}
	#previewPane img{
		line-height:332px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #000000;
		text-align: left;
		margin-top: 15px;
		width: 690px;
		height: 50px;
		padding: 5px;
		position: absolute;
		top: 325px;
		left: -16px;
		_left: -17px;
		z-index: 15;
		background-color: #BDB49A;
	}
	#galleryContainer{		
		height:332px;
		width: 90px;
		text-align: left;
		position:relative;
		overflow:hidden;
		top: 8px;
		_left: -9px;
	}
	#seta_sobe{
		position:absolute;
		top: 0;
		left:0;
		z-index:10;
	}
	#seta_desce{
		position:absolute;
		left:0px;
		bottom: 0;
		z-index:10;	
	}
	#theImages{
		position:absolute;
		height:10000px;
		left:0;
		width:90px;
		padding: 14px 0;
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		padding: 2px;
		/* filter: alpha(opacity=50);
		opacity: 0.5; */
		cursor:pointer;
		border:0px;
	}

	#waitMessage{
		display: none;
		position:absolute;
		left:200px;
		top:150px;
		color:#000000;
		font-size:  11px;
		font-family: Verdana, Arial, Helvetica, sans-serif;	
	}
	
	#theImages .imageCaption{
		display:none;
	}
