$(document).ready(function() {
    $('div#scroller marquee').marquee();
    $('ul#slideshow img').show();
    $('ul#slideshow').innerfade({speed: 'slow', timeout: '2000'});
		$('#gallery a').lightBox();
});
