/* Author:

*/

$(document).ready(function() {

	$("a.lightbox").fancybox({
//		'title'			: this.title,
//		'titlePosition'		: 'over'
	});
	$('#slides').slides({
		preload: true,
		preloadImage: '/themes/boilerplate/images/loading.gif',
		generateNextPrev: false,
		generatePagination: false
	});
	// initialize scrollable with mousewheel support
//	$("#scrollable").scrollable({ vertical: true, mousewheel: true, initialIndex: 10 });
	// get access to the API
//	var api = $("#scrollable").data("scrollable");

});


$(window).load(function() {

});
