.new_prod_div{
	width: 310px;
	height: 234px;
	margin: 30px 10px 30px;
	padding: 0px;
	
	display: inline-block; 
	/* float: left; */
	position: relative;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    1px 1px 2px 0px rgba(0, 0, 0, 0.4);
	box-shadow:         1px 1px 2px 0px rgba(0, 0, 0, 0.4);
	}
.pagination {
	clear: both;
}	
.news-wrapper {
	text-align: center;
	margin: 0 auto;
	}
.news-wrapper:after {
	content: " ";
	display: block;
	clear: both;
	}	
.new_prod_img_div {
	width: 100%;
	height: 100%;
	border: 1px solid #cccccc;
}
.new_prod_h_wrapper{
	width: 312px;
	height: 64px;
	position: absolute;
	bottom: -1px;
	text-align: center;
	z-index: 100;
	background: rgba(41, 99, 170, 0.6);
	display: table;
}
.new_prod_h_div{
	display: table-cell;
	vertical-align: middle;
	width: 312px;
}

.new_prod_h {
	font: 10pt Verdana,sans-serif;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(3, 37, 148, 0.6);
	width: 100%;
}