.jmslideshow{position: relative;min-height: 140px;}
.jmslide-item-inner{position: relative;min-height: 140px;}
.jmslideshow .cycle-next,
.jmslideshow .cycle-next:hover,
.jmslideshow .cycle-next:visited,
.jmslideshow .cycle-next:active,
.jmslideshow .cycle-next:focus{
    background: url("../images/control_button.png") repeat 98% 134%;
    height: 49px;
    opacity: 0.6;
    position: absolute;
    right: 30px;
    top: 45%;
    width: 47px;
    z-index: 990;
    text-indent: -9999px;
    overflow: hidden;
}
.jmslideshow .cycle-prev,
.jmslideshow .cycle-prev:hover,
.jmslideshow .cycle-prev:visited,
.jmslideshow .cycle-prev:active,
.jmslideshow .cycle-prev:focus{
    background: url("../images/control_button.png") repeat 152% 134%;
    height: 49px;
    left: 30px;
    opacity: 0.6;
    position: absolute;
    top: 45%;
    width: 47px;
    z-index: 990;
    text-indent: -9999px;
    overflow: hidden;
}
.slideshow-content {
    background: url("../images/bg-tran.png") repeat left top;
    color: #DEDCD6;
    font-family: tahoma,arial;
    position: absolute;
    width: 542px;
    z-index: 600;
}
.slideshow-content-inner {
    padding: 15px;
    position: relative;
}
.slideshow-content p{
    margin-top:-4px;
    line-height: 1.4em !important;
    font-family:'open_sanslight';
    font-size:15px;
}
.slideshow-content a{
    color:green;
}
.slideshow-content div:first-child{
    font-weight:normal;
}

/*Pager*/
.cycle-pager{
    position: absolute;
    z-index: 999;
}
.cycle-pager span{
    background: url("../images/control_button.png") repeat 92px 132px;
    color: transparent;
    display: block;
    float: left;
    height: 15px;
    margin-right: 5px;
    text-indent: -999px;
    width: 15px;
    cursor: pointer;
}
.cycle-pager span.cycle-pager-active{
    background-position: 64px 132px;
}

@media (max-width: 767px) {
    .slideshow-content{
        display: none;
    }
}