.j-slides{
	position:absolute;
	top:25px;	
	left:0px; 
	width:960px; 
	height:450px; 
	background-color:rgba(32,32,32,0.25);
	cursor:grab;
	}
.j-thumbs {
	width:800px;
	height:65px;
	position: absolute;
	Left:0px;
	top:475px;
	background-color:rgba(32,32,32,0.5);
} /*container*/
.j-thumbs .p {
	width: 100px;
	height: 56px;
	position: absolute;
	top: 0;
	left: 0;
	background-color:#000;
	text-align:center;
} /*object normal*/
.j-thumbs .i {
	height: 54px;
	filter: alpha(opacity=100);
	opacity: 1;
} /*image normal*/
.j-thumbs .pav .i, .j-thumbs .p:hover .i{ 
	filter: alpha(opacity=100);
	opacity: 1;
} /*image active, hover*/
.j-thumbs .o {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 96px;
	height: 52px;
	box-sizing: content-box;
	border: 2px solid #000;
	transition: border-color .6s;
	-moz-transition: border-color .6s;
	-webkit-transition: border-color .6s;
	-o-transition: border-color .6s;*/
	cursor: pointer;
} /*outline normal*/
.j-thumbs .pav .o {
	border: 2px solid;
	border-color: #0ff;
} /*outline active*/
.j-thumbs .p:hover .o {
	border-color: #fff;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
} /*outline hover, transition effects*/
.j-thumbs .p.pdn .o {
	border-color:#09f;
} /*outline mouse down*/
* html .j-thumbs .o {
	width /**/: 96px;
	height /**/: 52px;
} /*outline normal for ie quirks mode adjust */
.j-arrow-l, .j-arrow-r {
	display: block;
	position: absolute;
	width: 20px;
	height: 56px;
	background: url(../arrows.png) center center no-repeat;
	overflow: hidden;
	cursor: pointer;
}
.j-arrow-l { background-position: -10px -31px; }
.j-arrow-r { background-position: -90px -31px; }
.j-arrow-l:hover { background-position: -130px -31px; }
.j-arrow-r:hover { background-position: -210px -31px; }
.j-arrow-l.j-arrow-ldn { background-position: -250px -31px; }
.j-arrow-r.j-arrow-rdn { background-position: -330px -31px; }
@media (max-width: 991px) {
	#jssor-slider{height:860px;}
	.j-slides{
		position:absolute; 
		top:150px;
	}
	.j-thumbs {
		width: 960px;
		height: 130px;
		position: absolute;
		Left:0px;
		top:600px;
	}
	.j-thumbs .p {
		width: 123px;
		height: 70px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.j-thumbs .i {
		height: 67px;
		filter: alpha(opacity=100);
		opacity: 1;
	}
	.j-thumbs .o {
		width: 118px;
		height: 65px;
	}
	#r2{top:730px;}
}
