$(document).ready(function(){ 
	
	// CUFON
	Cufon.replace('ul#top-menu > li#pram-finder > a > p > span', {fontFamily: 'dinot-bold', textShadow: '1px 1px #333333'});
	Cufon.replace('ul#top-menu > li#live-chat > a > p > span', {fontFamily: 'dinot-bold', textShadow: '1px 1px #333333'});
	Cufon.replace('ul#menu-left > li > a', {fontFamily: 'dinot-medium', hover:{color: '#FFFFFF'}});
	Cufon.replace('#menu-right > li > a', {fontFamily: 'dinot-medium', hover:{color: '#FFFFFF'}});
	Cufon.replace('#search label', {fontFamily: 'dinot-medium'});
	Cufon.replace('#slideshow-wrapper > #slideshow > div h1', {fontFamily: 'dinot-bold'});
	Cufon.replace('#slideshow-wrapper > .pages a', {fontFamily: 'dinot-bold'});
	Cufon.replace('#slideshow-wrapper #slideshow div.slide p a span', {fontFamily: 'dinot'});
	Cufon.replace('#featured-products li.left a', {fontFamily: 'dinot-bold', textShadow: '1px 1px #669933'});
	Cufon.replace('#featured-products li.center a', {fontFamily: 'dinot-bold', textShadow: '1px 1px #cc0066'});
	Cufon.replace('#featured-products li.right a', {fontFamily: 'dinot-bold', textShadow: '1px 1px #993399'});
    Cufon.replace('#features-big .message', {fontFamily: 'dinot'});
    
	Cufon.replace('#home-left h1, #home-left h2', {fontFamily: 'helvetica-light'});
	Cufon.replace('#home-left #actions .content .title', {fontFamily: 'dinot-medium'});
	Cufon.replace('a.button', {fontFamily: 'dinot-bold'});
    Cufon.replace('a.buttons', {fontFamily: 'dinot-bold'});
	Cufon.replace('button.button', {fontFamily: 'dinot-bold'});
	Cufon.replace('#services h1', {fontFamily: 'dinot-medium'});
    Cufon.replace('.folowus', {fontFamily: 'dinot-medium'});
    Cufon.replace('.home_services h1', {fontFamily: 'dinot-medium'});
	Cufon.replace('#footer > .links > div.item > div.title', {fontFamily: 'dinot-medium'});
	Cufon.replace('#footer > .links > div.item > ul li a', {fontFamily: 'dinot', hover: {color: '#FFF'}});
	Cufon.replace('#recommended-products > h1', {fontFamily: 'dinot-medium'});
	Cufon.replace('#breadcrumbs', {fontFamily: 'dinot-medium', hover: {color: '#C6174A'}}); 
	Cufon.replace('#product #right #product-name', {fontFamily: 'context'});
    Cufon.replace('#product #right #product-name-blog', {fontFamily: 'helvetica-light'});
	Cufon.replace('#product #right #overview .weight', {fontFamily: 'context'});
    Cufon.replace('#product #right #overview .weighttext', {fontFamily: 'context'});
	Cufon.replace('#product #right #accessories h4', {fontFamily: 'dinot-medium'});
    Cufon.replace('.blogtab td h1', {fontFamily: 'dinot-medium'});
    Cufon.replace('.comments_count', {fontFamily: 'dinot'});
    Cufon.replace('.blogtab td h2', {fontFamily: 'dinot-medium'});
    Cufon.replace('#product #pick_a_style .scrollable .items span', {fontFamily: 'dinot-medium'});
    Cufon.replace('.blog_details p.intro2', {fontFamily: 'dinot-medium'}); 
    Cufon.replace('#contacttitle h1 span', {fontFamily: 'dinot-medium'});
    Cufon.replace('.blogtab .morewrap a', {fontFamily: 'dinot-medium'});
	Cufon.replace('#product #right #specs table th', {fontFamily: 'dinot-medium'});
	Cufon.replace('.product-menu', {fontFamily: 'dinot-medium', hover: true});
	Cufon.replace('.hotspot_box .body .title', {fontFamily: 'dinot-medium'});
    Cufon.replace('.small_title', {fontFamily: 'helvetica-light'});
    Cufon.replace('h1.title', {fontFamily: 'HelveticaNeueLT Pro 45 Lt'});
    Cufon.replace('h1 span.title', {fontFamily: 'HelveticaNeueLT Pro 45 Lt'});
    Cufon.replace('h1 span.bold', {fontFamily: 'Helvetica Neue LT Pro'});
    
        
    
	Cufon.replace('#product #accessories-big .title1', {fontFamily: 'dinot-medium'});
    Cufon.replace('a.greenButton', {fontFamily: 'dinot-bold'});
	Cufon.replace('.productName', {fontFamily: 'Context Reprise SSi bold'});
	Cufon.replace('.accessory_age_range', {fontFamily: 'Context Reprise SSi'});

	$("ul.product-menu li a").hover(
	  function () {
		$(this).parent().css("background-position", "center top");
        $('#pom_overwiev div').css("background-position", "center top");
	  }, 
	  function () {
		$(this).parent().css("background-position", "center -10px");
        $('#pom_overwiev div').css("background-position", "center top");
	  }
	);
	 

	
	$("#slideshow-wrapper > .pages").tabs("#slideshow-wrapper > #slideshow > div.slide", {
		current: 'active-page',
		effect: 'fade',
		fadeInSpeed: 1300,
		fadeOutSpeed: 1300,
		rotate: true
	}).slideshow({
		autoplay: true, 
		interval: 5000
	});
	
	$('#home-left .columns').columnize({width:280, columns: 2, buildOnce:true, lastNeverTallest:false});
	
	$("#recommended-products .scrollable").scrollable();
	
	$("#product #overview-big .scrollable").scrollable();
	
	$("#product #pick_a_style .scrollable").scrollable();
	
	$("#product #accessories-big .scrollable").scrollable();
	
	$("#panel-wrapper .scrollable2").scrollable({
		vertical: true, mousewheel: true
	});
	 
        
	$("#product #overview-big .scrollable .items img").click(function() {
//		if ($(this).hasClass("active")) { return; }
        
		var url = $(this).attr("rel");
		var wrap = $("#overview-big #image_wrap");
      
      //Activate Progress overlay while zoom not ready 
        $('#overview-big .modalOverLay').css('display','block');
        $('#overview-big .processing_container').css('display','block');
                
		var img = new Image();
        var img_big = new Image();
		
        var thumb = $(this);
        var thumb_url = url;
		var explode_root = thumb_url.split(baseURL);
		var thumb_url_one = explode_root[1];
		var explode = thumb_url_one.split('/');
		
		var big_image_url = baseURL + explode[0] + '/' + explode[1] + '/' + explode[2] + '/original/' + explode[4];
        
        var small_loaded = false;
        var big_loaded = false;
        
		img.onload = function() {
		      
            small_loaded = true;  

		    if(small_loaded && big_loaded){
		      //delay so that zoom script has time to reload.
              setTimeout( function() {
		                   $('#overview-big .modalOverLay').css('display','none');
                           $('#overview-big #processing_container').css('display','none'); 
	                   }, 100 );
            };

            wrap.fadeOut('fast', function () {
    			wrap.fadeIn('slow');
                $("#overview-big .rtttt").eq(0).attr("src", url);
		 	});
		};
		
        img_big.onload = function() {
			     big_loaded = true;
                 
                 if(small_loaded && big_loaded){
                      setTimeout( function() {
		                   $('.modalOverLay').css('display','none');
                           $('#processing_container').css('display','none'); 
	                   }, 100 );
                } 
		 	};

        wrap.children("a").attr("href", big_image_url);            
        img.src = url;
        img_big.src = big_image_url;
		$(".items img").removeClass("active");
		$(this).addClass("active");
	}).filter(":first").click();
	
	$("#product #accessories-big .scrollable .items img").click(function() {
		if ($(this).hasClass("active")) { return; }
		var url = $(this).attr("rel");
        var rel_attr = $(this).attr("rel");
		var wrap = $("#accessories-image-wrap");
        
        var acc_id_big = $(this).attr('id');
        var acc_id_chunks = acc_id_big.split('_');
        var acc_id = acc_id_chunks[3];
        
        var link = 'acc_hotspot_link_' + acc_id;
        $('#' + link).click(); 
        
         $('#accessories-big .modalOverLay').css('display','block');
        $('#accessories-big .processing_container').css('display','block');
		var img = new Image();
		var thumb = $(this);
		img.onload = function() {
			wrap.fadeOut('fast', function () {
				
				wrap.fadeIn('slow');
                
                setTimeout( function() {
		                   $('#accessories-big .modalOverLay').css('display','none');
                           $('#accessories-big .processing_container').css('display','none'); 
                           wrap.find("img").eq(0).attr("src", url);
                           //changeAccessoriesDescription(rel_attr);
	                   }, 100 );
                
                          
		 	});
		};
		
		img.src = url;
		$("#product #accessories-big .scrollable .items img").removeClass("active");
		$(this).addClass("active");
	}).filter(":first").click();
	
	
	$("#product #pick_a_style .scrollable .items img").click(function() {
	   
//		if ($(this).hasClass("active")) { return; }
      
		var url = $(this).attr("alt");
        var info = $(this).attr("rel").split(' ,  ');
        
        var code = info[0];
        var title = info[1];
        var description = info[2];
      //  if(title=="") title = "&nbsp;";
      //  if(description=="") description = "&nbsp;fas  asdfa sd as a fasd f sd";
        
        
        
    
        if($('#overview-big').css("display")=="none"){
            $("#product-code").html("PRODUCT CODE: " + code);
        }
        $("#product-code-style-last").html("PRODUCT CODE: " + code);
		var wrap = $("#style_image_wrap");
	 //Activate Progress overlay while zoom not ready 
        $('#pick_a_style .modalOverLay').css('display','block');
        $('#pick_a_style .processing_container').css('display','block');
        
                
		var img = new Image();
        var img_big = new Image();
		/*
        var thumb = $(this);
        var thumb_url = url;
		var explode_root = thumb_url.split(baseURL);
		var thumb_url_one = explode_root[1];
		var explode = thumb_url_one.split('/');
		
		var big_image_url = baseURL + explode[0] + '/' + explode[1] + '/' + explode[2] + '/original/' + explode[4];
        */
        big_image_url = url;
        
        var small_loaded = false;
        var big_loaded = false;
        
		img.onload = function() {
		      
            small_loaded = true;  

		    if(small_loaded && big_loaded){
		      //delay so that zoom script has time to reload.
              setTimeout( function() {
		                   $('#pick_a_style .modalOverLay').css('display','none');
                           $('#pick_a_style .processing_container').css('display','none'); 
	                   }, 100 );
              
            };

            wrap.fadeOut('fast', function () {                        			 
				
    			wrap.fadeIn('slow');
                $("#pick_a_style .small_zoom_picture").eq(0).attr("src", url);
		 	});
		};
		
        img_big.onload = function() {
			     big_loaded = true;
                 
                 if(small_loaded && big_loaded){
                      setTimeout( function() {
		                   $('#pick_a_style .modalOverLay').css('display','none');
                           $('#pick_a_style .processing_container').css('display','none'); 
	                   }, 100 );
              
                } 
		 	};

        wrap.children("a").attr("href", big_image_url);                
        img.src = url;
        img_big.src = big_image_url;
		$(".items img").removeClass("active");
        $(".items img").removeClass("spec_help");
		$(this).addClass("active");
        $(this).addClass("spec_help");
        $(".items span").removeClass("active");
        //Cufon.replace("span.text_style", {fontFamily: 'dinot-bold'});
        //Cufon.replace(".items span");
        //Cufon.replace(".items span", {fontFamily: 'dinot-bold', textShadow: '1px 1px #cc0066'});
        var active_text  = $(this).parent().find("span.text_style").eq(0);
        //alert($(active_text).html());
        $(active_text).addClass("active");
        Cufon.refresh();
	}).filter(":first").click();
	
    $("#product #pick_a_style .scrollable .items span.holder").hover(function(){
        //mouse over
        var image  = $(this).find("img").eq(0);
        var text  = $(this).find("span.text_style").eq(0);
        if((image).hasClass("spec_help")) return;
        $(image).addClass("active");
        $(text).addClass("active");
        Cufon.refresh();
    }, function(){
        //mouse out
        var image  = $(this).find("img").eq(0);
        var text  = $(this).find("span.text_style").eq(0);
        if((image).hasClass("spec_help")) return;
        $(image).removeClass("active");
        $(text).removeClass("active");
        Cufon.refresh();
    }) ;
    
    
	var zoomOptions =
	{
		zoomWidth: 369,
		zoomHeight: 594,
		zoomType:'standard',
		imageOpacity: 0.4,
		title: false,
		xOffset: 22,
		yOffset: -40,
		showEffect: 'none',
		hideEffect: 'none',
		fadeinSpeed: 'fast',
		fadeoutSpeed: 'fast',
		showPreload: false,
		preloadText: 'LOADING',
		position: 'right'
	}


	$(".zoom").jqzoom(zoomOptions);
    
    $(".zoom1").jqzoom(zoomOptions);
	
	$(".zoom2").jqzoom(zoomOptions);
	
	$('#coda-slider-1').codaSlider({
		dynamicArrows: false,
		dynamicTabs:false
	});
	
	
	var currentTab = "overview";	
	$('#pick_a_style').css('display', 'none');
	$('#overview-big').css('display', 'block');
	$('#features-big').css('display', 'none');
	$('#accessories-big').css('display', 'none');
	$('#specs-big').css('display', 'none');
	$('#rotate').css('display', 'none');
	var currentTab2 = "pick_a_style";	
	$('#switch_to_overview').click(function(){
	   show_overview_panel();
	});
	
	$('#coda-nav-1 li.overview a').click(function() {
	   show_overview_panel();
       setTimeout(function(){
                   $('#unique_pick_a_style').show();
       },1000);

	});
    function show_overview_panel(){
        $('#coda-nav-1 ul li.overview a').each(function(){
            $(this).addClass('current');
       });
        style_button_reset();
            var code = $("#product-code-temp").html();
            var pom = "";
            if(code.length>0){
                pom = 'PRODUCT CODE: ';
            }
            $("#product-code").html(pom + $("#product-code-temp").html());
       
		$('#features-big').css('display', 'none');
		$('#overview-big').css('display', 'none');
		$('#specs-big').css('display', 'none');
		$('#accessories-big').css('display', 'none');
		$('#pick_a_style').css('display', 'none');
		$('#rotate').css('display', 'none');
	  	if(currentTab != "overview"){
			if(currentTab == "features"){
				$('#features-big').css('display', 'none');
				//$('#features-big').fadeOut();
			}else if(currentTab == "accessories"){
				$('#accessories-big').css('display', 'none');
				//$('#accessories-big').fadeOut();
			}else if(currentTab == "specs"){
				$('#specs-big').css('display', 'none');
				//$('#specs-big').fadeOut();
			}
			$('#overview-big').css('display', 'block');
			//$('#overview-big').fadeIn();
			currentTab = "overview";
		}else{
			$('#overview-big').css('display', 'block');
			//$('#overview-big').fadeIn();
			currentTab = "overview";
		}
	//	$(".zoom").jqzoom(zoomOptions);
    	$("#product #overview-big .scrollable .items img").filter(":first").click();
    }
	$('#coda-nav-1 li.features a').click(function() {
	   $('#unique_pick_a_style').hide();
	   style_button_reset();
		$('#features-big').css('display', 'none');
		$('#overview-big').css('display', 'none');
		$('#specs-big').css('display', 'none');
		$('#accessories-big').css('display', 'none');
		$('#pick_a_style').css('display', 'none');
		$('#rotate').css('display', 'none');
	  	if(currentTab != "features"){
			if(currentTab == "overview"){
				//$('#overview-big').fadeOut();
				$('#overview-big').css('display', 'none');
			}else if(currentTab == "accessories"){
				//$('#accessories-big').fadeOut();
				$('#accessories-big').css('display', 'none');
			}else if(currentTab == "specs"){
				//$('#specs-big').fadeOut();
				$('#specs-big').css('display', 'none');
			}
			$('#features-big').css('display', 'block');
			//$('#features-big').fadeIn();
			currentTab = "features";
		}else{
			$('#features-big').css('display', 'block');
			//$('#overview-big').fadeIn();
			currentTab = "features";
		}
	});
	$('#coda-nav-1 li.accessories a').click(function() {
	   $('#unique_pick_a_style').hide();
	   style_button_reset();
		$('#features-big').css('display', 'none');
		$('#overview-big').css('display', 'none');
		$('#specs-big').css('display', 'none');
		$('#accessories-big').css('display', 'none');
		$('#pick_a_style').css('display', 'none');
		$('#rotate').css('display', 'none');
	  	if(currentTab != "accessories"){
			if(currentTab == "features"){
				$('#features-big').css('display', 'none');
				//$('#features-big').fadeOut();
			}else if(currentTab == "overview"){
				$('#overview-big').css('display', 'none');
				//$('#overview-big').fadeOut();
			}else if(currentTab == "specs"){
				$('#specs-big').css('display', 'none');
				//$('#specs-big').fadeOut();
			}
            
            
           // alert(img.length);
            
            
            
			//$('#accessories-big').css('display', 'block');
			//$('#accessories-big').fadeIn();
			currentTab = "accessories";
		}else{
			$('#accessories-big').css('display', 'block');
			//$('#accessories-big').fadeIn();
			currentTab = "accessories";
		}
        var img = $('#accessories-big .scrollable img');
        if (img.length>0){
                $('#accessories-big').css('display', 'block');
            }else{
                $('#overview-big').css('display', 'block');
                $('#accessories-big').css('display', 'none');
            }
	});
	$('#coda-nav-1 li.specs a').click(function() {
	   $('#unique_pick_a_style').hide();
	   style_button_reset();
		$('#features-big').css('display', 'none');
		$('#overview-big').css('display', 'none');
		$('#specs-big').css('display', 'none');
		$('#accessories-big').css('display', 'none');
		$('#pick_a_style').css('display', 'none');
		$('#rotate').css('display', 'none');
	  	if(currentTab != "specs"){
			if(currentTab == "features"){
				$('#features-big').css('display', 'none');
				
			}else if(currentTab == "accessories"){
				$('#accessories-big').css('display', 'none');
				
			}else if(currentTab == "overview"){
				$('#overview-big').css('display', 'none');
				
			}
       
            var img = $('#specs-big img');
            if (img.length){
                $('#specs-big').css('display', 'block');
            }else{
                $('#overview-big').css('display', 'block');
            }
			
			
			currentTab = "specs";
		}else{
			$('#specs-big').css('display', 'block');
			
			currentTab = "specs";
		}
	});
    
    function style_button_reset(){
        var liwraper = $('ul.product-menu li.pick-a-style').eq(0);
        
        if($(liwraper).css('display')=='none'){
            $(liwraper).toggle();
            $('#pom_overwiev').toggle();     
        }
       
    }
	$('#pom_overwiev').click(function(){
	   style_button_reset();
	   
	});
    $('#unique_pick_a_style').click(function(){
        
        var display = $('#pom_overwiev').css('display');
        //alert(display);
        if(display == 'none'){
            $('ul.product-menu li.pick-a-style a').eq(0).click();
        }
    });
    
	$('ul.product-menu li.pick-a-style a').click(function() {
/*	   if($('#pick_a_style').css("display") == "none")*/
	       //now it will activate;
           /*
           var style_text = $(this).find("span").eq(0);
           //$('ul.product-menu li.pick-a-style a span').css('background-position',"right -43px");
           $(style_text).css('background-position',"right -43px");
           $(style_text).css('color',"white");
           $(style_text).html("Owerview");
           Cufon.refresh(style_text);
	   */
       $('#coda-nav-1 ul li a').each(function(){
            $(this).removeClass('current');
       });
       var liwraper = $(this).parent().parent();
       $(liwraper).toggle();
       $('#pom_overwiev').toggle();
	   if($('#product-code-style-last').html()!=""){
	       $('#product-code').html($('#product-code-style-last').html()); 
	   }
        
	  	$('#features-big').css('display', 'none');
		$('#overview-big').css('display', 'none');
		$('#specs-big').css('display', 'none');
		$('#accessories-big').css('display', 'none');
		$('#pick_a_style').css('display', 'none');
		$('#rotate').css('display', 'none');
		if(currentTab == "features"){
			$('#features-big').css('display', 'none');
		}else if(currentTab == "accessories"){
			$('#accessories-big').css('display', 'none');
		}else if(currentTab == "overview"){
			$('#overview-big').css('display', 'none');
		}
		$('#pick_a_style').css('display', 'block');
		//$(".zoom1").jqzoom(zoomOptions);
        $("#product #pick_a_style .scrollable .items img").filter(":first").click();
	});
	$('ul.product-menu li.rotate a').click(function() {
	  	$('#features-big').css('display', 'none');
		$('#overview-big').css('display', 'none');
		$('#specs-big').css('display', 'none');
		$('#accessories-big').css('display', 'none');
		$('#pick_a_style').css('display', 'none');
		$('#rotate').css('display', 'none');
		
		$('#rotate').css('display', 'block');
		
	});
	
	var url_link = window.location.href;
	var brokenstring=url_link.split("#");
	var num = brokenstring['1'];
	$('#features-big').css('display', 'none');
	$('#overview-big').css('display', 'none');
	$('#specs-big').css('display', 'none');
	$('#accessories-big').css('display', 'none');
	$('#pick_a_style').css('display', 'none');
	$('#rotate').css('display', 'none');
     $('#unique_pick_a_style').hide();
	if(num == 1){
		$('#overview-big').css('display', 'block');
        $('#unique_pick_a_style').show();
	}else if(num == 2){
		$('#features-big').css('display', 'block');
	}else if(num == 3){
		$('#accessories-big').css('display', 'block');
	}else if(num == 4){
		$('#specs-big').css('display', 'block');		
	}else if(num == 5){
		$('#pick_a_style').css('display', 'block');
        $('#unique_pick_a_style').show();
        if($('#product-code-style-last').html()!=""){
	       $('#product-code').html($('#product-code-style-last').html()); 
	   }
	}else if(num == 6){
		$('#rotate').css('display', 'block');
	}else{
		$('#overview-big').css('display', 'block');
        $('#unique_pick_a_style').show();
	}
		
}); 



