/*=======================/* SLIDESHOW
---------------------------------------------*/
.cycle-slideshow {width:80%; margin: 0 auto; text-align:center; }
.cycle-slideshow img{
	width:100%; margin: 0 auto; display:inline-block; text-align:center;
}
.cycle-pager { 
  text-align:right; width: 100%; z-index: 500; position: absolute; bottom: 5px; right:40px; overflow: hidden;
}
.cycle-pager span { 
    font-family: arial; font-size: 50px; width: 16px; height: 16px; 
     color: #ed1c24; padding:3px; cursor: pointer; 
}
.cycle-pager span.cycle-pager-active { color: #000;}
.cycle-pager > * { cursor: pointer;}
