﻿a {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
    vertical-align: top;
}


.cartoonBox {
    text-align: center;
}

    .cartoonBox .thumbnails {
        list-style: none;
        display: block;
        text-align: right;
        margin: 0;
        padding: 0;
    }
        .cartoonBox .thumbnails li .imgthumb {
            position: relative;
            overflow: hidden;
        }

        .cartoonBox .thumbnails li img {
            margin: 0 auto;
            height: auto !important;
            min-height: 200px;
        }

        .cartoonBox .thumbnails li .curdate {
            padding: 10px 55px 10px 7px;
            color: #666;
            transition: all .3s ease-out;
            display: block;
            font-size: 16px;
            line-height: 22px;
            text-align: left;
            font-weight: 700;
            font-family: sans-serif;
            text-align: left;
            direction: ltr;
            border-top: 1px solid #919191;
        }

        .cartoonBox .thumbnails li {
            margin-top: 10px;
            border: 1px solid #919191;
            background-color: #f6f7f9;
            -webkit-border-radius: 0 0 5px 5px;
            -moz-border-radius: 0 0 5px 5px;
            border-radius: 0 0 5px 5px;
            display: inline-block;
            vertical-align: top;
            max-width: 100%;
            position: relative;
            /* margin: 5px; */
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-box-shadow: 1px 2px 3px #adadad;
            box-shadow: 1px 2px 3px #adadad;
            width: 100%;
            clear: both;
        }

    .cartoonBox #loadmore {
        display: block;
        width: 100%;
        text-align: center;
        margin: 15px auto 10px;
        clear: both;
    }

    .cartoonBox .waitingLoad {
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border: 2px solid #898b8b;
        display: inline-block;
        margin: 0 5px 0 0;
        overflow: hidden;
        padding: 10px;
        position: relative;
        text-decoration: none;
        line-height: 1;
        vertical-align: top;
        box-shadow: 1px 2px #777474;
        -webkit-box-shadow: 1px 2px #777474;
        cursor: pointer;
        color: #3b3838;
    }

        .cartoonBox .waitingLoad:hover, .cartoonBox .waitingLoad:focus {
            color: #000;
            box-shadow: 1px 2px #000;
            -webkit-box-shadow: 1px 2px #000;
            border: 2px solid #000;
        }

        .cartoonBox .waitingLoad:active {
            background-color: #f1f1f1;
            box-shadow: 2px 3px #191919;
            -webkit-box-shadow: 2px 3px #191919;
            transform: translateY(2px);
            -webkit-transform: translateY(2px);
            -moz-transform: translateY(2px);
            -ms-transform: translateY(2px);
            -o-transform: translateY(2px);
            color: #000;
        }