jQuery.noConflict();
(function($, window, document, undefined){

$(document).ready(function(){

	if ($.fn.prettyPhoto)
	{
		$(".thumb a, a[rel='gallery'], a[rel^='prettyPhoto'], .video a").prettyPhoto({ theme: 'facebook' });
	}

	if ($.browser.msie) {
		try {document.execCommand("BackgroundImageCache", false, true);} catch(err){};
		if (typeof(DD_belatedPNG) != 'undefined')
		{
			DD_belatedPNG.fix('img, #page, #title1, #title h2');
		}
	}

});

})(jQuery, window, document);
