p { margin:5px; padding:0px; font-family:Tahoma;}


/* Image Show */
.gk_is_preloader { background: #fff url('../images/loader.gif') no-repeat center center; }
.gk_is_text_bg { opacity:0.7; filter:alpha(opacity=70); -moz-opacity:0.7; background:#fff; }
.gk_is_pagination li { background:transparent url('../images/is_bullet.png') no-repeat 0 top; }
.gk_is_pagination .active { background:transparent url('../images/is_bullet.png') no-repeat 0 bottom; }


.slide_title {
	font-size:16px;
	color:#09304d;
	font-weight:bold;
}
.slide_title a {
	font-size:16px;
	margin:0px;
	color:#09304d;
	font-weight:bold;
	text-decoration:none;
}
.slide_title a:hover {
	font-size:16px;
	color:#09304d;
	font-weight:bold;
	text-decoration:underline;
}

.gk_news_highlighter{
	font-size:11px!important;
}
.gk_news_highlighter_interface{
	color:#dbdbdb;
	
	font-weight:bold;
}
.gk_news_highlighter_interface span.text{
	padding:0 0 0 21px!important;
}
.gk_news_highlighter_wrapper,
.gk_news_highlighter_wrapper a{
	color:#969696;
}
.gk_news_highlighter_wrapper a:hover{
	color:#fff;
}
.gk_news_highlighter_item{
	padding:0!important;
}

/* Image Show
---------------------------------------------------------------*/
.gk_is_wrapper{
	position:relative;
	overflow:hidden;
}
.gk_is_preloader{
	position:absolute;
	z-index:999;
	width:100%;
	height:100%;
}
.gk_is_thumbs{
	position:absolute;
	z-index:998;
	overflow:hidden;
}
.gk_is_slide{
	position:absolute;
	left:0;

}
.gk_is_text{
	position:absolute;
	z-index:997;
	left:10px;
	padding:10px;
	font-size:24px;
	margin-right:10px;
}
.gk_is_text h4{
	font-weight:bold;
}
.gk_is_text_bg{
	position:absolute;
	z-index:996;
}
.gk_is_text p{
	font-size:11px;
}
.gk_is_text_data{
	display:none;
}
.gk_is_pagination{
	list-style-type:none!important;
	position:absolute;
	z-index:998;
}
.gk_is_pagination li{
	float:left;
	text-indent:-999em;
	width:14px;
	height:13px;
	margin-right:7px;
	cursor:pointer;
}
.gk_is_thumbs .arrow{
	width:13px;
	height:9px;
	position:relative;
	top:-1px;
	left:8px;
}