
.ejay {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.ejay-slide {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}

.ejay-active {
    z-index: 1;
}


.ejay-nav {
    z-index: 2;
    position: absolute;
    cursor: pointer;
}

.ejay-nav:hover {
    opacity: 0.7;
}

.ejay-next {
    width: 35px;
    height: 59px;
    right: 10px;
    background: url(images/slider-arrows.png) no-repeat -53px 0;
}

.ejay-prev {
    width: 35px;
    height: 59px;
    left: 10px;
    background: url(images/slider-arrows.png) no-repeat 0 0;
}

.ejay-choose-nav :after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.ejay-choose-nav {
    z-index: 10;
}

.ejay-choose-nav div {
    cursor: pointer;
    width: 10px;
    height: 10px;
    margin-right: 15px;
    float: left;
    background-color: #999999;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
   position: relative;
}

.ejay-choose-nav-active {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-color: #6a1010;
    width: 10px;
    height: 10px;
    position: absolute;
    top:0;
    left:0;
}