jQ = jQuery;

jQ(function(){
	// Enabling overLabel functionality
	jQ('.overLabel label').labelOver('over');
	
});
