.gk_headlines_mwrap{
	position:relative;
}

.gk_headlines_overlay{
	display:none;
	width:100%;
	height:100%;
	background:#fff url('loader.gif') no-repeat center center;
	position:absolute;
	z-index:1;
	top:0;
	left:0;
}

.gk_headlines_mwrap li {
	padding-left:0;
	background: none;
	line-height: 210%;
	border-bottom: 1px dotted #ddd;
}
.gk_headlines_mwrap li span {
	color: #666;
	min-width: 50px;
	margin-right:10px;
	font-style:italic;
	display:block;
	float:left;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.gk_headlines_mwrap li sub{
	font-size:0.8em;
	font-style:italic;
}
.gk_headlines_buttons {
	margin: 0 auto;
	padding:10px 0 0 0;
	width: 40px;
}
.gk_headlines_buttons a {
	display: block;
	float: left;
	width: 17px;
	height: 17px;
	text-indent: -10000px;
	background: url('interface_sprite.png') no-repeat 0 0;
	margin-right: 3px;
}
a:hover.gk_headlines_prev { background-position: -17px 0; }
a:hover.gk_headlines_next { background-position: -17px -17px; }
a.gk_headlines_next { background-position: 0 -17px; }