.jv-jvtitleflash {
	margin: 0px;
	padding: 0px;
	position: relative;
}
.jv-jvtitleflash .sliderwrapper {
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	height: 34px !important;
	width: 80%; /*width of featured content slider*/
	float: left;
}
.jv-jvtitleflash .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%; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 34px;
}
.jv-jvtitleflash .sliderwrapper .contentdiv {
	/*filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);*/
}
.jv-jvtitleflash .sliderwrapper .contentdiv span {
	color: #DBAAAA;
	font-size: 80%;
}
.jv-jvtitleflash .sliderwrapper .contentdiv span.cattitle {
	font-weight: bold;
	text-decoration: underline;
}
.jv-titleflash-pagination {
	margin: 0px;
	padding: 6px;
	text-align: right;
	float: left;
	background: none;
}
.jv-titleflash-pagination li {
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	overflow: hidden;
	background: none;
}
.jv-titleflash-pagination span.title {
	font-family: Arial;
	font-size: 80%;
}
.jv-titleflash-pagination a {
	margin: 5px 0 0 5px;
	padding: 0;
	width: 17px;
	height: 9px;
	line-height: 9px;
	text-align: center;
	float: left;
	display: block;
}
.jv-titleflash-time {
	font-size: 70% !important;
	font-style: italic;
	color: #c28080 !important;
}
.jv-titleflash-pagination a.next,
.jv-titleflash-pagination a.next:active {
	background: url(../images/jvtitleflash-pagination-next.png) no-repeat top left;
}
.jv-titleflash-pagination a.next:hover,
.jv-titleflash-pagination a.next:focus{
	background: url(../images/jvtitleflash-pagination-next.png) no-repeat bottom left;
}
.jv-titleflash-pagination a.prev,
.jv-titleflash-pagination a.prev:active{
	background: url(../images/jvtitleflash-pagination-prev.png) no-repeat top left;
}
.jv-titleflash-pagination a.prev:hover,
.jv-titleflash-pagination a.prev:focus {
	background: url(../images/jvtitleflash-pagination-prev.png) no-repeat bottom left;
}
