$(document).ready(function(){
	$('#homepage_slider').innerfade({
				speed: 'slow',
				timeout: 4000,
				type: 'sequence',
				containerheight: '231px'
	});
	$('#about').click(function(){
		$('.news_big').css({'width':'700px','top':'10px'});
		$('.news_big').html("<div id='close_icon' onClick='closePanel()'><img src='image/x.png' title='Đóng khung này lại' /></div>" + $('#about_content').html());

		$('.mask').fadeIn();
		$('.news_full').fadeIn();
	});

		$('body').pngFix();			
		$('ul.sf-menu').superfish();
		$("#slider").easySlider({
			controlsBefore:	'<p id="controls">',
			controlsAfter:	'</p>',
			auto: true, 
			continuous: true
		});

		$("#slider2").easySlider({
			controlsBefore:	'<p id="controls2">',
			controlsAfter:	'</p>',	
			prevId: 'none',
			nextId: 'none'	
		});	
});
