body div#outside div.cycle-slideshow div.cycle-slide.cycle-slide-active{position:relative !important;}

.cycle-slideshow, .cycle-slideshow * {
    box-sizing: border-box;
	overflow: hidden;
}
.cycle-slideshow {
    margin: 0 auto;
	max-width: 1920px;
	min-width: 230px;	
    padding: 0;
    position: relative;
	
}

.cycle-slideshow img:first-child {
    position: static;
    z-index: 100;
}
.cycle-pager {
   xx overflow: hidden;
    position:relative;
    text-align: center;
    width: 100%;
    z-index: 500;
}
.cycle-pager span {
    color: #DDDDDD;
    cursor: pointer;
    display: inline-block;
    font-family: 'pf_din_text_cond_prothin', sans-serif;
    font-size: 50px;
    width: 16px;line-height:30px
}
.cycle-pager span.cycle-pager-active {
    color: #D69746;
}
.cycle-pager > * {
    cursor: pointer;
}
.cycle-caption {
    bottom: 15px;
    color: #FFFFFF;
    position: absolute;
    right: 15px;
    z-index: 700;
}
.cycle-overlay {
    background: none repeat scroll 0 0 #000000;
    bottom: 0;
    color: #FFFFFF;
	font-family: 'pf_din_text_cond_prothin', sans-serif;
    opacity: 0.6;
    padding: 15px;
	margin: 315px 0 0 0 !important;
    position: absolute;
    width: 100%;
    z-index: 600;
}

#cycle-overlay-position{
	width:960px;
	margin: 0 auto;
}

.cycle-prev, .cycle-next {
    cursor: pointer;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 40%;
    z-index: 800;
}
.cycle-prev {
    background: url(images/left.png) no-repeat scroll 5% 50% rgba(0, 0, 0, 0);
    left: 0;
}
.cycle-next {
    background: url(images/right.png) no-repeat scroll 95% 50% rgba(0, 0, 0, 0);
    right: 0;
}
.cycle-prev:hover, .cycle-next:hover {
    opacity: 0.7;
}
.disabled {
    opacity: 0.5;
}
.cycle-paused:after {
    background: none repeat scroll 0 0 #000000;
    border-radius: 10px;
    color: #FFFFFF;
    content: "Paused";
    opacity: 0.5;
    padding: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 500;
}
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
.cycle-slideshow {
    width: 200px;
}
.cycle-overlay {
    padding: 4px;
}
.cycle-caption {
    bottom: 4px;
    right: 4px;
}
}

.cycle_img{
cursor:pointer;
}

#outside{position:relative;}
/*#outside .cycle-slide img{width:100%;}*/
#outside .prevControl{
    background: url(images/left.png) no-repeat scroll 5% 55% rgba(0, 0, 0, 0);
    left: 0px;
}
#outside  .nextControl{
    background: url(images/right.png) no-repeat scroll 95% 55% rgba(0, 0, 0, 0);
    right: 0px;
}

#outside .prevControl,#outside  .nextControl {
    cursor: pointer;top:0px;
    height: 90%;
   opacity: 0;
   position: absolute;
    width:40%;
    z-index: 500;text-indent:-9999px
}
#outside .prevControl:hover,#outside  .nextControl:hover {opacity: 0.7;}

.cycle-overlay h1{margin:5px 0px 5px 0px; font-size:2.2em; font-family: 'pf_din_text_cond_prothin', sans-serif;}



