.jv-jvtitleflash {
	margin: 3px 0 0 5px;
	padding: 0px;
	width: auto;
	position: relative;
	overflow: hidden;
}

.jv-jvtitleflash .sliderwrapper {
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	height: 33px !important;
	line-height:33px;
	width: 75%; /*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: 0 5px 0 13px;
	background: none;
	width: 95%; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 15px;
}
.jv-jvtitleflash .sliderwrapper .contentdiv {
	/*filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);*/
}

.jv-jvtitleflash .sliderwrapper .contentdiv span {
}
.jv-jvtitleflash .sliderwrapper .contentdiv .toc {
	color: #c525a9;
}
.jv-jvtitleflash .sliderwrapper .contentdiv span.cattitle {
	/*color: #FFF;*/
	font-weight:bold;
}
.jv-jvtitleflash .sliderwrapper .contentdiv span.jv-titleflash-time {
	color:#a1a1a1;font-size:11px;
}
.jv-titleflash-pagination {
	margin: 0;
	padding: 0;
	text-align: right;
	float: left;
	background: none;
}
.jv-titleflash-pagination ul {
	margin: 0;
}
.jv-titleflash-pagination li {
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	background: none;
}
.jv-titleflash-pagination span.title {
	font-family: Arial;
	font-size: 128%;
}
.jv-titleflash-pagination a {
	margin: 5px 0 0 5px;
	padding: 0;
	width: 10px;
	height: 24px;
	text-align: center;
	float: left;
	display: block;
	font-size: 1px;
	line-height: 24px;
	text-indent: -999em;
}
.jv-titleflash-pagination a.next,
.jv-titleflash-pagination a.next:active {
	background: url(http://www.turkcede.org/modules/mod_jv_titleflash/assets/images/jvtitleflash-pagination-next.png) no-repeat left center;
}
.jv-titleflash-pagination a.next:hover,
.jv-titleflash-pagination a.next:focus{
	background: url(http://www.turkcede.org/modules/mod_jv_titleflash/assets/images/jvtitleflash-pagination-next.png) no-repeat left center;
}
.jv-titleflash-pagination a.prev,
.jv-titleflash-pagination a.prev:active{
	background: url(http://www.turkcede.org/modules/mod_jv_titleflash/assets/images/jvtitleflash-pagination-prev.png) no-repeat left center;
}
.jv-titleflash-pagination a.prev:hover,
.jv-titleflash-pagination a.prev:focus {
	background: url(http://www.turkcede.org/modules/mod_jv_titleflash/assets/images/jvtitleflash-pagination-prev.png) no-repeat left center;
}