	#dhtmlgoodies_slideshow{
		width:375px;	/* Total width of slideshow */
	}
	
	#previewPane{
		border:0px solid #CCCCCC;
		margin-bottom:0px;	
		text-align:center;
		vertical-align:middle;
		padding-top:10px;

		position:relative;
		
		/* CSS HACK */
		height: 300px;	/* IE 5.x */
		height/* */:/**/300px;	/* Other browsers */
		height: /**/300px;
				
	}
	#previewPane img{
		line-height:350px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		text-align:center;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		font-size:9pt;
	}
	#galleryContainer{
		
		height:60px;	/* Height of the images + 2 */
		border:0px solid #CCCCCC;
		position:relative;
		overflow:hidden;
		padding:1px;
		
		/* CSS HACK */
		height: 60px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/60px;	/* Other browsers */
		height: /**/60px;
				
	}
	#arrow_left{
	width: 14px;
	height:64px;
	position:absolute;
	left:0px;
	z-index:10;
	padding:1px;
	background-image: url(../images/seta_esquerda.gif);
	}
	#arrow_right{
	width: 14px;
	height:64px;
	position:absolute;
	right:0px;
	z-index:10;
	padding:1px;
	background-image: url(../images/seta_direita.gif);
	}
	#theImages{
	position:absolute;
	height:76px;
	left:40px;
	width:842px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background-color:#e5e5e5;
		padding:1px;
		color:#666666;
		font-size:9PT;
		font-family:Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	
	}
	
	#theImages .imageCaption{
		display:none;
	}