function changeHotspotImage(hotspot, media, type, title, description){
	
	if(type == "image"){
		$('#features-image').css('display', 'block');
		$('#features-video').css('display', 'none');
		$('#features-image').css("background-image", "url("+media+")"); 
	}else if(type == "video"){
		var brokenstring=media.split("/");
		
		$('#features-image').css('display', 'none');
		$('#features-video').css('display', 'block');
		$('#features-video').html('<iframe title="'+ title +'&iv_load_policy=3" width="327" height="390" src="http://www.youtube.com/embed/'+ brokenstring['3'] +'?wmode=transparent" frameborder="0" allowfullscreen></iframe>');
	}
	
	var newTitle = '<span>' + title + '</span>';
	//var newTitle =   title ;
	
	$('#hotspot-description .description').html(description);
	$('#hotspot-description .title').html(newTitle);
	Cufon.refresh();

	var position = $('#' + hotspot).position();
	
	$('#hotspot-description').css('top', (position.top - 10) + "px");
	$('#hotspot-description').css('left', (position.left - 10) + "px");
	
    
    
	$('#hotspot-description').slideDown('fast');
    var topwidth = $('#hotspot-description .width_geter').width();
    $('#hotspot-description').width(topwidth + 63);
}

function closeHotspotDescription(){
	$('#hotspot-description').slideUp('fast');
	return false;
}



