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

var conh = $('div.content').height(); 

$(document).ready(function(){
$('div.grad').css('height',conh);
$('div.bottom').css('top',conh+174);
});

$('div.paging ul li').hover(function(){
	$(this).addClass('hover')},
	function(){
		$(this).removeClass('hover');
	});

$('#our_col_cat div.collect').hover(function(){
	$(this).addClass('hover')},
	function(){
		$(this).removeClass('hover');
	});


$('div.inter div.int').hover(function(){
	$(this).addClass('hover')},
	function(){
		$(this).removeClass('hover');
	});
	
$(document).ready(function() {
  if (conh > 934) {
	  $('div.grad').css('height','934px');
	  $('div.bottom').css('top','1108px');

  }
});

$(document).ready(function() {
	$('#menu-menu li a').addClass('cu_fon');
	$('#menu-menu li ul li a').removeClass('cu_fon');
});


































































});

