

.thumb {
    display:block;
    width:70px;
    height:69px;
    position:relative;
    margin-bottom:0px;
    float:right;
    cursor: pointer;
}
    .thumb-wrapper {
        display:block;
        width:100%;
        height:100%;
    }
    .thumb img {
        width:100%;
        height:100%;
        position:absolute;
        display:block;  
        cursor: pointer;    
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }
    
    .thumb .thumb-detail {
        display:block;
        width:100%;
        height:100%;
        position:absolute;            
        background:#000; 
        border-radius: 16px 6px;       
    }
        
/*
* Without CSS3 Scroll Up Effect
*/
.thumb.scroll {
    overflow: hidden;
}    
    .thumb.scroll .thumb-detail {
        bottom:-280px;
    }

    /*
* CSS 3D Card Flip Effect
*/    
.thumb.flip {
    perspective:800px;
}
    .thumb.flip .thumb-wrapper {
        transition: transform 1s;
        transform-style: preserve-3d;            
    }
    
    .thumb.flip .thumb-detail {
        transform: rotateY(-180deg);                           
    }
    
    .thumb.flip img,
    .thumb.flip .thumb-detail {
        backface-visibility: hidden;
    }
    
    .thumb.flip .flipIt {
        transform: rotateY(-180deg);            
    }

    .fb-like.fb_iframe_widget {
float: left;
margin-left: 7px;
margin-top: 10px;
}
