$(document).ready(function() {
	//Apply lightbox to product images	
	$('#leftFloat a.img').lightBox();
});