.slider-holder{
    margin-top:10px
}
.sliderbox {
    position: relative;
    overflow: hidden;   
    height: 320px;   
    border-radius: 10px;
    margin-top: 15px;
}

    .sliderbox img {
        width: 100%;
        height: 320px;
    }

.arrows {
    background: url("/DesktopModules/HeaderSlider/images/arrows.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    width: 40px;
    height: 50px;
    position: absolute;
    top: 50%;
    z-index: 60;
}

.arrows-prev {
    left: 20px;
}

.arrows-next {
    background-position: -40px 0;
    right: 20px;
}

.bullet-wrap {
    right: 645px;
    padding: 0 0 5px;
    position: absolute;
    top: 350px;
    display: none;
}

.bullet {
    background: url("/DesktopModules/HeaderSlider/images/bullet.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-size: 25px;
    margin: 0 2px;
    width: 21px;
    height: 21px;
}

    .bullet:hover {
        background-position: center right;
    }

.active-bullet {
    background-position: left top;
}

.hover-text {
    position: absolute;
    padding: 10px;
    top: 200px;
    left: -170px;
    color: #fff;
    text-align: justify;
    width: 150px;
    line-height: 20px;
    height: 270px;
    display: none;
    font: 500 28pt moharram;
}
