.jmslideshow{
  position: relative;
}
.jmslideshow .cycle-next,
.jmslideshow .cycle-next:hover,
.jmslideshow .cycle-next:visited,
.jmslideshow .cycle-next:active,
.jmslideshow .cycle-next:focus{
    height: 60px;
    position: absolute;
    width: 60px;
    z-index: 99999;
    text-indent: -999px;
    overflow: hidden;
    cursor: pointer;
}
.jmslideshow .cycle-prev,
.jmslideshow .cycle-prev:hover,
.jmslideshow .cycle-prev:visited,
.jmslideshow .cycle-prev:active,
.jmslideshow .cycle-prev:focus{
    height: 60px;
    position: absolute;
    width: 60px;
    z-index: 99999;
    text-indent: -999px;
    overflow: hidden;
    cursor: pointer;
}
.jmslideshow .slideshow-content{ 
    position: absolute;
    z-index: 600;  width: 100%;
	width: 100%;
    height: 100%;
    top: 220px;
    left: 0;
    margin: auto;
    text-align: center;
}
@media (max-width: 900px){
.jmslideshow .slideshow-content{top: 100px !IMPORTANT;}
}
.jmslideshow .slideshow-content p{
  margin-top:-4px;
  line-height: 1.4em !important;
}
.jmslideshow .slideshow-content a{
	background-color: #f5bd6e;
	font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 800;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.0em;
    border-color: #ffd69c;
    border-width: 5px;
    border-radius: 0px;
    color: #4a536e;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 40px;
    padding-right: 40px;
	text-decoration: none;
}

.jmslideshow .slideshow-content div:first-child{
  font-weight:bold;
}
.jmslideshow .slideshow-content h3{
	font-family: "Arial", sans-serif;
    font-size: 49px;
    line-height: 1.3;
    font-weight: 700;
    font-style: normal;
    color: #38384d;
} 
/*Pager*/
.jmslideshow .cycle-pager{
  position: absolute;
  z-index: 999;
}
.jmslideshow .cycle-pager span{
  background-image: url("../images/control_button.png");
  background-repeat: repeat;
  background-position: 92px 132px;
  color: transparent;
  display: block;
  float: left;
  height: 15px;
  margin-right: 5px;
  text-indent: -999px;
  width: 15px;
  cursor: pointer;
}
.jmslideshow .cycle-pager span.cycle-pager-active{
  background-position: 64px 132px;
}
.jmslideshow .pager-number span{
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  float: left;
  height: 15px;
  margin-right: 5px;
  padding: 3px;
  text-align: center;
  text-indent: 0;
  width: 15px;
}
.jmslideshow .pager-number span a{
  color: #fff;
  text-decoration: none;
}
.jmslideshow .pager-number span.cycle-pager-active{
  background: rgba(127,0,12,0.8);
}
.jmslideshow .pager-thumbnail span{
  background: none;
  width: 50px;
  height: 30px
  
}
.jmslideshow .pager-thumbnail span{
    text-indent: 0;
} 
div.jmslide-item {
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}