$(document).ready(function() {
		$("body").randombg({
			directory: "images/backgrounds/", //directory to image folder
			howmany: 15 //how many images are in this folder
			
		});
	});
	
$(function()
{
	$('.scroll-pane').jScrollPane({showArrows:false});

});

$(function() {
	$('#galleryContainer a').lightBox(); // Select all links in object with gallery ID
});



