// AUTOLOAD CODE BLOCK (MAY BE CHANGED OR REMOVED)
jQuery(function($) 
{
	var opts=null;
	
	opts=
	{
		 targetWidth:640
		,targetHeight:500
		,overlayBackgroundColor:"#000000"
	};

	$("a[rel='moodalbox_video']").slimbox(opts, null, function(el) {
		return (this == el) || ((this.rel.length > 14) && (this.rel == el.rel));
	});

	opts=
	{
		 targetWidth:450
		,targetHeight:490
		,overlayBackgroundColor:"#ffffff"
	};

	$("a[rel='moodalbox']").slimbox(opts, null, function(el) {
		return (this == el) || ((this.rel.length > 8) && (this.rel == el.rel));
	});

});
