.Section #liquid1 .previous {
	height: 192px;
	width: 46px;
	background-image: url(../image/index_body/arrow_left.png);
	float: left;
	margin: 0;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-color: #F7F7F7;
	border-radius: 10px 1px 1px 10px;
}
.Section #liquid1 .next {
	height: 192px;
	width: 46px;
	background-image: url(../image/index_body/arrow_right.png);
	float: right;
	margin: 0;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-color: #F7F7F7;
	border-radius: 1px 10px 10px 1px;
}
.liquid ul li {
	width:190px;
	margin:0;
}
.container-fluid .Section #liquid1 {
	width: 98%;
	margin-top: 1em;
	margin-right: auto;
	margin-left: auto;
}

.Section #liquid1 .previous.mymouse:hover {
	cursor: pointer;
}
.Section #liquid1 .next.mymouse:hover {
	cursor: pointer;
}
.Section #liquid1 .wrapper {
	height: 150px;
}

@media (max-width:375px){

.Section #liquid1 .next.mymouse.co-xs-1 {
	margin-top: 25%;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 25%;
}
.wrapper ul li {
	margin-left: 23px;
	margin-right: 23px;
}
.Section #liquid1 .wrapper {
	width: 100%;
	max-width: 254px;
}



	
}

@media (min-width:414px){

.Section #liquid1 .next.mymouse.co-xs-1 {
	/*margin-top: 25%;*/
	margin-left: 45px;
	margin-right: 5px;
	margin-bottom: 25%;
	}}

@media (max-width:414px){

.wrapper ul li {
	margin-left: 23px;
	margin-right: 23px;
}
.Section #liquid1 .wrapper {
	width: 100%;
	max-width: 254px;
}



	
}


@media (max-width:480px){
	
	.Section #liquid1 .previous {
	
	background-image: url(../image/index_body/arrow_left.png);
	background-size: cover;
    height: 31px;
	width: 20px;
	float: left;
	margin:25% 3%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	
}
.Section #liquid1 .next {
	background-image: url(../image/index_body/arrow_right.png);
	background-size: cover;
    height: 31px;
	width: 20px;
	float: left;
	margin:25% 3%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	
}
	
	
	
	
}


@media (min-width:768px){
	.Section #liquid1 .next {
	height: 192px;
	width: 46px;
	background-image: url(../image/index_body/arrow_right.png);
	float: right;
	margin-left:-1px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-color: #F7F7F7;
	border-radius: 1px 10px 10px 1px;
}
	
}

@media (max-width:320px){
.Section #liquid1 .previous.mymouse {
	margin-top: 25%;
	margin-bottom: 25%;
	margin-left: 0px;
	margin-right: 0px;
}
.wrapper ul li {
	margin-left: 0px;
	margin-right: 0px;
}


}
