jQuery(document).ready(function(){
	/*Single products*/
	jQuery(function() {
		jQuery('.prodBigImg a:has(img)').lightBox({fixedNavigation:true});
	});
	/*Basket products*/
	jQuery(function() {
		jQuery('.prodSmallImg a:has(img)').lightBox({fixedNavigation:true});
	});
	
});

