//$(document).ready(function(){  
 jQuery(document).ready(function($){  
$(".brands2 img[title]").tooltip();
/**/
$('div.brands2 .item h2').click(function () 
                    {
                  //********************/ 
                  /********************/

                   // $('div.brands2 .item').removeClass('open'/*,1000*/);
					$('div.brands2 .item .in').hide();
                     // $(this).parents('div.item').addClass('open'/*,1000*/);
                      $(this).parent().find('div.in').show('fade',{},2000);
                     
                     $('.scroll-block').jScrollPane({scrollbarWidth:7});  
                      
        
                    });

                     //***********************************/
                     $("#bf_key .hold ").jCarouselLite({
                       visible: 8,
                        btnNext: "#bf_key .next",
                        btnPrev: "#bf_key .prev",
						circular: false,
                       /* vertical: true   */
                    });
                    //***********************************/
                     $("#slider3_block ").jCarouselLite({
                         mouseWheel: true,
                        visible: 7, 
                        btnNext: "#slider3_block .next3",
                        btnPrev: "#slider3_block .prev3",
                       circular: false,
                       vertical: true  
                    });
                    //*******************/

                    $("#accordion").tabs("#accordion div", {
    tabs: 'img', 
    effect: 'horizontal'
});
                    //*******************/
                    
                    $("#slider_first .hold .list1").tabs("#slider_first .hold .list1 li.tab ", {
    tabs: 'a.menua', 
    effect: 'horizontal'
});                       
});

