.jv-hotnews {
    margin: 0;
    padding: 0;
    position: absolute;
    width: 90%;
    top: 0;
}

.jv-hotnews .sliderwrapper {
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	height: 34px !important;
	width: 80%; /*width of featured content slider*/
	float: left;
}

.jv-hotnews .sliderwrapper .contentdiv {
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 5px 5px 5px 13px;
	background: none;
	width: 95%;
	height: 34px;
}

.jv-hotnews .sliderwrapper .contentdiv span {
    color: #FFF;
    font-size: 11px;
}

.jv-hotnews .sliderwrapper .contentdiv span.cattitle {
    font-weight: bold;
    text-decoration: underline;
}

.jv-titleflash-pagination {
    margin: 0px;
    padding: 8px 0 6px 4px;
    text-align: right;
    float: left;
    background: none;
}

.jv-titleflash-pagination li {
	padding: 0!important;
	float: left;
	overflow: hidden;
	background: none!important;
	list-style:none!important;
    border: none !important;
}

.jv-titleflash-pagination ul {
    list-style: none !important;
}

.jv-titleflash-pagination span.title {
    font-size: 11px;
}

.jv-titleflash-pagination a {
	margin: 2px 0 0 5px;
	padding: 0;
	width: 17px;
	height: 9px;
	line-height: 9px;
	text-align: center;
	float: left;
	display: block;
}

.jv-titleflash-time {
    font-size: 11px !important;
    font-style: italic;
    color: #FFF !important;
}

.jv-titleflash-pagination a.next,
.jv-titleflash-pagination a.next:active {
	background: url(../images/hotnews-pagination-next.png) no-repeat top left;
}

.jv-titleflash-pagination a.next:hover,
.jv-titleflash-pagination a.next:focus {
	background: url(../images/hotnews-pagination-next.png) no-repeat bottom left;
	list-style: none !important;
}

.jv-titleflash-pagination a.prev,
.jv-titleflash-pagination a.prev:active {
	background: url(../images/hotnews-pagination-prev.png) no-repeat top left;
}

.jv-titleflash-pagination a.prev:hover,
.jv-titleflash-pagination a.prev:focus {
	list-style: none !important;
	background: url(../images/hotnews-pagination-prev.png) no-repeat bottom left;
}