.wideslider {
	width: 100%;
	min-width: 1210px;
	height: 640px;
	text-align: left;
	position: relative;
	overflow: hidden;
	background:333;
	/*background:url(slider_bg.gif) no-repeat center top;*/
	border-top:#D3D3D3 solid 1px;
	margin-bottom:5px;
}
.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}
.wideslider ul li {
	margin-top:15px;
}
.wideslider ul li img{
	padding-right:10px;
}
.wideslider ul li a:hover img{
	opacity:0.8;filter:alpha(opacity=80);-ms-filter: "alpha( opacity=80 )";
}
.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;
}
.slider_prev, .slider_next {
	top: 0;
	0overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.slider_prev {
	display:none;
	background: url(https://www.k-products.jp/common/images/base-parts/prev.jpg) no-repeat right center;
}
.slider_next {
	display:none;
	background: url(https://www.k-products.jp/common/images/base-parts/next.jpg) no-repeat left center;
}
.pagination {
	bottom: -8px;
	left: 0;
	width: 100%;
	height: 30px;
	text-align: center;
	position: absolute;
	z-index: 200;
}
.pagination a {
	margin: 0 10px;
	width: 30px;
	height: 15px;
	display: inline-block;
	overflow: hidden;
}
.pagination a.pn1 {
	width: 15px;
	height: 10px;
	background:url(https://www.k-products.jp/common/images/base-parts/selecter.png) no-repeat;
}
.pagination a.pn2 {
	width: 15px;
	height: 10px;
	background:url(https://www.k-products.jp/common/images/base-parts/selecter.png) no-repeat;
}
.pagination a.pn3 {
	width: 15px;
	height: 10px;
	background:url(https://www.k-products.jp/common/images/base-parts/selecter.png) no-repeat;
}
.pagination a.pn4 {
	width: 15px;
	height: 10px;
	background:url(https://www.k-products.jp/common/images/base-parts/selecter.png) no-repeat;
}
.pagination a.pn5 {
	width: 15px;
	height: 10px;
	background:url(https://www.k-products.jp/common/images/base-parts/selecter.png) no-repeat;
}
.pagination a.active {
	background-position:0 -10px !important;
}

/* =======================================
	ClearFixElements
======================================= */

.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
.wideslider ul {
	display: inline-block;
	overflow: hidden;
}