$(document).ready(function() {
	jQuery("#pictures-gallery a")
	.mouseover(function(){
		jQuery("#img-current_picture").attr("src", "/imageresize/200x200"+jQuery(this).attr("href").replace("published/publicdata/XTREMESUPPLEMENTSTORE/attachments/SC/products_pictures/",""))
	})
	.colorbox({rel:'pictures-gallery'});
	jQuery("#product-image a").colorbox();
});
