#slideshow {
	width:100%;
	background-color: #eee; z-index:0;
	display: flex;
    flex-direction: column;
}
#slideshow ul {
	margin: 0;
	padding: 0;
	list-style-type: none;height:301px;
}
#slideshow ul:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
/* ---------------------------------------------------- */
/* SLIDESHOW > SLIDES
/* ---------------------------------------------------- */
#slideshow .slides {
	overflow: hidden;
	z-index:0;
    display: flex;
    flex-direction: column;
}
#slideshow .slides ul {
	display: flex;
	flex-direction: column;
}
#slideshow .slides li {

	float: left;
	padding: 0px;
}
#slideshow .slides h2 {
	margin-top: 0;
}
/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {
	background-color: #cccccc;
	position: relative;
	z-index:0;
	height:45px;
}
#slideshow .slides-nav li {
	float: left;
	color:#fff;
	/* width:128.4px; */
	width:107px;
}
*:first-child+html #slideshow .slides-nav li {
	float: left;
	color:#fff; width:107px
}
#slideshow .slides-nav li a {
	display: block;
	outline: none;
	color:#fff;
	text-align:center;
	text-decoration: none;
	font-size:12px;
	letter-spacing:0px;
	height:45px;
	line-height:45px;
}
.js #slideshow .slides-nav li.on, .js #slideshow .slides-nav li.on a {
	color:#fff;
	position:relative;
	top:0px;
	height:45px;
	text-align:center;
	text-decoration: none;
	font-size:12px;
/* 	background-image: url(../_img/main/main_tab_on.png); */
	background-repeat: repeat-x;
	background-position: center top;
	letter-spacing:-1px;
	background-color: #000;
}
.js #slideshow .slides-nav li.on a {
	position: relative;
	top: 0px;
}
