/*
Title: HomePage specific UI JS
Author: Alfredo Saavedra
Date: 6/20/2011
Project: Cloo
Description: This Script initializes most of the JS UI on the page for the Show Pages (e.g Killer Instict)(DL)
*/

$(document).ready(function(){

		$("#photo_scroll").scrollable({circular: true, 'next':'.gall_nav .next', 'prev':'.gall_nav .prev'});
		$("#gall_scroll")
					.scrollable({circular: true})
					.navigator();
});

