$(document).ready(function(){
	
	// Carusel
	$('#annot-box.type2 .scroll').cycle({
		timeout: 6000,
		pager: $('.pager'),
		pause: true,
		fx: 'scrollDown'
	});
	
	// Thickbox
    var thickbox = new sk.widgets.Thickbox();
    thickbox.control($('.thickbox'));
    thickbox.autoWidth = true;
	
	// Thickbox
    var thickboxVideo = new sk.widgets.Thickbox();
    thickboxVideo.width = 588;
    $('.thickboxVideo').click(function(){
    	thickboxVideo.openHtml('<iframe width="560" height="315" src="'+$(this).attr('href')+'" frameborder="0" allowfullscreen></iframe>');
    	return false;
    });
	
});
