 
	/*#dhtmlgoodies_slideshow{
		width:520px;	
  	}
	*/
	#galleryContainer{
		
		height:47px;	/* Height of the images + 2 */
		position:relative;
		overflow:hidden;
		padding:1px;
		width:672px;
 	 	left:14px;
 		/* CSS HACK */
		height: 49px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/47px;	/* Other browsers */
		height: /**/47px;
	 
				
	}
	#logoprev{
		position:absolute;
		left:15px;
		z-index:10;
		background-color: #FFF;
	}
	
	#logobull{
		position:absolute;
		/*right:270px;*/
		left:717px;
		z-index:10;
		background-color: #FFF;
	}
	#theImages{
		position:absolute;
		height:500px;
		left:35px;
		width:100000px;
 	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=100);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
	}
 	#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;
	}