//<![CDATA[  
		   
  $(document).ready(function(){
    $("#home_slider").cycle({ 
        fx: 'scrollLeft' 
    });
    $("ul, ol").each(function(){
      $(this).children("li:last").addClass("last");
    });
    $("#album_tabs").tabs();
  });
  
  $(document).ready(function(){	
		$("#gallery").easySlider({
			auto: true,
			continuous: true,
			controlsFade:false,
			pause: 7000,
			numeric:true
		});
	});
  
  $(document).ready(function(){
    $("ul.by li").not("ul.by li.last").append(" / ");
  });
  
  
//]]>
