$(document).ready(function(){
	//Setup the main rotater on the home page
	$('#slider_banner_head').cycle({
	speed:       800,
	timeout:     6500,
	pager:		'.control ul',
	pagerEvent: 'click'
	});
});
						

