.ws_slides {
    overflow: hidden;
	margin-bottom:15px;
}
html,body {
    height:100%;
}


.cycle-prev,
.cycle-next {
	position: absolute; top: 0px;bottom: 0px; width: 30%; opacity: 0; filter: alpha(opacity=0); z-index: 800; height: 100%; cursor: pointer;
    color: #fff;
    font-size: 6vw;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: table;transition: opacity 0.8s ease 0s;
}

.cycle-prev:hover,
.cycle-next:hover {
    opacity: .9;
    filter: alpha(opacity=90);
}

.cycle-prev div,
.cycle-next div {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.cycle-prev {padding-left: 5%;left: 0px; text-align: left;}
.cycle-next {padding-right: 5%; right: 0px; text-align: right;}



.disabled { opacity: .5; filter:alpha(opacity=50); }

/* pager */
.cycle-pager {
    text-align: center;
    width: 100%;
    z-index: 500;
    position: absolute;
    top: 10px;
    overflow: hidden;z-index:802;
}
.cycle-pager div a { color: #fff }
.cycle-pager div {
    font-family: arial;
    font-size: 14px;
    width: 30px;
    height: 30px;
    display: inline-block;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.5);
    margin-left: 1px;
}
.cycle-pager div.cycle-pager-active { background-color: rgba(255, 255, 255, 0.5) }
.cycle-pager div.cycle-pager-active a { color: #000 }
.cycle-pager span {
    font-family: arial;
    font-size: 50px;
    width: 16px;
    height: 16px;
    display: inline-block;
    color: #ddd;
    cursor: pointer;
}
.cycle-pager span.cycle-pager-active { color: #D69746 }
.cycle-pager > * { cursor: pointer }
/* used bu flip plug in for smoother transitions */
.cycle-slideshow {
    -webkit-perspective: 1000;
    -webkit-transform-style: preserve-3d;
    -moz-perspective: 1000;
    -moz-transform-style: preserve-3d;
    -o-perspective: 1000;
    -o-transform-style: preserve-3d;
    perspective: 1000;
    transform-style: preserve-3d;
}
.cycle-slide { width: 100%;}

 /* caption */
 cycle-caption  {
    position: absolute;
    color: white;
    bottom: 15px;
    right: 15px;
    z-index: 700;
}
/* overlay */
.cycle-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 600;
    background: black;
    color: white;
    padding: 15px;
    opacity: .5;
}
.ws_extragallery {
    display: block;
    width: 100%;
    z-index: 801;
 /*    position: absolute;
    bottom: 0px; */
    background-color: #000;
    max-height: 80px;
    /* height: 80px; */
overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}    

.ws_extragallery .gallerythumb {
    background-size: cover;
    width: 80px;
    height: 80px;
    background-position: center;
   display: inline-block;
    background-repeat: no-repeat;
    cursor: pointer;
}

.cycle-caption {
    position: absolute;
    color: white;
    top: 15px;
    right: 15px;
    z-index: 700;
}