.sp_news_higlighter {
	position: relative;
}
.sp-nh-buttons {
	float: right;
	margin-right: 0px;
	margin-top: 8px;
}
.sp-nh-item {
	overflow: hidden;
	position: relative;
	padding-left:5px;
	padding-top: 0px;
	color: white;
}

@media screen and (min-width: 1024px) {
	.sp-nh-item {
		font-size:1.2rem;
	}
}

/*
span.sp-nh-date { 
	font-size: 80%;
	font-style: italic;
}
*/
span.sp-nh-text {
	margin: 0 6px 0 0;
}
span.sp-nh-text, .sp-nh-prev, .sp-nh-next {
	display: block;
	float: left;
}

.sp-nh-prev, .sp-nh-next{
	color: white;
	background-repeat: no-repeat;
	cursor: pointer;
	width: 13px;
	margin: 0 2px;
}
/*
.sp-nh-prev {
	background-position: 0 50%;
}
.sp-nh-next {
	background-position: -26px 50%;
}
.sp-nh-prev:hover { 
	background-position: -13px 50%;
}
.sp-nh-next:hover {
	background-position: -39px 50%;
}
*/
/*
.sp-nh-buttons, .sp-nh-item, .sp-nh-prev, .sp-nh-next {
	height:30px;
	line-height:30px;
}
*/
