
jQuery(document).ready(function($) { 

			var total = $("#total").innerHeight(); // высота всего блока

			var count_h2 = $("#accordion h2").length;

			//var width_pan = $("#accordion .pane").innerHeight() / count_h2;
			
			$("#accordion .pane").css('height',474-count_h2*36-37);
			var height_all_block = $("#accordion .pane").innerHeight() + $("#accordion h2").innerHeight();

            //$(".scrollable .items").css('margin-top',(height_all_block / count_h2)-20);
			$(".scrollable .items").css('margin-top',((height_all_block-90) / 2)-count_h2-37);

			

var opaciti_speed = "150";



if (navigator.appName == 'Microsoft Internet Explorer'){

null;

}else{

$(".boll_small").hover(function(){

$(this).animate({opacity:"0.5"},opaciti_speed );

},function(){$(this).animate({opacity:"1"},opaciti_speed);

});



$(".bg_balls_small").hover(function(){

$(this).animate({

     opacity:"0.5"

	},opaciti_speed );

},function(){

$(this).animate({

     opacity:"1"

	},opaciti_speed);

});



$(".bg_balls").hover(function(){

$(this).animate({

     opacity:"0.5"

	},opaciti_speed );

},function(){

$(this).animate({

     opacity:"1"

	},opaciti_speed);

});



$("h2 span").hover(function(){

$(this).animate({

     opacity:"0.5"

	},opaciti_speed );

},function(){

$(this).animate({

     opacity:"1"

	},opaciti_speed);

});



$(".main_top_menu ul li a").hover(function(){

$(this).animate({

     opacity:"0.5"

	},opaciti_speed );

},function(){

$(this).animate({

     opacity:"1"

	},opaciti_speed);

});

}







});
