<?php query_posts('showposts=1&cat=450'); if (have_posts()) : while (have_posts()) : the_post(); the_post_thumbnail(); endwhile; endif; ?>