$(document).ready(function(){
	if ($('#video').size() > 0) {
		$("#video a[rel^='prettyPhoto']").prettyPhoto();
	}
	if ($("a[rel^='prettyPhoto']").size() > 0) {
		$("a[rel^='prettyPhoto']").prettyPhoto();
	}
	if ($("a[rel^='prettyPhoto[flash]']").size() > 0) {
		$("a[rel^='prettyPhoto[flash]']").prettyPhoto();
	}
	if ($(".scrollable").size() > 0) {	
		$(".scrollable").scrollable();
	}
});
