@charset "utf-8";

/* CSS Document */

.frame {
    background: #FFF;
    height: auto;
    padding: 0;
    position: relative;
}

.showcase-button-wrapper {
    height: 29px;
    left: 470px;
    padding-left: 15px;
    padding-top: 12px;
    position: absolute;
    top: 400px;
    width: 100px;
}

.showcase-button-wrapper span {
    background-color: #ccc;
    border: 1px solid #666;
    cursor: pointer;
    display: inline-block;
    height: 11px;
    margin-right: 5px;
    text-indent: -99999px;
    width: 11px;
}

.showcase-button-wrapper span.active,
.showcase-button-wrapper span:hover {
    background-color: #600;
}

.showcase-arrow-next {
    background-position: right top;
    height: 27px;
    right: 20px;
    width: 27px;
    z-index: 2000;
}

.showcase-arrow-previous {
    background-position: left top;
    height: 27px;
    left: 20px;
    width: 27px;
    z-index: 2000;
}

.showcase-arrow-previous {
    background: transparent url(../image/slideShowIcon/arrows.png);
    cursor: pointer;
    height: 27px;
    transition: all 200ms ease-in;
    position: absolute;
    top: 200px;
    width: 27px;
}

.showcase-arrow-next {
    background: transparent url(../image/slideShowIcon/arrows.png) -30px;
    cursor: pointer;
    height: 27px;
    transition: all 200ms ease-in;
    position: absolute;
    top: 200px;
    width: 27px;
}

#bottomImage {
    background: url(../image/slideShowIcon/shadow.png) no-repeat;
    bottom: -76px;
    height: 98px;
    position: absolute;
    width: 1000px;
}

.showcase-content img {
    width: 100%;
}

.container {
    margin: 0 auto;
}