jQuery(document).ready(function(){
				 		
		jQuery('.product_img a').colorbox({speed: 300, maxWidth: '90%', maxHeight: '96%'});

});
