$(document).ready(function(){
	$('#carousel ul').cycle({
		fx: 'fade',
   		pause:   1 ,
		random: 1,
		fit: 1,
		height: '345', 
		width: '1000',
		timeout: 8000,
		cleartypeNoBg:true 
	});
	
	$('label').inFieldLabels();

	$("a[href$='.jpeg'] > img, a[href$='.jpg'] > img, a[href$='.gif'] > img, a[href$='.png'] > img, a[href$='.bmp'] > img, a[href$='.jpeg'], a[href$='.jpg'], a[href$='.gif'], a[href$='.png'], a[href$='.bmp']").attr({ rel: "lightbox" });
});
