.slider-format {
	height: 230px;
	width: 600px;
}

.imagen {
	height: 254px;
	width: 639px;
	display: none;
}
#gk_imageslider {
	overflow: hidden;
}


	
#gk_imageslider_player {
	background: #313131;
	height: 16px;
	width: 530px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

#gk_is_flex_content {

}

#gk_is_flex_content img {
	float: left;
}

/* Buttons */

#gk_player_buttons {
	float: right;
	margin-right: 6px;
}

#gk_player_buttons a {
	margin: 0 4px;
	color: #BFBFBF;
}

#gk_player_buttons a:hover {
	color: #fff;
}

a#previous_button, a#next_button, a#play_button, a#pause_button {
	width: 7px;
	height: 7px;
	display: block;
	float: left;
	margin-top: 4px;
}

a.pagination-button {
	float: left;
	font-size: 10px;
}

a#previous_button {
	background-image: url(../images/previous_button.gif);
	background-repeat: no-repeat;
}

a#next_button {
	background-image: url(../images/next_button.gif);
	background-repeat: no-repeat;
}

a#play_button {
	background-image: url(../images/play_button.gif);
	background-repeat: no-repeat;
}

a#pause_button {
	background-image: url(../images/pause_button.gif);
	background-repeat: no-repeat;
}

a:hover#previous_button {
	background-image: url(../images/previous_button-h.gif);
	background-repeat: no-repeat;
}

a:hover#next_button {
	background-image: url(../images/next_button-h.gif);
	background-repeat: no-repeat;
}

a:hover#play_button {
	background-image: url(../images/play_button-h.gif);
	background-repeat: no-repeat;
}

a:hover#pause_button {
	background-image: url(../images/pause_button-h.gif);
	background-repeat: no-repeat;
}

/* Loader */

#small_loader_block {
	width: 16px;
	height: 16px;
	float: left;
	margin-left: 6px;
}

#small_loader {
	width: 16px;
	height: 16px;
	float: left;
	background-image: url('images/loader_mini.gif');
	display: none;
}
