.popular-gallery-items {
    margin-top: 30px;
}

.popular-gallery-items h2 {
    font-size: 18px;
    margin-bottom: 20px;
}

.gallery-item-outer {
    float:left;
    position:relative;
    width:194px;
    height:189px;
}

.gallery-item {
    display:block;
    position:relative;
    width:185px;
    height:180px;
    background-image:url(../images/index/gallery-item-bg.gif);
    text-decoration:none !important;
}

.gallery-item:hover {
    background-image:url(../images/index/gallery-item-select-bg.gif);
    cursor:pointer;
}

.gallery-created {
    position:relative;
    text-align:left;
    padding-top:11px;
    margin-left:10px;
    height:23px;
    font-size:11px;
    line-height: 12px;
}

.gallery-created .ymd {
    font-weight: bold;
    color: #ff9000;
    position: absolute;
    top: 10px;
    right: 10px;
}

.gallery-image-outer {
    position:relative;
    text-align:center;
    background-position: center;
    background-repeat: no-repeat;
    width:164px;
    height:100px;
    left:10px;
}

.gallery-title-outer {
    padding:10px 10px 0px;
    font-size:9pt;
}

.gallery-title {
    position:relative;
    line-height:1em;
    height:2.1em;
    overflow:hidden;
    word-break: break-all;
}

span.gallery-created,span.gallery-image-outer,span.gallery-title-outer,span.gallery-title {
    display:block;
}