.jmslideshow{
  position: relative;
}
.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 scroll 98% 134% transparent;
  height: 49px;
  opacity: 0.6;
  position: absolute;
  right: 30px;
  top: 45%;
  width: 47px;
  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{
  background: url("../images/control_button.png") repeat scroll 152% 134% transparent;
  height: 49px;
  left: 30px;
  opacity: 0.6;
  position: absolute;
  top: 45%;
  width: 47px;
  z-index: 99999;
  text-indent: -999px;
  overflow: hidden;
  cursor: pointer;
}
.jmslideshow .slideshow-content{ 
  font-family: tahoma, arial;
  position: absolute; width: 542px; z-index: 600;
 color: #fff; 
  border-radius:5px;
width:321px!important;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}
.jmslideshow .slideshow-content p{
  margin-top:-4px;
  line-height: 1em !important;
}
.jmslideshow .slideshow-content a{

}
.jmslideshow .slideshow-content div:first-child{
  font-weight:bold;
}
/*Pager*/
.jmslideshow .cycle-pager{
  position: absolute;
  z-index: 999;
}
.jmslideshow .cycle-pager span{

  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{

}
.jmslideshow .pager-number span{

  color: #000000;
  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: #000000;
  text-decoration: none;

}
.jmslideshow .pager-number span.cycle-pager-active{

}
.jmslideshow .pager-thumbnail span{
  background: none;
  width: 50px;
  height: 30px
  
}
.jmslideshow .pager-thumbnail span{
    text-indent: 0;
} 
div.jmslide-item {
	height: 100%;
	width: 100%;

	position: absolute;
	top: 0;
	left: 0;
}