$(function() {
	$('.login').click(function() {
		$('.headerControls').fadeOut('fast', function() {
			$('.headerLogin').fadeIn('fast', function() {
				$('.headerLogin input:first-child').focus();
			});
		});
	});
	
	$('#featuredSlide').jcarousel({
		scroll: 1,
		auto: 4,
		wrap: 'circular'
	});
});
