<div id="product">
<?php $cid=get_option('web589BP_product_cat');?>
<div class="l"></div>
<h2><a href="<?php echo get_category_link($cid);?>" title="<?php echo esc_attr(get_cat_name($cid)); ?>"><?php echo get_cat_name($cid); ?></a></h2>
<div class="r"></div>
<div class="cb"></div>

<div id="right_wrap"><!--滚动-->    <div id="pro">     <div class="rollBox">
            <div class="LeftBotton" onmousedown="ISL_GoUp()" onmouseup="ISL_StopUp()" onmouseout="ISL_StopUp()"><img src="<?php bloginfo('template_url');?>/images/pro_l.jpg" /></div>              <div class="Cont" id="ISL_Cont">               <div class="ScrCont">                  <div id="List1">                      <?php query_posts(array('cat'=>$cid,'posts_per_page'=>15,'ignore_sticky_posts'=>true)); while(have_posts()): the_post();?>
<div class="pic"><a href="<?php the_permalink();?>"><?php aecho web589_thumbnail('medium'); ?></a><p><a href="<?php the_permalink();?>"><?php the_title();?></a></p></div>
<?php endwhile; wp_reset_query();?>                   </div>                   <div id="List2"></div>                  </div>             </div>           <div class="RightBotton" onmousedown="ISL_GoDown()" onmouseup="ISL_StopDown()" onmouseout="ISL_StopDown()"><img src="<?php bloginfo('template_url');?>/images/pro_r.jpg" /></div>         </div>          <Script language="JavaScript" Src="<?php bloginfo('template_url');?>/includes/ProRoll.js"></Script> </div><!--滚动--> </div>

</div>a