@charset "utf-8";
.post-ogallery .entry-content {
    background: #eeeeee;
    color: #444444
}
a{
    color: #27D;
}
h2 {
    color: #333;
}
div.ogallery {
    width: 640px; /* ギャラリー部分の幅 = 画像の最大幅 */
    margin: 10px auto 0;
}
div.thumbs_wrap {
    width: 640px; /* サムネール部分の幅 = (サムネールの幅+6)*5+20*2 */
    height: 106px; /* サムネール部分の高さ = (サムネールの高さ+6) */
    margin: 0 auto;
}
div.thumbs_wrap2 {
    margin-bottom: 30px;
}

div.image-caption {
    font-size: 1.2em;
}
div.image-desc {
    line-height: 1.3em;
    padding-top: 12px;
    color: #555555;
}
#content div.image-desc p {
    margin-bottom: 10px;
}
#content div.slideshow {
    text-align: center;
}

div.slideshow-container {
    position: relative;
    clear: both;
    float: left;
    width: 640px;
    height: 430px;
}
div.loader {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(loader.gif);
    background-repeat: no-repeat;
    background-position: center;
}
div.slideshow span.image-wrapper {
    display: block;
    position: absolute;
    line-height: 0;
    top: 0;
    left: 0;
}

div.navigation a.pageLink {
    height: 100px;
    line-height: 100px;
}
div.navigation a.pageLink {
    display: block;
    position: relative;
    float: left;
    margin: 2px;
    width: 16px;
    background-position:center center;
    background-repeat:no-repeat;
}
div.navigation a.prev {
    background-image: url(prevPageArrow.gif);
}
div.navigation a.next {
    background-image: url(nextPageArrow.gif);
}
#content ul.thumbs {
    margin-bottom: 5px;
}
ul.thumbs {
    float: left;
    margin: 0;
}
ul.thumbs li {
    float: left;
    padding: 0;
    margin: 2px;
    list-style: none;
}
a.thumb {
    padding: 1px;
    display: block;
}
a.thumb:focus {
    outline: none;
}
ul.thumbs img {
    border: none;
    display: block;
}
div.slideshow img {
    border: 1px #999 solid;
}
ul.thumbs li a.thumb {
    background: #999;
}
ul.thumbs li.selected a.thumb {
    background: #000;
}
div.pagination a:hover {
    background-color: #111;
}
div.pagination span.current {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}
div.slideshow a.advance-link {
    line-height: 0px;
    text-align: center;
    text-decoration: none;
}
div.gallery_clear {
    clear: both;
}