@charset "UTF-8";
/* CSS Document */
.swiper-container{
    text-align: center;
    max-width: 95%;
    height: auto;
    margin-bottom: 50px;
}
.swiper-slide img{
    max-width: 90%;
    height: auto;
}
.prettyprint{
    border: none;
    background: #fafafa;
    color: #697d86;
}
.swiper-pagination-bullet-active {
    background: #111;
}
.swiper-button-prev{
    background-image: none;
    display: block;
    width: 20px;
    height: 20px;
    padding: 10px 10px 10px 10px;
    border-top: solid 2px #111;
    border-right: solid 2px #111;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    opacity: 0.25;
}
.swiper-button-next{
    background-image: none;
    display: block;
    width: 20px;
    height: 20px;
    padding: 10px 10px 10px 10px;
    border-top: solid 2px #111;
    border-right: solid 2px #111;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0.25;
}
/*ImageCaption*/
.swiperCaption{
    text-align: left;
    position: absolute;
    right:0;
    width: 180px;
    /*background-color: #FF0;*/
}
.swiperCaption p{
    font-size: 12px;
    font-style: italic;
}

