/* 
    Document   : editorspick.css
    Created on : Jul 31, 2013, 11:16:18 PM
    Author     : Seungho
    Description:
        Purpose of the stylesheet follows.
*/

li.editorspick{
    display:inline-block;
    list-style:none;
    float: left;
    width: 102px;
    margin: -16px 10px 0 0;
    padding: 20px 5px 0 5px
}

ul.editorspick-container{
    margin: -20px 0 20px;
    border-bottom: 1px solid #EEE;
    padding: 0 0 20px;
    overflow:auto;
}

.editorspick img{
    border: 1px solid #FFF;
}

.editorspick .img-container{
     width:100%;   
}

.editorspick .txt-container{
    width: 100px;
    text-align: center;
    padding: 5px 0 0;
}

.editorspick .txt-container a{
    font: italic 500 11px georgia;
    text-transform: lowercase!important;
    color: #999;
}


.editorPickTitle {
    margin:-28px 0 0;
    padding:0 0 25px 0;
}

.thetitleTopRight {
    float:right;
    margin:0;
    line-height:14px;
}
