//JQUERY Settings

jQuery(document).ready(function(){
		
		$('#slideshow').cycle({ 
		    fx:     'fade', 
    		speed:   800, 
    		timeout: 4000, 
		    pager:  '#slideshow-nav' 
		});
		if ($('#slideshow li').length > 1) {
            $("#slideshow-nav").css({ display: 'block' }); 
        };
        $("#slideshow-nav").css({opacity: '0.8'});
        		
		$("a[rel^='prettyPhoto']").prettyPhoto({
			theme: 'light_rounded' /* light_rounded / dark_rounded / light_square / dark_square / facebook */
		}); 
		
		

				
//kraj
});



