
	#dhtmlgoodies_slideshow{
		width:460px;	/* Total width of slideshow */


	}
	#galleryContainer{
		
		height:92px !important;	/* Height of the images + 2 */
		height /**/: 94px;
		border:1px solid #CCCCCC;
		position:relative;
		overflow:hidden;
		padding:1px;
			
	}
	#scroller_left_arrow{
		position:absolute;
		left:0px;
		top: 1px;
		z-index:10;
		background-color: #F0F0F0;
		padding:1px;
	}
	#scroller_right_arrow{
		position:absolute;
		right:0px;
		top: 1px;
		z-index:10;
		background-color: #F0F0F0;
		padding:1px;		
	}
	#theImages{
		position:absolute;
		height:100px;
		left:13px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		/*filter: alpha(opacity=50);
		opacity: 0.5;*/
		cursor:pointer;
		border:0px;
	}
	
	#theImages a
	{
		float: left;
		display: inline;
		margin: 0 2px 0 2px;
	}

	#theImages a.landscape {
		height: 90px !important;
		height /**/:108px;
		padding:10px 0 0 0;
	}

	#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;
	}
