$(document).ready(function(){
	$('a[rel*=lightbox]').lightBox();
	
	$(".button").button();
});
