$(document).ready(function() {
	$('div.scrollable').scrollable();
	$('a.colorbox').colorbox({opacity:.5});
	$('form').validate();
});

