.cycle{
    height:210px;
    width:310px;
    float:left;
    overflow:hidden;
}

#navslide{
    height: 12px;
    float: right;
    margin: -18px 5px 0 0;
    z-index: 10;
    position: relative;
    right: 20px;
    bottom: 40px;
}

#navslide a{
    margin: 0 3px;
    width:20px;
    height:20px;
    background: #f76647;
    font-size:0px;
    float: left;
    border-radius:15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

#navslide a.activeSlide,
#navslide a:hover {
    background: #ea3f37;
}
