$(document).ready(function() {	
	
	$("#k2_banner").easySlider({
		auto: true,
		continuous: true,
		controlsShow: true, 
		speed: 970,
		pause: 9000,
		nextId: 'k2_next',
		nextText: '<img src="img_ext/transp.png" width="30" height="50" alt="" />',
		prevId: 'k2_prev', 
		prevText: '<img src="img_ext/transp.png" width="30" height="50" alt="" />'
	});
	
});
	
	
