/* content-slider */

.slider1_container {
	position: relative;
	margin: 0 auto 50px;
	top: 0px;
	left: 0px;
	width: 980px;
	height: 400px;
	background: #fff;
}
.cs_slides {
	cursor: move;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 980px;
	height: 400px;
	overflow: hidden;
}
.cs_slides_txtarea_left {
	position: absolute;
	width: 500px;
	height: 300px;
	top: 50px;
	left: 50px;
	text-align: center;
}
.cs_slides_txtarea_right {
	position: absolute;
	width: 500px;
	height: 300px;
	top: 50px;
	right: 50px;
	text-align: center;
}
.cs_slides_txt1 {
	display: block;
	line-height: 4rem;
	text-transform: uppercase;
	font-size: 4rem;
	color: #333;
}
.cs_slides_txt2 {
	display: block;
	line-height: 3rem;
	font-size: 2rem;
	color: #333;
}
.cs_slides_txt3 {
	display: block;
	line-height: 2rem;
	font-size: 1.5rem;
	color: #333;
}
.cs_slides_imgarea_left {
	display: inline-block;
	position: absolute;
	top: 10px;
	left: 50px;
	width: 400px;
	height: 300px;
}
.cs_slides_imgarea_right {
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 50px;
	width: 400px;
	height: 300px;
}
.jssora07l, .jssora07r {
	display: block;
	position: absolute;
	/* size of arrow element */
	width: 50px;
	height: 50px;
	cursor: pointer;
	background: url(../images/products/content-slide/arrow.png) no-repeat;
	overflow: hidden;
}
.jssora07l {
	background-position: -5px -35px;
	top: 0 !important;
	bottom: 0;
	margin: auto;
	left: 0;
}
.jssora07r {
	background-position: -65px -35px;
	top: 0 !important;
	bottom: 0;
	margin: auto;
	right: 0;
}
.jssora07l:hover {
	background-position: -125px -35px;
}
.jssora07r:hover {
	background-position: -185px -35px;
}
.jssort04 {
	position: absolute;
	/* size of thumbnail navigator container */
	width: 980px;
	height: 60px;
	right: 0px;
	bottom: 0px;
}
.thumbnail {
	bottom: 20px;
	left: 0;
	right: 0;
	margin: auto;
}
.jssort04 .p {
	position: absolute;
	top: 0;
	left: 0;
	width: 62px;
	height: 32px;
}
.jssort04 .t {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}
.jssort04 .w, .jssort04 .pav:hover .w {
	position: absolute;
	width: 60px;
	height: 30px;
	/*border: #bbb 1px solid;*/
	box-sizing: content-box;
}
.jssort04 .pdn .w, .jssort04 .pav .w {
	/*border-style: dashed;*/
}
.jssort04 .c {
	position: absolute;
	top: 0;
	left: 0;
	width: 62px;
	height: 32px;
	background-color: #555;
	filter: alpha(opacity=45);
	opacity: .45;
	transition: opacity .6s;
	-moz-transition: opacity .6s;
	-webkit-transition: opacity .6s;
	-o-transition: opacity .6s;
}
.jssort04 .p:hover .c, .jssort04 .pav .c {
	filter: alpha(opacity=0);
	opacity: 0;
}
.jssort04 .p:hover .c {
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
}
