	$(document).ready(function(){

    $("#accordion").accordion();


    /*
		$('.slidebox').hover(function(){
			$(".slidebox_content", this).stop().animate({top:'100px'},{queue:false,duration:160});
		}, function() {
			$(".slidebox_content", this).stop().animate({top:'239px'},{queue:false,duration:160});
		});
		*/

	});
