﻿jQuery(document).ready(function($){
$("a:has(img)").lightBox({
	imageBlank:"http://imleean.com/images/lightbox-blank.gif",
	imageLoading:"http://imleean.com/images/lightbox-ico-loading.gif",
	imageBtnClose:"http://imleean.com/images/lightbox-btn-close.gif",
	imageBtnPrev:"http://imleean.com/images/lightbox-btn-prev.gif",
	imageBtnNext:"http://imleean.com/images/lightbox-btn-next.gif"    //这里注意一定不要再加“ , ”号了在 IE6 下会报错；
});
});


