/* SLIDER */

.nrx_slider {
	display: block;
	width: 100%;
	float: left;
	overflow-x: auto;
	overflow-y: hidden;
	/* background: #fff; */
	height: 665px;
}

.nrx_slider_strip {
	display: block;
	float: left;
	height: 150px;
}

.nrx_slider_itm {
	display: block; 
	/* width: 30%; margin: 2px 1%;  */
	float: left; box-sizing: border-box;
	/* border: 1px dotted gray; */
	border-radius: 8px;
	margin-left: 5px;
	margin-right: 5px;
}

.nrx_slider_itm:nth-child(1) {
	margin-left: 10px !important;
}

/*
.nrx_slider_itm a {
	color: #fff;
	text-decoration: none;
}
*/

/*
.nrx_slider_itm.hilight {
	border: 4px solid #f00;
}
*/

.nrx_slider_itm img {height: auto; float: left; width: 100%; /* border-radius: 10px; */}

.nrx_slider_itm label {
	font-size: 13px;
	display: block;
	float: left;
	word-wrap: break-word;
	clear: both;
	margin-top: -20px;
	width: 100%;
	text-shadow: 0px 0px 3px #000;
}