 
	/*#dhtmlgoodies_slideshow{
		width:520px;	
  	}
	*/
	#galleryContainer{
		
		height:140px;	/* Height of the images + 2 */
		position:relative;
		
		overflow:hidden;
		padding:1px;
		/*width:672px;*/
		width:480px;
 	 	/*left:18px;*/
		left:18px;
 		/* CSS HACK */
		height: 140px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/140px;	/* Other browsers */
		height: /**/140px;
		/*border:1px;*/
	
				
	}		

	#logoprev{
		
		margin:0px;
		 
		/*left:15px;
		left:22%;
		top:1000px;*/
		/*bottom:-28px;*/
		
	}
	
	
	
	#logobull{
		
	
		/*right:23%;
		top:1000px;
		bottom:-29px;
		margin-right:10px;*/
		margin:0px;
	}
	
	
	
	
	#theImages{
		position:absolute;
		height:500px;
		/*height:69;*/
		/*left:35px;*/
		left:0px;
		width:100000px;
		top:10px;
		bottom:5px;
		
		/*width:93;*/
 	}
	#theImages #slideEnd{
		float:left;
		
				
	}
	#theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=100);
		border:5px solid #E8F3F5;
		cursor:pointer;
		
	}
 	#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;
	}