$(document).ready(function(){
	// Checks for Admin to allow for fixes when logged in
	if ( $('#adminbar #toolbar').length ) {
		$("#homeProducts").css({'margin-top': '60px'});
	}
});
