/* Cycle2 pager */

.cycle-pager {
    text-align: center; width: 100%; z-index: 500; position: absolute; bottom: 5px; overflow: hidden;
}
.cycle-pager span {
    font-family: arial; font-size: 30px; width: 16px; height: 16px;
    display: inline-block; color: #bbb; cursor: pointer;
}
.cycle-pager span.cycle-pager-active { color: #D69746;}
.cycle-pager > * { cursor: pointer;}

#slider_listing a {
	border-bottom: none;
}

/* This is to fix an issue where the Cycle2 slideshow was adding 10px to the slides when calculating
/*  the auto-height.  */
#slider_listing {
  margin-bottom: -10px;
}

/* end Cycle2 pager */
