/* Last.Fm Widget */
#lastfmrecords        { padding: 0px; overflow:visible; display: inline-block;}

/* thx to http://cssglobe.com/lab/overflow_thumbs/ */
#lastfmrecords ol,
#lastfmrecords li        { margin: 0; padding: 0; list-style: none; }
#lastfmrecords li          { float: left; margin: 0px 6px 6px 0px; width: 55px; height: 55px; }
#lastfmrecords a           { display: block; float: left; width: 55px; height: 55px; position: relative; z-index: 1; border:solid 1px #CCB787;}
#lastfmrecords a img       { float: left; position: absolute; margin: auto; width:55px; height:55px; border:none;}
#lastfmrecords a span {display:none;}
/* mouse over */
#lastfmrecords a:hover     { overflow:visible; z-index:1000; border:none; }
#lastfmrecords a:hover img { width:100px; height:100px; border: 1px solid #999; background: #fff; padding: 3px; margin-top: -20px; margin-left: -20px; }
#lastfmrecords a:hover span {clear:both;position:absolute;top:95px;left:-20px;display:block;width:105px;height:auto;background:#fff;font-weight:normal;color:#fff;font-size:0.85em;padding:2px;background:#3E3526;}


#lastfmrecords:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

html>body #lastfmrecords {
	zoom: 1;
	display:block;
}

* html #lastfmrecords {
	zoom: 1;
	display:block;
}