//var $J = jQuery.noConflict();
jQuery(document).ready(function(){
	$(".corner").corner("round");
	$(".partn_item:first").css('border', 'none');
	$("#client_login").each(function(){
		$(this).height($(document).height());
	});
	$("#form_client_login").corner('10px');
	
	$("#client_enter").click(function(){
		$("#client_login").show(0).fadeTo(200, 0.6);
		$("#form_client_login").show(500);
	});

	$(".otzyv div:last").css('border', 'none');

	$("#clients_list3 div:last").css('border', 'none');
	//$(".projects_table tr:even").css('background-color', '#f2f2f2');
	//$(".projects_table tr").css('background', 'url(/data/img/border.gif) bottom repeat-x');
	$('a.icon').hover(
		function () {
			$(this).find('img').css('background', 'url(/data/img/bg_icons.gif)');
		}, 
		function () {
			$(this).find('img').css('background', 'none');
		}
	);

	jQuery('a.lightbox').lightBox();
});
