$(document).ready(function(){
	/*
	$("div.scrollable").scrollable(
		{ size: 3, 
          items: '#thumbs',   
          hoverClass: 'hover',
		   next: 'div.less', 
		   prev: 'div.more' 	
		}
	);     
	
	
	*/
   // $("#thumbs div").click(function() { 
		//console.log('event');
        // perform the effect 
        //$(this).fadeOut().fadeIn(); 
		
   // });  
		
           
 });

