$(document).ready(function(){
		$(".single").colorbox();
		$("a[rel^='prettyPhoto']").prettyPhoto();

		/*$(".youtube").colorbox({iframe:true, width:650, height:550});*/
});