
@charset "utf-8";
.nav-pager {
    display: none;
    position: absolute;
    width: 810px;
}
#primary {
    margin: 0 auto !important;
    width: 810px;
}
#slideshowContainer {
    overflow: hidden;
    position: relative;
    width: 810px;
}
.cycle-slideshow div.nonfirst {
    display: none;
}
.cycle-prev {
    height: 46px;
    left: 5px;
    overflow: hidden;
    position: absolute;
    top: -300px;
    width: 42px;
    z-index: 999;
}
.cycle-prev > div, .cycle-next > div {
    background-image: url("/images/carousel/arrow-sprite-home-carousel.png");
    background-repeat: no-repeat;
    cursor: pointer;
    height: 47px;
    position: absolute;
    width: 46px;
}
.cycle-prev > div {
    right: -1px;
}
.cycle-next > div {
    background-position: -54px 0;
    right: -1px;
}
.cycle-prev > div:hover {
    background-position: 0 -50px;
}
.cycle-next > div:hover {
    background-position: -54px -50px;
}
.cycle-next {
    height: 56px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    top: -300px;
    width: 42px;
    z-index: 999;
}
.cycle-pager {
    bottom: 8px;
    height: 30px;
    background: url("/images/pixel.gif") 0 0 repeat;
    left: 711px;
    overflow: hidden;
    position: absolute;
    text-align: right;
    z-index: 500;
}
.cycle-pager a {
    color: #ddd;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-size: 0px;
    height: 6px;
    margin-right: 9px;
    margin-top: -5px;
    width: 6px;
    text-decoration: none;
    border:2px solid #fff;
    border-radius: 50%;
}

.cycle-pager a.activeSlide {
    background-color: #007db9;
}
