.clearfix-tabs{
	clear: both;
}

/** sliderin sisältö */
.gk_tab_item_space{
	padding: 0px;
}

/** koko sliderin sisältö */
div.gk_tab-style4 {
	position: relative;
	/** tähän tulisi leveys, jolla rajataan koko slider-moduuli */
}

div.gk_tab_wrap-style4 {
	margin: 0 auto;
}

div.gk_tabmenu-style4 {
	overflow:hidden;
}

/** valikko - piilotettu */
ul.gk_tab_ul-style4 {
	list-style-type: none;
	margin: 0 0 0 5px;
	padding: 0;
	background: url('../../images/horizontal/style4/bg_ul-r.png') no-repeat 100% 0;
	width: 100%;
	height: 27px;
	display: none;
}

ul.gk_tab_ul-style4 li {
	background: none;
	float: left;
	cursor: pointer;
	margin: 0 3px 0 0;
	position: relative;
	padding: 0;
	padding-top: 7px;
}

ul.gk_tab_ul-style4 li span {
	display: block;
	height: 13px;
	line-height: 13px;
	padding: 0 10px;
	font-size: 10px;
	color: #666;
	text-transform:uppercase;
	border-right: 1px solid #d0d0d0;
}

ul.gk_tab_ul-style4 li.active span {
	color: #aa2207;
}


/** ikkuna, josta slider näkyy */
div.gk_tab_container0-style4 {
	clear: both;
}

div.gk_tab_container1-style4 {
	overflow: hidden;
}

div.gk_tab_container2-style4 {
	display: block;
	overflow: hidden;
}

div.gk_tab_item-style4 {
	float: left;
	overflow: hidden;
	padding: 0px;
}


/** edellinen ja seuraava -napit */
div.gk_tab_button_next-style4,
div.gk_tab_button_prev-style4 {
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #ffffff;
	position: absolute;
	right: 0;
	z-index: 100;
	width: 99px;
	height: 21px;
	line-height: 21px;
	display: block;
	cursor: pointer;
	text-align: center;
	bottom: 0;
}

div.gk_tab_button_prev-style4 {
	left: 0;
	right:inherit;
}

div.gk_tab_button_next-style4:hover {
}

div.gk_tab_button_prev-style4:hover {
}