a:hover
{
	text-decoration:none;
}

div.gk_news_image_wrapper {
	overflow: hidden;
	border: none;
	background:url('../images/bg_NoticiaHome.jpg') no-repeat top right;
}
div.gk_news_image_wrapper h3 {
/*	margin-bottom: 5px;*/
	top:-12px;
	*top:5px;
	width: 156px;
	position:absolute;
}
div.gk_news_image_wrapper h3 a {
	font:normal bold 14px Arial, Helvetica, sans-serif;
	text-decoration: none;
	overflow:hidden;
}
div.gk_news_image_text_datas {
	display: none;
}
.gk_news_image_text_bg {
	padding-right: 10px;
	padding-left: 10px;
}
div.gk_news_image_text {
	padding: 10px;
	overflow: hidden;
	z-index:1000;
}
a.gk_news_image_prev, a.gk_news_image_next, a.gk_news_image_play, a.gk_news_image_pause {
	background: transparent url('../images/buttons.png') no-repeat;
	display: block;
	float: left;
	width: 21px;
	height: 21px;
	margin-left: 2px;
}
a.gk_news_image_prev {
	background-position: -21px 0;
}
a.gk_news_image_play {
	background-position: -42px 0;
}
a.gk_news_image_pause {
	background-position: -63px 0;
}
a:hover.gk_news_image_next {
	background-position: 0 100%;
}
a:hover.gk_news_image_prev {
	background-position: -21px 100%;
}
a:hover.gk_news_image_play {
	background-position: -42px 100%;
}
a:hover.gk_news_image_pause {
	background-position: -63px 100%;
}
div.gk_news_image_tb_prev, div.gk_news_image_tb_next {
	background: #FFF;
}
div.gk_news_image_tb_prev {
	background: transparent url('../images/s_prev.png') no-repeat 0 50%;
}
div.gk_news_image_tb_next {
	background: transparent url('../images/s_next.png') no-repeat 100% 50%;
}
div.gk_news_image_tb_prev:hover {
	background: transparent url('../images/s_prev-h.png') no-repeat 0 50%;
}
div.gk_news_image_tb_next:hover {
	background: transparent url('../images/s_next-h.png') no-repeat 100% 50%;
}
div.gk_news_image_tb {
	overflow: hidden;
}
div.gk_news_image_thumbnails {
	bottom: 100px;
	margin-left: 10px;
}
