But its a problem of css stylesheet. i dont see you are using the paginate css styles…. give a look a my stylesheet:
http://www.fashionradicals.com/blogs/wp-content/plugins/wp-paginate/wp-paginate.css?ver=1.2.4
The problem was the wp_reset_query(), it was executed before the wp_paginate() call.
I put it after and it works again.