// no conflicts with other frameworks
//var $j = jQuery.noConflict();

//
// window.onload function to setup various javascripts
//
jQuery(function() {
	//fix png transparency in IE<6
	//$j('img[@src$=.png]').ifixpng();
	//lightbox gallery
  jQuery('.lightbox_image').lightBox();
  //This is for Zooming Images
	//$j.imgzoom();
});



