/* Custom slideshow */
.r_slideshow-wrapper {
	position:relative;
	float:right;
	width: 1025px; 
	z-index:0;
	padding-top:0px;
	margin:10px 0 15px 5px;
}
.cycle-slideshow, .cycle-slideshow * { 
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
}
.cycle-slideshow { 
	width: 1025px;  
	margin: auto; 
	padding: 0; 
	height:390px;
}
.cycle-slideshow > div { 
    position: absolute; top: 0; left: 0;
    width: 1025px;height:390px; padding: 0; background-color: #222; display: block;
}
.cycle-slideshow > div > a > img, .cycle-slideshow > div > img { 
    width: 1025px;
    position: static;
    display: block;
}
.r_slideshow-wrapper .slide_arrow_prev {
	left:15px;
	/* rest of styling under .slide_arrow_prev */
}
.r_slideshow-wrapper .slide_arrow_next {
	right:15px;
	/* rest of styling under .slide_arrow_next */
}
.cycle-pager { 
    bottom:28px;
	right:28px;
	position:absolute;
	z-index:101;
}
.cycle-pager span {
    cursor: pointer;
    float: left;
    width: 7px;
    height: 7px;
    margin-right: 11px;
    background: #fff;
    text-indent: -9999px;
    border-radius: 50%;
}
.cycle-pager span:hover, .cycle-pager span.cycle-pager-active:hover { 
    background-position:0px -60px;
}
.cycle-pager span.cycle-pager-active { 
	background: #E06F3E;
}
.cycle-pager > * { 
	cursor: pointer;
}
