#gk_imageslider {
	overflow: hidden;
}
	
#gk_imageslider_player {
	background: #313131;
	height: 16px;
	padding: 5px 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: url('images/previous_button.gif') no-repeat;
}

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

a#play_button {
	background: url('http://ascoc.allstarsprint.com/modules/mod_gk_imageslider/images/play_button.gif') no-repeat;
}

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

a:hover#previous_button {
	background: url('http://ascoc.allstarsprint.com/modules/mod_gk_imageslider/images/previous_button-h.gif') no-repeat;
}

a:hover#next_button {
	background: url('http://ascoc.allstarsprint.com/modules/mod_gk_imageslider/images/next_button-h.gif') no-repeat;
}

a:hover#play_button {
	background: url('http://ascoc.allstarsprint.com/modules/mod_gk_imageslider/images/play_button-h.gif') no-repeat;
}

a:hover#pause_button {
	background: url('http://ascoc.allstarsprint.com/modules/mod_gk_imageslider/images/pause_button-h.gif') 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('http://ascoc.allstarsprint.com/modules/mod_gk_imageslider/images/loader_mini.gif');
	display: none;
}