
jQuery(document).ready(function($) { 



jQuery(function(){



// init scroll pane widget
	jQuery('#pane2').jScrollPane({showArrows:true,arrowSize:25});
//	jQuery('#pane2').jScrollPane({showArrows:true, arrowSize:25});

// init qtip roll over feature

// $('#pane2')[0].scrollTo(0);


jQuery('.thisorthat_widget_list li a').click(function(){

return false;

});

	 jQuery('#pane2 img[rel]').each(function(){
	 
	 
	 
	 jQuery(this).qtip({

      content: '<img src="http://www.simplyrecycle.ca/wp/wp-content/themes/simplyrecycle/this_to_that/products_this/'+jQuery(this).attr('rel')+'.png" alt="" />',
      position: {
      	corner: {
      		tooltip:'leftBottom',
      		target:'rightMiddle'
      		
      		}
      	},
      style: { name: 'cream', tip: true }
   });

});



});



});

