$(document).ready(function(){

	//MEDIA LIGHTBOX
	$("a[rel^='lightbox_mediaplayer']").prettyPhoto({
		theme: 'mediaplayer'
	});
	
	$("a[rel^='lightbox_image']").prettyPhoto({
		theme: 'mediaplayer'
	});
	
});

