// JavaScript Document
$(document).ready(function(){
	$('.big-banner').anythingFader({
			autoPlay:true	,
			delay: 7000
	});
});
