$(document).ready(function() {
	
	var options = { direction: "left" };
	
	
	$('#banner_k2010_img').effect('slide', options, 1000)
		.effect('bounce', options, 400, function() {
			//$(this).effect('clip');
			//$(this).fadeIn(2000);
		}
	); 
});
