$(document).ready(function() {

	/* banner */
	$('#rotator').cycle({fx:'fade', speed:3000, timeout: 3000});

	/* fancybox */
	$('.fancyboxImg').fancybox({'hideOnContentClick':true, 'centerOnScroll':false, 'overlayShow':true, 'zoomSpeedIn' : 500, 'zoomSpeedOut' : 500});
	
	$('#bottom li:first-child').addClass('first');
	$('#bottom li:last-child').addClass('last');
});
