Scrolling menu Background?

I am learning how to make neat Unity UI’s and it started last night with 2 hours of watching videos on the different components on Lynda.com

I have a fairly basic understanding of the different Canvas Components now and the menu I made seems to come together nicely for a basic start. Now I want to have a set of pictures slowly panning from left to right blurred in the background of the menu but I can’t really seem to figure out how to approach it.

Help would be appreciated!

have a look at how a ScrollRect works, you might not need the full functionality, but the concept of masks and content panels would be how I’d approach this.