//$(".cbox").colorbox({transition:"fade"});//-- for images only.
	// --for video 
$(".ngg-gallery-thumbnail a").each(function (arr){
			if ($(this).attr("title").substr(0,5)=="Video"){
				//$(this).attr("class","cboxVideo");
				$(this).attr("class","shadowbox");
			  $(this).attr("href",$(this).children("img").attr("title"));
			}
		  })
		 // $(".cboxVideo").colorbox({iframe:true, innerWidth:425, innerHeight:344});
		 //$(".shadowbox").shadowbox({iframe:true, innerWidth:425, innerHeight:344});
	
});

