	#dhtmlgoodies_slideshow{
		width:100px;	/* Total width of slideshow */
	}
	
	#galleryContainer{
		
		height:102px;	/* Height of the images + 2 */
		border:0px solid #CCCCCC;
		position:relative;
		background-color: #002776;
		overflow:hidden;
		padding:1px;
		
		/* CSS HACK */
		height: 104px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/102px;	/* Other browsers */
		height: /**/102px;			
	}
	#arrow_left
	{
		position:absolute;
		left:0px;
		z-index:10;
		padding:1px;
	}
	#arrow_right
	{
		position:absolute;
		right:0px;
		z-index:10;
		padding:1px;
	}
	#theImages{
		position:absolute;
		height:100px;
		left:100px;
		width:100000px;
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding: 10px 10px 10px 15px;
		/* filter: alpha(opacity=50); 
		opacity: 0.5; */
		cursor:pointer;
		border:0px;
	}
	
	#theImages .imageCaption{
		display:none;
	}