var core={
	oLd: function() {
	}
}
$(document).ready(function() {
	$("a[href$=.jpg],a[href$=.png],a[href$=.gif],a[href$=.Jpg],a[href$=.JPG],a[href$=.PNG],a[href$=.GIF]").fancybox({
		overlayOpacity:0.5
		,overlayColor:'#000'
		,padding:5
		,hideOnContentClick:true
		,titlePosition:'outside'
	});
});

