Next / Previous Posts not working

Change your query_posts call to include global $query_string variable.

Your query_posts should look like following:

<?php 
global $query_string;
query_posts( $query_string . 'cat=".$cat ); 
?>

File not found.