#slider {
	position: relative;
	margin: 0 auto;
	top: 0px;
	left: 0px;
	width: 900px;
	height: 572px;
}
.slide-loading {
	position: absolute;
	top: 0px;
	left: 0px;
}
.slide-loading-blank {
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	width: 100%;
	height:100%;
}
.slide-loading-image {
	position: absolute;
	display: block;
	background: url(../images/loading.gif) no-repeat center center;
	top: 0px; left: 0px;
	width: 100%;
	height: 100%;
}
.slides {
	cursor: move;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 900px;
	height: 402px;
	overflow: hidden;
}
.slide-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 900px;
	height: 400px;
}

.slide-nav {
	position: absolute;
	z-index: 1000;
	width: 900px;
	height: 60px;
	top: 340px;
	left: 0px;
	box-sizing: border-box;
	background: rgb(0, 0, 0); /* IE Fallback (Solid Colour) */
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAIElEQVQ4T2NkYGDYDMRkA8ZRAxhGw4BhNAyA+WAYpAMAIFgLQfO9BoEAAAAASUVORK5CYII=);
	background: rgba(0, 0, 0, 0.7);
}
.jssora09l, .jssora09r, .jssora09ldn, .jssora09rdn {
	position: absolute;
	cursor: pointer;
	display: block;
	background: url(../images/a09.png) no-repeat;
	overflow:hidden;
	opacity: .4; filter:alpha(opacity=40);
}
.jssora09l { background-position: -5px -35px; }
.jssora09r { background-position: -65px -35px; }
.jssora09l:hover { background-position: -5px -35px; opacity: .8; filter:alpha(opacity=80); }
.jssora09r:hover { background-position: -65px -35px; opacity: .8; filter:alpha(opacity=80); }
.jssora09ldn { background-position: -5px -35px; opacity: .3; filter:alpha(opacity=30); }
.jssora09rdn { background-position: -65px -35px; opacity: .3; filter:alpha(opacity=30); }

thumbnailtemplate {
	width: 100%;
	height: 100%;
	border: none;
	position: absolute;
	top: 0;
	left: 0;
}
.jssort01 {
	position: absolute;
	width: 900px;
	height: 170px;
	top: 410px;
	left: 0px;
	overflow: hidden;
}
.jssort01 img {
	width: 150px;
	height: 150px;
}
.jssort01 .w {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
}
.jssort01 .c {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 150px;
	height: 150px;
	box-sizing: border-box;
	border: 1px solid #141414;
	text-align: center;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	transition: 0.3s ease;
}
.jssort01 .p {
	position: absolute;
	width: 152px;
	height: 152px;
	box-sizing: border-box;
	top: 0;
	left: 0;
	text-align: center;
}
.jssort01 .pav {
	width: 152px;
	height: 152px;
	box-sizing: border-box;
	border: 1px solid #FFF;
}
.jssort01 .p:hover .c, .jssort01 .pav:hover .c {
	top: 0px;
	left: 0px;
	width: 150px;
	height: 150px;
	border: 5px solid #77653F;
	text-align: center;
}

@media only screen and (max-width: 766px) {

}

@media only screen and (min-width: 767px) and (max-width: 999px) {

}

@media only screen and (min-width: 479px) and (max-width: 767px) {

}

@media only screen and (max-width: 479px) {

}