$(document).ready(function(){
	$('input[type=radio],input[type=checkbox]').prettyCheckboxes();
	$('.scrollable').scrollable({circular:true});
	$('img.reflect').reflect();
});
