/*
# SP News Highlighter Module by JoomShaper.com
# --------------------------------------------
# Author    JoomShaper http://www.joomshaper.com
# Copyright (C) 2010 - 2012 JoomShaper.com. All Rights Reserved.
# License - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
# Websites: http://www.joomshaper.com
*/
.sp_news_higlighter{
	position:relative;
	border: 1px solid #CCC;
	left:15px;
	top:10px;
	bottom:5px;
	-moz-box-shadow: 0 0 1px #888;
	-webkit-box-shadow: 0 0 1px#888;
	box-shadow: 0 0 1px #888;
	background-color:#FFF; 		
}
.sp-nh-buttons{
	 float:right;
	 position:relative;
}

.sp-nh-item{
	overflow:hidden;
	position:relative;
}

.sp-nh-link:hover{
	color:#006633;
}

span.sp-nh-text{
	margin:0 0 0 5px;
	color:#FFF; /* remove this from display */
}

span.sp-nh-title{
	margin-left:5px;
	margin-right:5px;
	color:#666;
}
span.sp-nh-date{
	font-size:70%;
	font-style:italic;
	color:#060606;
}
.sp-nh-prev,.sp-nh-next{
	background-repeat:no-repeat;
	cursor:pointer;
	position:absolute;
	top:-10px;
	width:13px
}
.sp-nh-prev{
	background-position:0 50%;
	right:20px
}
.sp-nh-next {
	background-position:-26px 50%;
	right:5px
}
.sp-nh-prev:hover{
	background-position:-13px 50%
}
.sp-nh-next:hover{
	background-position:-39px 50%
}