$(function(){
		   
	//Cufon.replace($('#logo h1'), { 
	//	fontFamily: 'Dunkirk', 
	//	textShadow: '1px 1px #FFFFFF',
	//	fontSize: '150px',
	//	color: '#dfa51b',
	//	hover: {		
	//		color: '#F27A1E'		
	//	} 
	//	});	
	 
	//Cufon.replace($('#top_line h1'), { 
	//	fontFamily: 'Dunkirk', 
	//	color: '#000000',
	//	fontSize: '60px',
	//	hover: {		
	//		color: '#F27A1E'		
	//	} 
	//	});	
	
	//	Cufon.replace($('.col h3'), { 
	//	fontFamily: 'Dunkirk', 
	//	color: '#000000',
	//	fontSize: '20px',
	//	hover: {		
	//		color: '#F27A1E'		
	//	} 
	//	});	
	
	//	Cufon.replace($('.foot_col h3'), { 
	//	fontFamily: 'Dunkirk', 
	//	color: '#000000',
	//	fontSize: '20px',
	//	hover: {		
	//		color: '#F27A1E'		
	//	} 
	//	});
	//Cufon.replace($('#h_txt'), { 
	//	fontFamily: 'Dunkirk', 
	//	color: '#4a492e',
	//	fontSize: '65px',
	//	hover: {		
	//		color: '#F27A1E'		
	//	} 
	//	});
	
	$('.img_frame_min img').hover(
  				function () {$(this).stop().css('zIndex','1000').animate({width: 300, height:225, marginTop:-55,marginLeft:-55 }, 500);},
				function () {$(this).stop().css('zIndex','986').animate({width: 120, height:90,marginTop:0,marginLeft:0 }, 500, function () {$(this).css('zIndex','985');});}
  
		);

	
		
	
$('#icons li').clone().appendTo('#icons').wrapAll('<ul id="icons_wpap"></ul>'); 
 
$('#icons img').hover(						  
					function(){$(this).stop().animate({'opacity': 0 }, 600);},	  
					function(){$(this).stop().animate({'opacity': 1}, 600);}
				);
	
	
$('.gall_b').hover(
			function(){$(this).stop().animate({height:'200px'});}, 
			function() {$(this).stop().animate({height:'120px'});}
			);
		
		


$('.foot_box ul li:last-child:lt(2)').after('<li>');
$('#sidebar_r ul li:last-child').after('<li>');
		
});


		

