I need to create a content type that will allow users to upload images that will be displayed in a paged format (the first image should have an arrow to the left that, when clicked, will display the second image, etc) within the content type.

I have been using imagecache and imagefield because I need to be able to resize the images when they are uploaded.

I guess attaching an image gallery to the content type might do this. However, I am not sure how to go about this and accomplish what we are trying to do.

Thanks for any suggestions.