Well this is the code :S if you've got a last.fm account you can check a preview of on from there if not you could save this code to a txt file and save it as a html file and see it in action there?
Code:
<style type="text/css">
div.lastfm_quilt_black a,div.lastfm_quilt_black div
{ height: 20px; margin: 0; overflow: hidden; text-decoration: none; padding: 0; background: url("http://static.last.fm/quilts/buttons/generic_images/bg_black.gif")
repeat-x 0 0; width: 100%; float: right; display: inline;}
div.lastfm_quilt a:hover { background-position: 0 0 !important;}
{if $orientation=='horizontal'}div.lastfm_quilt_horizontal
{ width: 400px;}div.lastfm_quilt_black a.lastfm_quilt_artists_wide,div.lastfm_quilt_black a.lastfm_quilt_artists_wide:hover
{ background: url("http://static.last.fm/quilts/buttons/top_artists_images/wide/header_black.gif")
no-repeat 0 -20px;}div.lastfm_quilt_black a.lastfm_quilt_albums_wide,div.lastfm_quilt_black
a.lastfm_quilt_albums_wide:hover { background: url("http://static.last.fm/quilts/buttons/top_albums_images/wide/header_black.gif")
no-repeat 0 -20px;}{else}div.lastfm_quilt_vertical
{ width: 184px;}div.lastfm_quilt_black a.lastfm_quilt_artists,div.lastfm_quilt_black a.lastfm_quilt_artists:hover
{ background: url("http://static.last.fm/quilts/buttons/top_artists_images/header_black.gif")
no-repeat 0 -20px;}div.lastfm_quilt_black a.lastfm_quilt_albums,div.lastfm_quilt_black a.lastfm_quilt_albums:hover
{ background: url("http://static.last.fm/quilts/buttons/top_albums_images/header_black.gif")
no-repeat 0 -20px;}{/if}div.lastfm_quilt_black .lastfm_quilt_profile a,div.lastfm_quilt_black .lastfm_quilt_profile a:hover
{ background: url("http://static.last.fm/quilts/buttons/generic_images/ft_black.gif")
no-repeat 0 -20px;}div.lastfm_quilt_black .lastfm_quilt_noprofile a,div.lastfm_quilt_black .lastfm_quilt_noprofile a:hover
{ background: url("http://static.last.fm/quilts/buttons/generic_images/npft_black.gif")
no-repeat 0 -20px;}div.lastfm_quilt a.get_your_own { width: 92px;
border-right: solid 1px #000000;}div.lastfm_quilt a.visit { width: 91px;
background-position: -93px -20px;}div.lastfm_quilt a.visit:hover
{ background-position: -93px 0 !important;}</style>
<div class="lastfm_quilt lastfm_quilt_horizontal lastfm_quilt_black">
<a class="lastfm_quilt_albums_wide" title="Top albums" href="http://www.last.fm/user/Nathan086/"></a>
<embed src="http://static.last.fm/quilts/3/quilts_main.swf"
flashvars="type=user&variable=Nathan086&file=topalbums&bgColor=black&configMode=true"
quality="high" bgcolor="#000000" width="400" height="80"
name="quilts_main" align="middle" allowScriptAccess="never"
type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
<div class="lastfm_quilt_profile">
<a class="visit" title="View my profile" href="http://www.last.fm/user/Nathan086/"></a>
<a class="get_your_own" title="Get your own" href="http://www.last.fm/tools/quilts"></a>
</div> </div>
Cheers.