a { outline: none; }

/* home page banner - LEFT */
.ns-slider {
    width: 460px !important;
    height: 305px !important;
    position: relative;
}

.ns-slider img {
    position: absolute;
    top: 0px;
    left: 0px;
}

.ns-slider a.nivo-imageLink {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height:100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none;
}

.ns-slider .nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
}

.ns-slider .nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
}

.ns-slider .nivo-caption {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #000;
    color: #fff;
    opacity: 0.8;   /* Overridden by captionOpacity setting */
    width: 100%;
    z-index: 8;
    display: none !important;
}

.ns-slider .nivo-caption p {
    padding: 5px;
    margin: 0;
    overflow: hidden;
    height: 70px !important;
}

.ns-slider .nivo-caption a {
    display: inline !important;
}

.ns-slider .nivo-caption > p > a.view-details-link { display: block !important; border: 0px solid red; text-decoration: none; width: 590px; height: 65px; padding: 0; margin: 0 0 -10px 0; }


.ns-slider .nivo-html-caption {
    display: none;
}

.ns-slider .nivo-directionNav a {
    position: absolute;
    top: 45%;
    z-index: 9;
    cursor: pointer;
}

.ns-slider .nivo-prevNav {
    left: 0px;
}

.ns-slider .nivo-nextNav {
    right: 0px;
}

.ns-slider .nivo-controlNav img { display: inline; position: relative; border: 3px solid black; box-shadow: 0px 0px 5px black; }
.ns-slider .nivo-controlNav img:hover { border: 3px solid #999999; }
.ns-slider .nivo-controlNav a.active img { border: 3px solid white; }

.ns-slider .nivo-controlNav a {
    z-index: 9;
    cursor: pointer;
    display: block;
    width: 58px;
    height: 41px;
    border: 0;
    margin-right: 0px;
    float: left;
    cursor: pointer;
    margin-right: 5px;
}

.ns-slider .nivo-controlNav a.active {
    /* font-weight: bold; */
    background-position: 0 -21px;
}

.ns-slider .nivo-controlNav {
    position: absolute;
    bottom: -54px;
    margin-left: 44px;
    width: 378px;
    height: 41px;
}

/* ========== */
/* home page banner - RIGHT */
.ns-right-slider {
    width: 245px !important;
    height: 335px !important;
    position: relative;
}

.ns-right-slider img {
    position: absolute;
    top: 0px;
    left: 0px;
}

.ns-right-slider a.nivo-imageLink {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height:100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none;
}

.ns-right-slider .nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
}

.ns-right-slider .nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
}

.ns-right-slider .nivo-caption {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #000;
    color: #fff;
    opacity: 0.8;   /* Overridden by captionOpacity setting */
    width: 100%;
    z-index: 8;
    display: none !important;
}

.ns-right-slider .nivo-caption p {
    padding: 5px;
    margin: 0;
    overflow: hidden;
    height: 70px !important;
}

.ns-right-slider .nivo-caption a {
    display: inline !important;
}

.ns-right-slider .nivo-caption > p > a.view-details-link { display: block !important; border: 0px solid red; text-decoration: none; width: 590px; height: 65px; padding: 0; margin: 0 0 -10px 0; }


.ns-right-slider .nivo-html-caption {
    display: none;
}

.ns-right-slider .nivo-directionNav a {
    position: absolute;
    top: 45%;
    z-index: 9;
    cursor: pointer;
}

.ns-right-slider .nivo-prevNav {
    left: 0px;
}

.ns-right-slider .nivo-nextNav {
    right: 0px;
}

.ns-right-slider .nivo-controlNav img { display: inline; position: relative; border: 3px solid black; box-shadow: 0px 0px 5px black; }
.ns-right-slider .nivo-controlNav img:hover { border: 3px solid #999999; }
.ns-right-slider .nivo-controlNav a.active img { border: 3px solid white; }

.ns-right-slider .nivo-controlNav a {
    z-index: 9;
    cursor: pointer;
    display: block;
    width: 22px;
    height: 22px;
    border: 0;
    margin-right: 0px;
    float: left;
    cursor: pointer;
    text-indent: -9999px;
    font-size: 0;
    overflow: hidden;
    background: url('../images/bullets.png') 0 0 no-repeat;
}

.ns-right-slider .nivo-controlNav a.active {
    background-position: 0 -22px;
}

.ns-right-slider .nivo-controlNav {
    position: absolute;
    bottom: -31px;
    width: 66px;
    height: 22px;
    margin-left: 89px;
}