.newprice{width:100%; position:relative;}
.kit {
    width: 220px;
    position: absolute;
    right: 450px;
    bottom: 55px;
    cursor: pointer;
}

.kit2 {
    width: 220px;
    position: absolute;
    right: 250px;
    bottom: 55px;
    cursor: pointer;
}
.gallary-con{width:900px; height:500px; margin:0 auto; border:1px solid gray; overflow:hidden; position:relative;}
.gallary-inner{height:500px; position:absolute; top:0px; left:0px;}
.gallery-item{width:900px;height:500px; float:left;}
.gallery-circle{clear:both; padding:10px;     width: 240px;
    margin: 0 auto;
    margin-top: 5px;}
.circle-i{width:10px; height:10px; border-radius:10px; background-color:rgba(128, 128, 128, 0.75); float: left; margin-right:5px; cursor:pointer;}
.active-g{background-color:black !important;}
.gallery-left{ width:30px; height:500px;  position:absolute; top:0px; left:0px;z-index:999999; cursor:pointer}
.gallery-right{ width:35px; height:500px;  position:absolute; top:0px; right:0px;z-index:999999;  cursor:pointer}
.gallery-left div{margin-top:240px; margin-right: 10px; display:block;} 
.gallery-right div{margin-top:240px; margin-left: 10px;display:block;} 

.infokit{width: 180px;    position: absolute;    right: 400px;    bottom: 15px;    cursor: pointer;}
.infokit2 {    width: 180px;    position: absolute;    right: 215px;    bottom: 15px;    cursor: pointer; }
.gallary-con_single{width:900px; height:500px; margin:0 auto; border:1px solid gray; overflow:hidden; position:relative;}
@media screen and (max-width: 800px) { 
	
	.kit2 {
		width: 75px;
		position: absolute;
		right: 70px;
		bottom: 35px;
		cursor: pointer;
	}
	.kit2  img{width:100%;}
	.kit {
		width: 75px;
		position: absolute;
		left: 90px;
		bottom: 35px;
		cursor: pointer;
		right: auto;
	}
	.kit  img{width:100%;}
	}



}
