$(document).ready(function() {
	$('div.featured-work ul').cycle({ fx:'fade', pause: 2 });


	$('#footer label').hide();
	$('#footer input').addClass('js-active');

	$('#footer input').focus(function() {
		$(this).addClass('focus');					 
	});
});


