.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: 1;
	position: absolute;
	right: 30px;
	top: 36%;
	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:36%;
	width: 47px;
	z-index: 99999;
	text-indent: -999px;
	overflow: hidden;
	cursor: pointer;
}
.jmslideshow {
	position: relative;
}
.slideshow-content {
	font-family: tahoma, arial;
	position: absolute;
	width: 542px;
	z-index: 600;
	background: white;
	color: black;
	padding: 3px 10px 0px 10px;
	opacity: .5;
	border-radius:5px;
}
.slideshow-content p {
	margin-top:-4px;
	line-height: 1.4em !important;
}
.slideshow-content a {
	color:green;
}
.slideshow-content div:first-child {
	font-weight:bold;
}
/*Pager*/
.cycle-pager {
	position: absolute;
	z-index: 999;
}
.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;
}
.cycle-pager span.cycle-pager-active {
	background-position: 64px 132px;
}
.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;
}
.pager-number span a {
	color: #fff;
	text-decoration: none;
}
.pager-number span.cycle-pager-active {
	background: rgba(127,0,12,0.8);
}
