bir manşetim var tema giydirmede sorun yaşıyorum.. belli bir kategoriden çekiyor..

<?php query_posts('showposts=5&orderby=date&cat=1'); ?>
	<?php while (have_posts()) : the_post(); ?>
	<div id="manset0a" class="manset-frame-img" style="background:url(upload/manset/354.jpg) no-repeat left top #333; display:block;"></div>
	<div id="manset0b" class="manset-frame-title" style="display:block;">
		<h3><a href="haber-1.html">Başlık</a></h3>
		<p>açıklama</p>
	</div>
	<?php endwhile; ?>
manset1a, manset2a, manset3a, manset4a, manset5a

manset1b, manset2b, manset3b, manset4b, manset5b


şeklinde artmasını nasıl ayarlarım döngüde...