/*=======================/* SLIDESHOW
---------------------------------------------*/
.cycle-slideshow img{
	width:100%;
	z-index: 9;
}
.cycle-pager { 
  text-align:center; width: 100%; z-index: 999; position: absolute; bottom: 5px; overflow: hidden; 
}
.cycle-pager span { 
    font-family: arial; font-size: 50px; width: 16px; height: 16px; 
     color: #0177C0; padding:3px; cursor: pointer; 
	text-align: center;
}
.cycle-pager span.cycle-pager-active { color: #fff;}
.cycle-pager > * { cursor: pointer;}
