#cyclist-wrapper {
width: 850px;
height: 400px;
margin-bottom: 25px;
position: relative;
z-index:1;
}


@media screen and (max-width: 667px){
   #cyclist-wrapper {
   width: 100%;
   height: 270px;
}

#cyclist-nav {
    top: 210px!important;
}
}

#cyclist-nav {
    position: absolute;
    right: 10px;
    top: 363px;
    z-index: 10;
}

#cyclist-navimg {
float:right;
}

#cyclist-wrapper .feature{

}

#cyclist h2 {
border-bottom:none;
}

.featureimage {
float:right; 
padding: 0px; 
margin: 0px; 
}

.featureimage img {
   border-radius: 6px;
}

#cyclist-nav a.num,
#cyclist-nav a.pause {
display:inline-block;
width:30px;
height:29px;
border:1px solid #006599;
text-align:center;
text-decoration:none;
}

#cyclist-nav a.num {
margin-top:-5px !important; 
background:#DBD5B8;
width:27px;
height:27px;
}

#cyclist-navimg img{
border:1px solid #ccc;
padding:0px;
margin-bottom:4px;
}

#cyclist-navimg .navactive img {
border-color: #000;
}

#cyclist {
margin-bottom:1em;
}

ul#nav {
list-style-type:none;
list-style-image:none;
margin-left:0;
}


ul#nav, ul#nav li {
	display: inline;
	}

.navimg img {
border:2px solid #fff;
padding:2px;
}

.activeSlide img {
border:2px solid #666 !important;
}


#nav a { border: 1px solid #ccc; background: #fff; text-decoration: none; margin: 0 5px; padding: 1px 4px;  }
#nav a.activeSlide { background: #E9EFA8 }
#nav a:focus { outline: none; }