* {
padding:0;
margin:0;
}

body {
font-family: sans-serif;
}

img {
width:100%;
}

.cycle-slideshow {
width:100%;
display:block;
position:relative;
margin: 0 auto;
}

.cycle-prev, .cycle-next {
font-size:200%;
color:#fff;
display:block;
position:absolute;
top:50%;
margin-top:-16px;
z-index:9999;
cursor:pointer;
}

.cycle-prev {
left:4%;
}

.cycle-next {
right:4%;
}

.cycle-pager {
width:100%;
text-align: center;
display: inline-block;
position: absolute;
bottom:0%;
margin-bottom:1.4%;
z-index:9999;
cursor:pointer;
}

.cycle-pager span {
text-indent: 100%;
white-space: nowrap;
width:12px;
height:12px;
display: inline-block;
/*border: 1px solid #fff;*/
background: #555555;
border-radius: 50%;
margin: 0 10px;
overflow:hidden;
}

.cycle-pager .cycle-pager-active {
background:#ff7b3a;
}

@media only screen and (min-width: 200px) and (max-width: 479px) {
.cycle-pager {
margin-bottom:-1.5%;
}

}

@media only screen and (min-width: 480px) and (max-width: 767px){
.cycle-pager {
margin-bottom:-0.5%;
}
}

