$(document).ready(function() {
	$('div#mainFeature').cycle({
        fx:'fade',
        speed:500,
        timeout:2000,
	random:true,
        autostop:1,
        autostopCount:1,
	sync:true
	});
});

$(document).ready(function() {
	$('ul#image_carousel').carouFredSel({
		prev: '#prev', 
		next: '#next',
		items: {
			//start: "random",
			visible: 5
		},
		scroll: {
			items: 1
		},
		direction : "up",
		auto: 4000
	});
});


