/*
stylesheet for recent posts plugin with thumbnails
*/
.widget-recent-post-thumbs img {
    width:94px;
    height:70px;
    padding:4px;
    border:solid 1px #dedede;
    margin:0 ;
    margin-bottom:10px;    
}
.widget-recent-post-thumbs .readmore {
    display:none;
}
.widget-recent-post-thumbs p {
    font-size:.75em;
    font-style:italic;
    margin:0 0 20px 104px;
}
.widget-recent-post-thumbs ul{
        list-style-type:none;
    margin:0 !important;
    padding:0 !important;
}
.widget-recent-post-thumbs li{
    clear:both;    
    list-style-type:none;
    margin:0 !important;
    padding:0 !important;
    background-image:none !important;
}
.widget-recent-post-thumbs a.thumbnail-link{
    display:block;
    position:relative;
    float:left;
    margin-right:10px;
    clear:both;
    
}
.zoom{
    display:none;
    border:none !important;    
    background-color:rgba(0,0,0,.3);
    background-image:url(images/zoom.png);
    background-repeat:no-repeat;
    background-position: center center;
    position:absolute;
    top:0px;    
    left:0px;    
    height:80px;
    width:104px;    
}
a.thumbnail-link:hover .zoom{
    display:block;
    
}