$(document).ready(function(){

	$('#brands_h3').click(function(){
		$('#brands').animate({ height: 'toggle'}, 300);
	});
	$('#types_h3').click(function(){
		$('#types').animate({ height: 'toggle'}, 300);
	});
	$('#man_h3').click(function(){
		$('#man').animate({ height: 'toggle'}, 300);
	});
	$('#woman_h3').click(function(){
		$('#woman').animate({ height: 'toggle'}, 300);
	});
	$('#cost_h3').click(function(){
		$('#cost').animate({ height: 'toggle'}, 300);
	});
	$('#acc_h3').click(function(){
		$('#acc').animate({ height: 'toggle'}, 300);
	});
	
	
	//$('#brands .open_d').click(function(){
		//if ($('#brands .desc').hasClass('opnd')) {
			//$('#brands .opnd').animate({ height: 'toggle'}, 300);
			//$('#brands .desc').removeClass('opnd');
			//$('#brands .open_d').removeClass('opened_d');
			//$(this).toggleClass('opened_d');
			//$(this).next().next().animate({ height: 'toggle'}, 300);
			//$(this).next().next().addClass('opnd');
			//return false;
		//}
		//else {
			//$('#brands .open_d').removeClass('opened_d');
			//$(this).next().next().animate({ height: 'toggle'}, 300);
			//$(this).next().next().addClass('opnd');
			//$(this).toggleClass('opened_d');
			//return false;
		//}
		
		
	//});
	$('#podr_poisk').click(function(){
		$('#search .sel_open_close').toggle();
		$(this).hide();
		$('#hider').hide();
		$('#submit').addClass('ie_inp');
		$('#search .main').css('padding','24px 26px 18px'); 
		$('#search .clear').show();
		
		return false;
	});
	
    $(".nonCircular .jCarouselLite").jCarouselLite({
        btnNext: ".nonCircular .next",
        btnPrev: ".nonCircular .prev",
        circular: false,
        visible: 5
    });
    
});


