.carousel-wrapper {
    position: relative;
    padding: 0 25px 46px 25px;
    background: url(/seminar/img/bg-carousel.jpg) no-repeat 0 bottom;
}

.carousel-nav {
    position: absolute;
    top: 0;
    width: 15px;
    height: 135px;
/*    background-color: #4fc3ea;*/
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -10000px;
    cursor: pointer;
}

.carousel-prev {
    left: 0;
    background-image: url(/seminar/img/slide-prev02.png);
}
.carousel-next {
    right: 0;
    background-image: url(/seminar/img/slide-next02.png);
}

.carousel-theme {
    height: 135px;
}

.carousel-theme a {
    display: block;
    width: 166px;
    height: 135px;
    background-color: #eee;
/*
    width: 158px;
    padding: 3px;
    border: 1px solid #cbcbcb;
*/
}