:focus {
	outline: 0;
}

.gk_news_highlighter{
	border-top: 0px solid #E9E9A1;
	border-bottom: 0px solid #E9E9A1;
	font-family: Verdana, Arial;
	font-size: 11px;
	font-style: italic;
	color: #666;
	text-decoration:none;
	
	
}


#news-highlight-1{
	width: 715px;
	height: 25px;
	clear: both;
}

#news-highlight-1 .gk_news_highlighter_wrapper{
	float: left;
	width: 715px;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	position: relative;
	text-decoration:none;
}

#news-highlight-1 .gk_news_highlighter_item{
	width: auto;
	height: 25px;
	padding-left: 20px;
	position: absolute;
	display: none;
  
}

#news-highlight-1 .nowrap{
	white-space: nowrap;
    
}

#news-highlight-1 .gk_news_highlighter_title{
	
	padding-left: 5px;
    color:#fff;
    text-decoration:none;
    font-family: Verdana, Geneva, sans-serif;
    font-size:11,5px;
	margin-left:60px;
}

#news-highlight-1 .gk_news_highlighter_desc{
	font-size: 10px;
	padding-right: 5px;
    text-decoration:none;
}

#news-highlight-1 .gk_news_highlighter_interface{
	float: left;
	width: 80px;
	height: 25px;
	text-align: right;
	line-height: 25px;
	z-index: 1000;        
    
}
#news-highlight-1 .gk_news_highlighter_interface .text{
	float: left;
	display: block;
	width: auto;
	padding-left: 5px;
    color: #ccc;
	font-size:18px;
	font-weight:200;
	font-stretch:ultra-expanded;
    letter-spacing:4px;
    font-family:Tahoma, Geneva, sans-serif;
}

.gk_news_highlighter_interface .prev{
	cursor: pointer;
	width: 7px;
	height: 25px;
	display: block;
	background: url('../images/prev.png') no-repeat 0 50%;
	float: right;       
}

.gk_news_highlighter_interface .next{
	cursor: pointer;
	width: 4px;
	height: 25px;
	display: block;
	background: url('../images/next.png') no-repeat 0 50%;
	float: right;
        margin-right: 2px;
}