.topholder{
    padding: 45px 0 0 0;

}

.topholder h2{
    display: block;
    font-size: 20px;
    text-align: center;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

.topinfo{
    font-size: 14px;
    color: #131c48;
    display: block;
    text-align: center;

}

.hovertopwhite{
    width: 170px;
    height: 345px;
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%);
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%);
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
    position: absolute;
    right: 0;
    z-index: 100;

}

.blockitemstop_cuises{
    width: 1725px;
    white-space: nowrap;
    min-height: 345px;
    white-space: nowrap;
    height: 345px;
    display: block;
    position: relative;
}

.top_cruise_item{
    width: 315px;
    height: 345px;
    background-color: #fff;
    position: relative;
    display: block;
    margin: 0 10px 0 0;
    float: left;
}

.top_cruise_item .shipname{
    position: absolute;
    display: block;
    top: 15px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 0;
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: rgb(19, 28, 72) 1px 1px 2px;
}

.top_cruise_item .bgimg{
    width: 315px;
    height: 225px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    display: block;
}

.top_cruise_item .logo{
    position: absolute;
    top:60px;
    width: 142px;
    height: 54px;
    border-radius: 28px;
    background: rgba(255, 255, 255, .8);
    text-align: center;
    left: 50%;
    margin: 0 0 0 -73px;
    z-index: 2;

}

.top_cruise_item .logo img{
    width: 110px;
    margin: 13px 0 0 0;
}

.top_cruise_item .bg_top{
    background: url("../img/bg.png") no-repeat center center transparent;
    position: absolute;
    bottom: 0px;
    width: 315px;
    height: 156px;
    z-index: 3;
}

.top_cruise_item .bg_top .price_top{
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background: #2bc083;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    position: absolute;
    left:90px;
    margin: -49px 0 0 0;
    padding: 15px 0 0 0;
    text-align: center;

}

.top_cruise_item .bg_top .price_top i{
    font-style: normal;
    font-size: 18px;
    line-height: 15px;
    display: block;
    margin: 4px 0 0 0;

}

.top_cruise_item .bg_top .dates {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: #fbbb1a;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    left:180px;
    margin: -48px 0 0 0;
    text-align: center;
    padding: 28px 0 0 0;
}

.top_cruise_item .bg_top .dates i{
    font-style: normal;
    font-size: 18px;
}

.top_cruise_item .bg_top .iteration{
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    height: 48px;
    overflow: hidden;
    margin: 40px 0 10px 0;
    display: block;
    padding: 0 11px 0 17px;
    width: 315px;
    white-space: normal;


}

.top_cruise_item .bg_top .iteration b{
    display: block;
    font-size: 16px;
    font-style: normal;
}

.top_cruise_item .bg_top em{
    display: block;
    font-style: normal;
    font-size: 12px;
    color: #131c48;
    width: 124px;
    height: 38px;
    line-height: 40px;
    margin: auto;
    text-transform: uppercase;
    background: #fbbb1a;
    text-align: center;
}

#top_cuises{
    height: 390px;
    width: 100%;
    overflow: auto;
    position: relative;
    white-space: nowrap;
    text-align: left;
    margin: 0 0 50px 0;

}

.scrollgeneric {
    line-height: 1px;
    font-size: 1px;
    position: absolute;
    top: 0; left: 0;
}

.vscrollerbase {
    width: 6px;
    background: #EFF1F9;
}
.vscrollerbar {
    background-color:#2b6fc0;
    border-radius: 6px;
}
.vscrollerbar {
    width: 6px;
    background: #ffde8b;
    border: 1px solid #fbbb1a;
    border-radius: 6px;
}

.hscrollerbase {
    height: 18px;
    background: url("../img/bgscroll.png") repeat-x;
    border-radius: 6px;
}

.hscrollerbar {
    background-color:#2b6fc0;
    border-radius: 6px;
    height: 18px;
    z-index: 20;


}

.scrollerjogbox {
    width: 10px;
    height: 10px;
    top: auto; left: auto;
    bottom: 0px; right: 0px;
    background: transparent;
}


@media (max-width: 481px) {
    .hovertopwhite{
        display: none;
    }

    .top_cruise_item {

        margin: 0 10px;
    }

}