

			jQuery(document).ready(function(){
				
				
				//Examples of how to assign the ColorBox event to elements
				jQuery("a[rel='preview_product']").colorbox();

			});
