// JavaScript Document
$(document).ready(function() {
	$("a[rel^='prettyPhoto']").prettyPhoto();
	$(".scrollable").scrollable({ circular: true});	
	$(".scrollableB").scrollable({ circular: false, vertical: true});
});

