// goodsItemsView.jsからprettyPhotoに関する部分を抜粋

window.onload = function() {
	
        jQuery("a[rel^='gallery']").prettyPhoto({
            animationSpeed:"fast",
            allow_resize:false,
            overlay_gallery:true,
            autoplay_slideshow: false
        });
								
}
