
$(document).ready(function(){	

	$("#banner_slider").easySlider(
		options = {
			container:		'.cover_extra_content',
			element:		'.box',
			continuous:		true,
			multiplier:		1,
			vertical:		false,
			auto:			true,
			speed: 			1200,
			pause:			8000,
			prevText: 		'',
			nextText: 		'',
			controlsId:		'bannerControls'
		}
	);
});
