Here is the template from our Showcase:
{exp:weblog:entries weblog="just_released" orderby="date" dynamic="on" limit="2" rdf="off" disable="trackbacks" pagination="bottom" link_class="pagi_style"}
<div id="just_released">
<div class="jr_title">
<div class="jr_title_text">
<h3>Just Released<br /></h3>
<h4>{title}</h4>
</div>
</div>
<div class="jr_image">
{featured_image}
</div>
<div class="jr_text">
{featured_summary}
<br />
{featured_body}
<br />
{featured_extended}
<div class="jr_table">
<div class="jr_table_left">
Technology:<br />
Platform:<br />
Credits:<br />
TTL:<br />
</div>
<div class="jr_table_right">
{featured_technology}
{featured_platform}
{featured_credits}
{featured_ttl}
</div>
</div>
</div>
</div>
<br class="clear">
<hr>
<div class="jr_title">
<div class="jr_title_text">
{paginate}
{if "{total_pages}" != 1}Page {current_page} of {total_pages} pages {pagination_links}{/if}
{/paginate}
</div>
</div>
and here is the CSS:
.pagi_style a:link, .pagi_style a:visited {
background-color: #efefef;
}
.pagi_style a:hover {
color: #fff;
}
.pagi_style {
border: solid 1px #aaaaaa;
padding: 2px 4px 2px 4px;
margin-left: 8px;
}