jQuery(document).ready(function(){
    jQuery('#slideshow').nivoSlider({
		directionNav: false
	});
});
$(function() {
	$('#gallery a').lightBox({fixedNavigation:true});
});
