.jv-slideshow {
}
.slideframe {
	overflow: hidden;
	position: relative;
	background: #a9c46d;
}
.slidediscription {
	padding: 10px;
	display: block;
	position: absolute;
	bottom: 10px;
	height: 70px;
	color: #4f4f4f;
	background: url(../images/des.png);
	text-align: right;
}
.slidetitle {
	padding: 10px;
	display: block;
	position: absolute;
	bottom: 90px;
	color: #000;
	text-align: right;
	font-size: 35px;
	line-height: 40px;
}
.prev {
	position: absolute;
	top: 0;
	left: 0;
	width: 22px;
	display: block;
	z-index: 80;
	cursor: pointer;
}
.next {
	position: absolute;
	top: 0;
	right: 0;
	width: 22px;
	display: block;
	z-index: 80;
	cursor: pointer;
}
.prev:hover,
.prev:focus,
.prev:active {
}
.next:hover,
.next:focus,
.next:active {
}
.prev span,
.next span {
	width: 22px;
	height: 198px;
	display: block;
	text-indent: -999em;
}
.prev span {
	background: url(button_left.png) no-repeat;
}
.next span {
	background: url(button_right.png) no-repeat ;
}
