.thumbnail_list {
    position: relative
    }
.thumbnail_list > div {
    position: relative;
    margin: 0 auto
    }
.thumbnail_list > div > .thumnails_container {
    position: relative;
    height: 139px;
    width: 100%;
    overflow: hidden
    }
.thumbnail_list > div > .thumnails_container > ul {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 1000em
    }
.thumbnail_list > div > .thumnails_container > ul li {
    list-style: none;
    position: relative;
    float: left
    }
.thumbnail_list > div > .thumnails_container > ul li > a:hover {
    text-decoration: none
    }
.thumbnail_list > div > .thumnails_container > ul li > a > span, .thumbnail_list > div > .thumnails_container > ul li > a:hover > span {
    display: block;
    position: relative;
    width: 159px;
    height: 139px;
    margin-right: 1px;
    overflow: hidden;
    text-align: center;
    z-index: 0
    }
.thumbnail_list > div > .thumnails_container > ul li > a > span {
    z-index: 0
    }
.thumbnail_list > div > .thumnails_container > ul li > a .thumbnail {
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    width: 100em;
    margin-left: -50em;
    height: 90px;
    text-align: center
    }
.thumbnail_list > div > .thumnails_container > ul li > a .thumbnail > img {
    height: 100%;
    border: none
    }
.thumbnail_list > div > .thumnails_container > ul li > a .info {
    position: absolute;
    left: 0;
    width: 135px;
    top: 90px;
    height: 49px;
    background-color: #333;
    color: #DDD;
    padding: 1px 12px;
    text-align: left
    }
.thumbnail_list > div > .thumnails_container > ul li > a:hover .info {
    top: 0;
    height: 119px;
    background-color: #FC0;
    color: #333;
    padding: 10px 12px
    }
.thumbnail_list > div > .thumnails_container > ul li > a .info > .header, .thumbnail_list > div > .thumnails_container > ul li > a .info > .media_content, .thumbnail_list > div > .thumnails_container > ul li > a .info > .author {
    display: none
    }
.thumbnail_list > div > .thumnails_container > ul li > a:hover .info > .header, .thumbnail_list > div > .thumnails_container > ul li > a:hover .info > .media_content, .thumbnail_list > div > .thumnails_container > ul li > a:hover .info > .author {
    display: block
    }
.thumbnail_list > div > .thumnails_container > ul li > a .info > .header {
    line-height: 15px;
    margin-bottom: 5px;
    text-align: right
    }
.thumbnail_list > div > .thumnails_container > ul li > a .info > .header > .rating {
    float: left
    }
.thumbnail_list > div > .thumnails_container > ul li > a .info > .header > .date {
    font-size: 10px
    }
.thumbnail_list > div > .thumnails_container > ul li > a .info > .title {
    clear: both;
    display: block;
    font-size: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 42px;
    margin-bottom: 3px;
    line-height: 14px
    }
.thumbnail_list > div > .thumnails_container > ul li > a:hover .info > .title {
    font-weight: bold;
    font-size: 12px
    }
.thumbnail_list > div > .thumnails_container > ul li > a:hover .info > .author {
    position: absolute;
    top: 80px;
    font-size: 11px
    }
.thumbnail_list > div > .thumnails_container > ul li > a:hover .info > .media_content {
    position: absolute;
    clear: both;
    float: left;
    left: 50%;
    top: 106px;
    font-size: 9px
    }
.thumbnail_list > div > .thumnails_container > ul li > a:hover .info > .media_content > span {
    position: relative;
    float: left;
    left: -50%;
    padding: 4px 4px;
    -webkit-border-radius: 2px 2px;
    -moz-border-radius: 2px 2px;
    border-radius: 2px 2px;
    background-color: #FFF;
    border: 1px solid #FFF;
    white-space: nowrap
    }
.thumbnail_list > div > .list_previous, .thumbnail_list > div > .list_next {
    position: absolute;
    display: block;
    width: 22px;
    height: 45px;
    top: 24px;
    cursor: pointer
    }
.thumbnail_list > div > .list_previous {
    left: 0;
    background: url(/static/image/v2/list_previous.png) 0 0 no-repeat
    }
.thumbnail_list > div > .list_next {
    right: 0;
    background: url(/static/image/v2/list_next.png) 0 0 no-repeat
    }
.thumbnail_list > div > .paging {
    position: relative
    }
.thumbnail_list > div > .paging > .list_previous {
    position: absolute;
    left: 10px;
    top: 5px
    }
.thumbnail_list > div > .paging > .list_previous > span {
    float: left;
    padding-left: 5px;
    padding-right: 7px;
    cursor: pointer
    }
.thumbnail_list > div > .paging > .list_next {
    position: absolute;
    right: 10px;
    top: 5px
    }
.thumbnail_list > div > .paging > .list_next > span {
    float: right;
    padding-left: 7px;
    padding-right: 5px;
    cursor: pointer
    }
.thumbnail_list > div > .paging > .rounded_button img {
    border: none
    }
.thumbnail_list > div > .paging > .page_selector {
    position: relative;
    clear: both;
    float: left;
    left: 50%;
    padding: 12px 0
    }
.thumbnail_list > div > .paging > .page_selector > .pages {
    position: relative;
    float: left;
    left: -50%
    }
.thumbnail_list > div > .paging > .page_selector > .pages > .page_selected, .thumbnail_list > div > .paging > .page_selector > .pages > .page_not_selected {
    display: block;
    float: left;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    z-index: 1
    }
.thumbnail_list > div > .paging > .page_selector > .pages > .page_selected {
    background: url(/static/image/v2/page_selected.png) 0 0 no-repeat
    }
.thumbnail_list > div > .paging > .page_selector > .pages > .page_not_selected {
    background: url(/static/image/v2/page_not_selected.png) 0 0 no-repeat;
    cursor: pointer
    }