$(document).ready(function(){

	
	$('#rs-primeri .ojob:nth-child(2)').css({'margin-right': '0px'});
	
	$('.jobs-grid .ojob:nth-child(5n)').css({'margin-right': '0px'});
	
	$('.u_three .oneu:nth-child(3n)').css({'margin-right': '0px'});
	$('.u_three .oneu-ñ:nth-child(3n)').css({'margin-right': '0px'});
	
	$('.reviev-list .one-ot:nth-child(2n)').css({'margin-right': '0px'});
	
	
	$('.perezvon-link').click(function(){
		$(this).parent().children('.perezvon-block').toggle();
		return false;
	});	
	
	$('.korp, .viz, .port, .im, .promo').hover(function(){
		$(this).children('.tip').toggle();
		return false;

	});	

});
	
