 
	/*#dhtmlgoodies_slideshow{
		width:520px;	
  	}
	*/
	#galleryContainer{
		
		height:47px;	/* Height of the images + 2 */
		position:relative;
		overflow:hidden;
		padding:1px;
		width:220px;
 	 	left:0px;
 		/* CSS HACK */
		height: 49px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/47px;	/* Other browsers */
		height: /**/40px;
		border:#eef0e5 1px solid;
	 
				
	}
	#logoprev{
		position:absolute;
		/*left:68%;*/
		z-index:10;
		
	/*background-color: #FFFFFF;*/
	}
	
	#logobull{
		position:absolute;
		/*right:69px;*/
		/*right:8%;*/
		/*padding-right:212px;*/
		
		
		z-index:10;
		
		/*background-color: #FFFFFF;*/
	}
	#theImages{
		position:absolute;
		height:40px;
		left:5px;
		/*width:100000px;*/
		width:100000px;
 	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		/*filter: alpha(opacity=100%);
		opacity: 0.5;*/
		cursor:pointer;
		border:0px;
		padding-right:6px;
		
	}
 	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background-color:#FFFFFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}
 	#theImages .imageCaption{
		display:none;
	}