// JavaScript Document

$(document).ready(function(){
					   
  $('#slide').cycle({ 
		fx:     'scrollHorz',
		speed:    2000,
		timeout:  0,
		next:   '#next', 
		prev:   '#prev',
		cleartypeNoBg: true
  });
  
  $('#pane').jScrollPane({
			 scrollbarWidth : 15,
			 topCapHeight: 467,
		     showArrows:true,			
			 scrollbarOnLeft: true,
		     dragMaxHeight: 1
  });
  
  $('#pane-product-detail').jScrollPane({
			 scrollbarWidth : 15,
			 topCapHeight: 487,
		     showArrows:true,			
			 scrollbarOnLeft: true,
		     dragMaxHeight: 1
  });
  $('#pane-1').jScrollPane({
			 scrollbarWidth : 15,
			 topCapHeight: 60,
		     showArrows:true,			
			 scrollbarOnLeft: true,
		     dragMaxHeight: 1
			 	
  });
  $('#pane-2').jScrollPane({
			 scrollbarWidth : 15,
			 topCapHeight: 305,
		     showArrows:true,			
			 scrollbarOnLeft: true,
		     dragMaxHeight: 1
			 	
  });
  $('#pane-4').jScrollPane({
			 scrollbarWidth : 15,
			 topCapHeight: 410,
		     showArrows:true,			
			 scrollbarOnLeft: true,
		     dragMaxHeight: 1			 	
  });	
  $('#pane-5').jScrollPane({
			 scrollbarWidth : 15,
			 topCapHeight: 310,
		     showArrows:true,			
		     dragMaxHeight: 1			 	
  });	
 
  $('#dialog').dialog();
  
  jQuery('.box-content').jScrollPane({
						scrollbarWidth : 15,
						showArrows:true,
						topCapHeight: 380,
						dragMaxHeight: 1			 	
					 });


});
