Center element plugin

Element

the content here will be centered

Code

					$("element").center();
				

the content here will be centered horizontally

					$("element").center({

					   vertical: false;

					});
				

the content here will be centered vertically

					$("element").center({

					  horizontal: false;

					});