ASP.NET - How to create control library?

I’ve created a few Web User Controls (.ascx) in a Web Site project. Now I realize that I would like to place these in a separate library so that I can reuse them i other projects.

How do I create a user control library?

I’m using VS2008 and .NET 3.5