Center Me Vertically


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