/*=======================/* SLIDESHOW
---------------------------------------------*/
.cycle-slideshow img{
	width:100%;
}
.bg-white .cycle-slideshow{
    background: #000;
}
.cycle-slideshow.slideshow-short{
	height: 450px;
	overflow: hidden;
	position: relative;
}
.cycle-slideshow.slideshow-short img{
	position: absolute;
	top: 50% !important;
	transform: translateY(-50%);
}
.cycle-pager { 
  text-align:right; width: 100%; z-index: 300; position: absolute; bottom: 5px; right:40px; overflow: hidden;
}
.cycle-pager span { 
    font-family: arial; font-size: 50px; width: 16px; height: 16px; 
     color: #fff; opacity: 1; padding:3px; cursor: pointer; 
}
.cycle-pager span.cycle-pager-active { color: #ca2017; opacity: 1;}
.cycle-pager > * { cursor: pointer;}
