$(document).ready(function() {
	$('.sf-menu').superfish({
		delay: 0,
		speed:       'fast',
		autoArrows:  false,
		dropShadows: false	
	});
	
	$('#slides').cycle({
		height: '367px',
		width: '770px',
		pause: 1,
		speed: 800,
		timeout: 5000
	});
	
	$('.subnav li:last').css('border','none');
});