function changeaccHotspotImage(hotspot, title, description){
	
	$('#acc-hotspot-description .description').show();
    $('#hotspot_plus').hide();
    $('#hotspot_ix').show();
    
	var newTitle = '<div>' + title + '</div>';
    //alert(base_url);
	//var newdescc = '<a href="' + base_url + 'accessory/' + description +'">Read more...</a>';
    var newdescc =  description ;
	
	$('#acc-hotspot-description .description').html(newdescc);
	$('#acc-hotspot-description .title').html(newTitle);
	Cufon.refresh();
	
    
    
	$('#acc-hotspot-description').slideDown('fast');
 
    var topwidth = $('#acc-hotspot-description .width_geter').width();
  //  alert(topwidth);
    //$('#acc-hotspot-description').width(topwidth + 50);
    $('#acc-hotspot-description').width(200);
}

function closeaccHotspotDescription(){
	//$('#acc-hotspot-description').slideUp('fast');\
    $('#acc-hotspot-description .description').toggle();
    $('#hotspot_plus').toggle();
    $('#hotspot_ix').toggle();
	return false;
}




function changeAccessoriesDescription(rel_attr){

	var position = $('#accessories-big').position();
		
	$('#accessories-description-' + rel_attr).css('top', (position.top + 10) + "px");
	$('#accessories-description-' + rel_attr).css('left', (position.left + 400) + "px");
	
	$('#accessories-description-' + rel_attr).slideDown('fast');
}
function closeAccessoriesDescription(){
	$('.accessories-description').css('display','none');
	return false;
}

$(function()
{
   $('.scroll-pane1').jScrollPane({
                        showArrows: true,
            			horizontalGutter: 10
                        });
    $('.scroll-pane2').jScrollPane({
                        showArrows: true,
            			horizontalGutter: 10
                        });
    $('.scroll-pane3').jScrollPane({
                        showArrows: true,
            			horizontalGutter: 10
                        });
});
