document.observe("dom:loaded", setup_product);
	
function setup_product(e)
{
	var gallery = PaginatedGallery($('related_products'), 1, 262);
}