@charset "utf-8";

.gallery {
    overflow: hidden;
}
.gallery .gallery_top {
    border: 1px solid #E5E5E5;
    height: 436px;
    overflow: hidden;
    padding: 8px;
    position: relative;
    width: 732px;
}
.gallery .gallery_top ul {
    position: relative;
}
.gallery .gallery_top ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.gallery .gallery_top ul li {
    float: left;
    height: 435px;
    margin-right: 8px;
    width: 732px;
}
.gallery .gallery_top ul li img {
    height: 100%;
    width: 100%;
}
.gallery .gallery_bottom {
    margin-top: 50px;
    position: relative;
}
.gallery .gallery_bottom > div {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 504px;
}
.gallery .gallery_bottom div ul {
    position: relative;
}
.gallery .gallery_bottom div ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.gallery .gallery_bottom div ul li {
    background: url("../Images/common/bg_thumb.gif") no-repeat scroll left top rgba(0, 0, 0, 0);
    float: left;
    height: 49px;
    margin-right: 3px;
    width: 69px;
}
.gallery .gallery_bottom div ul li a {
    display: block;
    height: 100%;
    width: 100%;
}
.gallery .gallery_bottom div ul li img {
    height: 49px;
    width: 69px;
}
.gallery .gallery_bottom div ul li.current {
    border: 3px solid #C3102E;
    height: 43px;
    width: 63px;
}
.gallery .gallery_bottom div ul li.current img {
    height: 43px;
    width: 63px;
}
.gallery .gallery_bottom a {
    background: url("../Images/common/gallery_arrow.gif") no-repeat scroll left top rgba(0, 0, 0, 0);
    display: block;
    height: 18px;
    width: 11px;
}
.gallery .gallery_bottom a span {
    color: #FFFFFF;
    font-size: 0;
    position: absolute;
    text-indent: -9999px;
    top: -9999px;
}
.gallery .gallery_bottom a.prev {
    background-position: left bottom;
    left: 94px;
    position: absolute;
    top: 15px;
}
.gallery .gallery_bottom a.prev.disabled-gallery.disabled-gallery {
    background-position: left top;
    cursor: default;
}
.gallery .gallery_bottom a.next {
    background-position: right bottom;
    position: absolute;
    right: 94px;
    top: 15px;
}
.gallery .gallery_bottom a.next.disabled-gallery {
    background-position: right top;
    cursor: default;
}

.gallery ul, ol {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}