/*.jv-slide .contentmod  {overflow:visible;}*/
#jv-hotnews {
	position: relative;
	display: block;
	height: 36px;
	position: relative;
    font-size: 1em;
	font-family:Arial, Helvetica, sans-serif;
}

#jv-hotnews .hidden {
	display: none;
}

#jv-hotnews .jv-hotnews-title {
	color: #aaa;
	float:left;
	height: 36px;
	text-align: left;
	line-height: 36px;
}

#jv-hotnews .right-hl {
	width: 5px;
	height: 36px;
	position: absolute;
	top: 0;
	right: -5px;
}

#jv-hotnews .jv-hotnews-items {
	overflow: hidden;
	height: 36px;
	position: relative;
	line-height: 36px;
	left:8px;
	font-weight:bold;
}

#jv-hotnews .jv-hotnews-items .item {
	position: absolute;
	top: 0;
	left: 0;
}

#jv-hotnews .jv-hotnews-items .item a {
	margin: 0;
	padding: 1px;
	text-transform: capitalize;
	color:#fff;
	background: none !important;
}

#jv-hotnews .jv-hotnews-items .loader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -16px 0 0 -16px;
}

#jv-hotnews .jv-hotnews-arrows {
	position: absolute;
	top: 17px;
	right: 0;
	visibility: hidden;
	z-index: 999;
	opacity: 1 !important;
	visibility: inherit;
	height: 20px;
	width: 50px;
}

#jv-hotnews .jv-hotnews-arrows a {
	float: left;
	list-style: none;
	padding: 0;
	color: #000;
	margin: 0 !important;
	font-size: 0;
}

#jv-hotnews .jv-hotnews-arrows .prev {
	background: url(../images/prev.png) left center no-repeat;
	width: 15px;
	height: 8px;
}

#jv-hotnews .jv-hotnews-arrows .next {
	background: url(../images/next.png) right center no-repeat;
	width: 15px;
	height: 8px;
}

#jv-hotnews .jv-hotnews-arrows .pause {
	background: url(../images/pause.png) no-repeat top center;
	width: 10px;
	height: 8px;
	margin: 0 3px !important;
}