

.sliderbox {
    position: relative;
    overflow: hidden;
    height: 620px;
    width: 100%;
}

    .sliderbox img {
        height: 620px;
        width: 100%;
    }

.arrows {
    background: url("/DesktopModules/HeaderSlider/images/arrows.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    position: absolute;
    z-index: 60;
    height: 28px;
    top: 50%;
    width: 18px;
    margin-top: -14px;
}

.arrows-prev {
     left:20px;
}

.arrows-next {
    background-position: -18px 0;
     right: 20px;
}

.bullet-wrap {
    right: 490px;
    padding: 0 0 5px;
    position: absolute;
    top: 500px;
    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;
}
