jQuery(document).ready(function () {

	jQuery('#photoGallery .gal-item a').colorbox({
		overlayClose: true,
		rel: 'gal-item',
		iframe: false
	});	

//Form Sample text
	jQuery('form input[type="text"], form textarea').example(function() {
	  return jQuery(this).attr('title');
	}, {className: 'hint'});

	jQuery("#quickContact form label").addClass("offLeft");
});//end document ready

