$(document).ready( function() {
	$('.boxy').boxy( );
} );

function showBoxyVideo( cssSelector, title )
{
	$(cssSelector).boxy( {
		modal: true,
		title: title,
		closeable: true,
		actuator: $(cssSelector)[0]
	} );
	$(cssSelector).click( );
}
function initBoxyVideo( cssSelector, title )
{
	$(cssSelector).boxy( {
		modal: true,
		title: title,
		closeable: true,
		actuator: $(cssSelector)[0]
	} );
}
function hideBoxyVideo( cssSelector )
{
	$(cssSelector).each( function( i, elem ) {
		Boxy.linkedTo(elem).hide( );
	} );
	vimeo_player_pause( );
}
