#main-carousel {
    position: relative;
}
.carousel {
    position: relative;
    background: url(../images/carousel/bg.png) -50px 90px;
    background-repeat: no-repeat;
    margin: 0px;
    margin-bottom: 25px;
    padding: 0px;
    -moz-user-select: none;
    -webkit-user-select: none;
    margin: auto;
}

.carousel .carousel-item {
    position: absolute;
    cursor: pointer;
}

.carousel .out {

}

.carousel .over { /* border:#DDD 2px solid;
    -moz-box-shadow: 0px 0px 10px #000;
    -webkit-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=130, Color='#000000')";*/

}

.carousel .click { /* border:#DDD 2px solid;
    -moz-box-shadow: 0px 0px 10px #000;
    -webkit-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=130, Color='#000000')";*/

}

.carousel .select { /* border:#DDD 2px solid;
    -moz-box-shadow: 0px 0px 10px #000;
    -webkit-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=130, Color='#000000')";*/

}

.carousel .tooltip {
    background: url(../images/carousel/tool-tip.png);
    position: absolute;
    z-index: 9999;
}

.carousel .tooltip p {
    color: #eeeeee;
    padding: 15px;
    margin: 0px;
}

.carousel .scrollbar {
    width: 1000px;
    margin-left: -20px;
    position: absolute;
    margin-top: 90px;
    left: 0 !important;
}

.carousel .scrollbar .track {
    background-image: url(../images/carousel/track.png);
    width: 940px;
    height: 15px;
    position: absolute;
    left: 27px;
}

.carousel .scrollbar .thumb {
    background-image: url(../images/carousel/thumb.png);
    width: 74px;
    height: 23px;
    top: -4px;
    position: absolute;
    cursor: pointer;
}

.carousel .scrollbar .left {
    left: 10px;
    background-image: url(../images/carousel/left.png);
    width: 7px;
    height: 15px;
    position: absolute;
    cursor: pointer;
}

.carousel .scrollbar .right {
    right: 10px;
    background-image: url(../images/carousel/right.png);
    width: 7px;
    height: 15px;
    position: absolute;
    cursor: pointer;
}

/*.item-title {
        position: absolute;
        width: 320px;
        height: 173px;
        background-image: url(../images/carousel/label.png);
        top: 453px;
        display: none;
        z-index: 199;
}*/

.item-title {
    position: absolute;
    width: 232px;
    height: 53px;
    background-image: url(../images/carousel/carousel-title.png);
    top: 203px;
    left: 220px;
    display: none;
    z-index: 190;
    padding: 9px 60px 0px 40px;
}

.item-title .title{
    font-size: 17px;
    font-style: italic;
    color: #fbf6f7;
}

#carousel-container {
    margin-bottom: 50px;
}