Center Me Horizontally


$(document).ready(function(){ 
	$("div.box").makemecenter({
		vertical:false
	});
})