// Slideshow Ronds
$('#slideshow').cycle({ 
    fx:      	'fade', 
    speed:    	500, 
    timeout:  	3000,
    random:  	1 
});


// Scrollbars
$(function() {
	$('.scroll-pane').jScrollPane({showArrows: true});
});


// Lightbox
$(document).ready(function() { 
	$("a.lightbox").fancybox(); 
});
