A { color: #ffffff; }
body { margin: 10px; color: #ffffff; font-size: 11px; font-family: verdana,arial; }
.cover { width: 124px; float:right; margin-left: 5px; margin-bottom: 5px; }
.thumbnail {
    float:right;
    position:relative;
    width: 120px;
	margin-left: 5px;
	margin-bottom: 5px;
}
.thumbnail img{
    float:right;
    width:120px;

}    
.thumbnail:hover img {
    position:relative;
    height:330px;
    width: auto;
    display:block;
    z-index:999;
}
