

/* new */


.new-img{
	width:123px;
	height:118px;
	margin:10px auto 10px auto;
	float:none;
	clear:none;
	border:1px solid #e8e8e8;
}

.product{
	width:1020px;
	overflow:hidden;
		margin:0px 0px 0px 0px;
		text-align:left;
		float:left;
		clear:none;
		z-index:999;
}
.product .arrow-pre{
	width:28px;
	height:34px;
	overflow:hidden;
		margin:130px 0px 0px 10px;
		text-align:left;
		float:left;
		clear:none;
		background-image:url(../images/pre-arrow.png);
		background-repeat:no-repeat;
		background-position:left top;
		cursor:pointer;
}
.product .arrow-next{
	width:16px;
	height:19px;
	overflow:hidden;
		margin:130px 16px 0px 0px;
		text-align:right;
		float:right;
		clear:none;
		background-image:url(../images/next-arrow.png);
		background-repeat:no-repeat;
		background-position:right 15px top;
		cursor:pointer;
}
.product .box{
	width:123px;
	overflow:hidden;
		margin:0px 46px 0px 20px;
		text-align:left;
		float:left;
		clear:none;
}
.product .product-img{
	width:123px;
	height:118px;
	overflow:hidden;
		margin:26px 0px 0px 0px;
		text-align:left;
		float:left;
		clear:none;
}
.product h3{
	width:130px;
	overflow:hidden;
		margin:0px auto 0px auto;
		text-align:center;
		float: none;
		clear:none;
		font-family: 'Maven Pro', sans-serif;
		color:#139243;
		font-weight:normal;
		font-size:17px;
		text-decoration:none !important;
}
a{
	border:0px;
	border:none;
	text-decoration:none !important;
}
/* new */