
$(document).ready(function() { 
    $(".slideshow").cycle({ 
                fx: 'fade', 
                timeout: 10000, 
				pause: true,
                pager: '#nav' 
        }); 

$(".s1l1").fancybox({ 
                                'width'                                : '75%', 
                                'height'                        : '75%', 
                                'autoScale'                        : false, 
                                'transitionIn'                : 'none', 
                                'transitionOut'                : 'none' 
                               
                        }); 

}); 

        



