/*
 * jQuery effects to add to the website
 * @author: Skydiamond
 * @date: august 2010
 * Home page: www.skydiamond.org
 */

	var $j = jQuery.noConflict();


$j(document).ready(function(){
	
			$j("#VideoBox a").prettyPhoto({
				theme: 'dark_square',
				showTitle: true,
				default_width: 500,
				default_height: 344,
				iframe_markup: '<iframe src ="{path}" width="{width}" height="{height}" frameborder="no"></iframe>',
				inline_markup: '<div class="pp_inline clearfix">{content}</div>'
			});

});


