	#dhtmlgoodies_slideshow{
		margin: 5px 0 0 10px;
		width:870px;	/* Total width of slideshow */
		height: 70px;	
	}
	
	#galleryContainer{
		
		height:88px;	/* Height of the images + 2 */
		
		position:relative;
		overflow:hidden;

		
		/* CSS HACK */
		height: 90px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/88px;	/* Other browsers */
		height: /**/88px;
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		margin-top: 5px;
		
		
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		margin-top: 5px;
				
	}
	#theImages{
		position:absolute;
		height:100px;
		left:10px;
		width:100000px;
		
	}
	#theImages .carros { width: 102px; float: left; }
	#theImages .carros { margin: auto; margin-top: 5px; }
	 #theImages .carros p { text-align: center; font-size: 13px; color: #961717; }
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		cursor:pointer;
		border:0px;
		padding: 5px;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:none;
	}
