// JavaScript Document
 jQuery(document).ready(function($) {
   
$('a.tipleft').qtip({
    position: {
                  corner: {
                     tooltip: 'topRight', // Use the corner...
                     target: 'mouse' // ...and opposite corner
                  }
		  
				  },
				  
   style: {
            padding: '5px 15px', // Give it some extra padding
            name: 'green', // And style it with the preset dark theme
			border: {
                     width: 2,
                     radius: 5
                  },
				  tip: true
         }
 
})
// put all your jQuery goodness in here.
 });
 jQuery(function()
{
	jQuery('.fdw_widget').jScrollPane();
})
