jQuery.noConflict();     
jQuery(document).ready(function($){
	
	if ( $('#adminbar #toolbar').length ) {
		$('#featuredButtons #button1,#featuredButtons #button2,#featuredButtons #button3,#featuredButtons #button4').css({'bottom':'200px'});
	} else { 
		// DO NOTHING		
	}
	
});// Doc Ready


