.modal1_parent li:nth-child(3n){
	margin-right: 0px !important;
}

section.modal_wrap {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9999;
	opacity: 0;
	width: 100%;
	height: 100%;
}
section.modal_wrap .modal_1 {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1001;
	opacity: 1;
	margin: 0 auto;
}
section.modal_wrap .filter {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1000;
	opacity: 0.85;
	margin: 0 auto;
	background: #fff;
	width: 100%;
	height: 100%;
}

section.modal_wrap button.slick-prev {
	display: inline-block;
    position: absolute;
    top: 50%;
}
section.modal_wrap button.slick-next{
	display: inline-block;
    position: absolute;
    top: 50%;
}
#cboxClose {
	position: absolute;
	z-index: 1001;
	right: auto;
}
