$(function(){
	
	// initialize scrollable  
	$("div.scrollable").scrollable({ 
		size: 4, 
		items: 'ul',
		navi:'ol.navi',
		hoverClass: 'hover'
	});


	/* ********** ********** ********** */
	// create click event for thumbnails
	$('div.scrollable ul.clearfix li').each(function(){
			entry_id = this.id;
			$(this).click(function(){
				$('iframe').attr('src','http://player.vimeo.com/video/' + this.id + '?js_api=1&js_swf_id=player_1&title=0&byline=0&portrait=0');
			});
  });
	/* ********** ********** ********** */


});
