



jQuery(document).ready(function() {
								
		
		

  $("#sidebar li a").hover(
						   
	   function () {
      $(this).animate({paddingLeft: "25px"}, {queue:false, duration:300});
						   },
		function () {
      $(this).animate({paddingLeft: "10px"}, {queue:false, duration:300});
						   }				   
						   
    );
  
  
$('#slideshow').cycle({ 
    fx:     'fade', 
    speed:  'slow', 
    timeout: 6000, 
    pager:  '#nav', 
    pagerAnchorBuilder: function(idx, slide) { 
        // return selector string for existing anchor 
        return '#nav li:eq(' + idx + ') a'; 
    } 
});


$("#sidebar ul").superfish({ 
            animation: {height:'show'},   // slide-down effect without fade-in 
            delay:     1200               // 1.2 second delay on mouseout 
        }); 


  
});





   
	

	







       
			




				



				