
@charset "utf-8";

.hp-promo-box {
    color: #FFFFFF;
    float: left;
    margin-right: 37px;
    width: 230px;
}
.hp-promo-box p {
    margin: 10px;
}
#hp-slideshow-box {
    float: left;
    height: 165px;
    position: relative;
    width: 426px;
}
.hp-slide-image {
    border-radius: 10px 10px 10px 10px;
    height: 130px;
}
.hp-slide-copy {

    left: 150px;
    position: absolute;
    width: 275px;
}



.hp-slide-copy .arrow-link {

    background-position: right center;
    background-repeat: no-repeat;
    font-weight: bold;
    padding-right: 8px;
    text-decoration: none;
}

#hp-slideshow-navigation {
    bottom: 0;
    left: 0;
    text-align: center;
    width: 180px;
}
#hp-slide-previous {

    background-position: left center;
    background-repeat: no-repeat;
    padding-right: 6px;
    text-decoration: none;
}
#hp-slide-previous:hover {

}
#hp-slide-next {

    background-position: right center;
    background-repeat: no-repeat;
    padding-left: 6px;
    text-decoration: none;
}
#hp-slide-next:hover {

}
#hp-slideshow-nav {
}
#hp-slideshow-nav a {
    font-size: 14px;
    margin: 0 6px;
    padding-bottom: 3px;
    text-decoration: none;
}
#hp-slideshow-nav a:hover {
    color: #A1ECFF;
}
#hp-slideshow-nav a.activeSlide {
    border-bottom: 2px solid #158686;
    color: #A1ECFF;
    display: inline-block;
    font-weight: bold;
}
#hp-slideshow-nav a:focus {
    color: #A1ECFF;
}
