div.gk_news_image_1_wrapper {
	overflow: hidden;
	border: none;
	position: relative;
	width: 700px;
	height: 300px;
	background-color: #;
}

.gk_news_image_1_slide{
	top: 15px;
	left: 195px;
	position: absolute;
	display: block;
} 

div.gk_news_image_1_wrapper h2 {
	margin-bottom: 15px;
}

div.gk_news_image_1_wrapper h2 a {
	font:normal 28px Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

div.gk_news_image_1_text_datas {
	display: none;
}

.gk_news_image_1_text_bg {
	padding-right: 10px;
	padding-left: 10px;
	width: 220px;
	height: 300px;
	position: absolute;
	left: 10px;
	background-color: #000000;
	opacity: 1;	
}

div.gk_news_image_1_text {
	padding: 10px;
	overflow: hidden;
	width: 210px;
	height: 290px;
	position: absolute;
	left: 10px;
	top: 0px;
}

a.gk_news_image_1_prev, a.gk_news_image_1_next, a.gk_news_image_1_play, a.gk_news_image_1_pause {
	background: transparent url('../zone/modules/mod_gk_news_image_1/images/buttons.png') no-repeat;
	display: block;
	float: left;
	width: 21px;
	height: 21px;
	margin-left: 2px;
}

a.gk_news_image_1_prev {
	background-position: -21px 0;
}

a.gk_news_image_1_play {
	background-position: -42px 0;
}

a.gk_news_image_1_pause {
	background-position: -63px 0;
}

a:hover.gk_news_image_1_next {
	background-position: 0 100%;
}

a:hover.gk_news_image_1_prev {
	background-position: -21px 100%;
}

a:hover.gk_news_image_1_play {
	background-position: -42px 100%;
}

a:hover.gk_news_image_1_pause {
	background-position: -63px 100%;
}

div.gk_news_image_1_tb_prev, div.gk_news_image_1_tb_next {
	background: #FFF;
}

div.gk_news_image_1_tb_prev {
	background: transparent url('../zone/modules/mod_gk_news_image_1/images/s_prev.png') no-repeat 0 50%;
	float: left;
	width: 20px;
	height: 92px;
}

div.gk_news_image_1_tb_next {
	background: transparent url('../zone/modules/mod_gk_news_image_1/images/s_next.png') no-repeat 100% 50%;
	float:left;
	width:20px;
	height: 92px;
}

div.gk_news_image_1_tb_prev:hover {
	background: transparent url('../zone/modules/mod_gk_news_image_1/images/s_prev-h.png') no-repeat 0 50%;
}

div.gk_news_image_1_tb_next:hover {
	background: transparent url('../zone/modules/mod_gk_news_image_1/images/s_next-h.png') no-repeat 100% 50%;
}

div.gk_news_image_1_tb {
	overflow: hidden;
	float: left;
	height: 92px;
	width: 180px;
}

div.gk_news_image_1_thumbnails {
	bottom: 100px;
	margin-left: 10px;
	width: 220px;
	height: 92px;
	position: absolute;
	left: 10px;
	top: 288px;
}

.gk_news_image_1_thumb{
	margin: 20px;
	border: 1px solid ;
	width: 100px;
	height: 50px;
	float: left;
	display:block;
}

.gk_news_image_1_tbo{
	width: 286px;
}

.gk_news_image_1_interface_buttons{
	position:absolute;
}

ul.gk_news_image_1_tick_buttons{
	position: absolute;
	list-style-type: none;
	top: 285px;
	left: 618px;
	margin: 0px;
	padding: 0px;
}

ul.gk_news_image_1_tick_buttons li{
	float: left;
	padding: 0px !important;
	margin-right: 3px; 
}

div.gk_news_image_1_preloader{
	position: absolute;
	width: 700px;
	height: 300px;
	background: url('../zone/modules/mod_gk_news_image_1/images/load.gif') no-repeat center center #000;
}