$(document).ready(function() { 	
	$('#carousel').cycle({ 
		fx:    'scrollLeft',
		timeout: 10000,
		sync: 0
	});
	$('#leftCol #gallery').cycle('fade');
	$('.clearfield').clearField();
	$('#picGallery a').lightBox();
});
