

.wrap_pivotJs{
	position: relative;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 200px;

}

.wrap_pivotJs ul{
	overflow: hidden;
	position:absolute;
	left: 0;
	top: 0;
	list-style: none;
}

.wrap_pivotJs ul li{
	float: left;
	background-size:95% 95%;
	background-position:"center";
}


.wrap_pivotJs ul li img{
	float: left;
	width: 98%;
	height: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}


@media screen and (max-width: 600px){
	.wrap_pivotJs{
		height: 80px;
		margin-top: 3px;
		margin-bottom: 3px;
	}
	
}