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

#navslide{
    height: 12px;
    float: left;
    margin: -18px 5px 0 0;
    z-index: 1000;
    position: relative;
    bottom: 15px;
    right: 30px;
}

#navslide a{
    margin: 0 3px;
    width:20px;
    height:20px;
    background: #fafafa;
    cursor: pointer;
    font-size:0px ;
    display: block;
    float: left;
    border-radius:10px;
}

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


@media only screen (max-width: 320px){

}