(function($, win, undefined){
	$(function(){
		$.aeolus('#bannerImg',{
			items : 'li',
			showNum : 1,
			moveNum : 1,
			stepSize : 950,
			auto : true,
			speed : 7000,
			duration : 500,
			arrow : 'left',
			transition : 'swing',
			flyer : '#bannerCtrl li',
			flyerActiveClass : 'current'
		});
	});
})(jQuery, this);
