ul#ulNewProudcts{ overflow:hidden; padding:3em; margin-top:30px; }
ul#ulNewProudcts,li{ list-style:none; }
#ulNewProudcts span{color:#B2B2B3; opacity:0.5; margin:0px auto; width:100%;}
ul#ulNewProudcts li a{
text-decoration:none;
color:#000;
background:#fff;
display:block;
height:205px;
width:168px;
padding:1em;

-moz-box-shadow:5px 5px 7px rgba(33,33,33,1);
-webkit-box-shadow: 5px 5px 7px rgba(33,33,33,.7);
box-shadow: 5px 5px 7px rgba(33,33,33,.7);

-webkit-transform:rotate(-6deg);
-o-transform:rotate(-6deg);
-moz-transform:rotate(-6deg);

-moz-transition:-moz-transform .15s linear;
-o-transition:-o-transform .15s linear;
-webkit-transition:-webkit-transform .15s linear;
}


ul#ulNewProudcts li:nth-child(even) a{
  -o-transform:rotate(4deg);
  -webkit-transform:rotate(4deg);
  -moz-transform:rotate(4deg);
  position:relative;
  top:5px;
}

ul#ulNewProudcts li:nth-child(3n) a{
  -o-transform:rotate(-3deg);
  -webkit-transform:rotate(-3deg);
  -moz-transform:rotate(-3deg);
  position:relative;
  top:-5px;
}

ul#ulNewProudcts li:nth-child(5n) a{
  -o-transform:rotate(5deg);
  -webkit-transform:rotate(5deg);
  -moz-transform:rotate(5deg);
  position:relative;
  top:-10px;
}

ul#ulNewProudcts li a:hover,ul#ulNewProudcts li a:focus{
  -moz-box-shadow:10px 10px 7px rgba(0,0,0,.7);
  -webkit-box-shadow: 10px 10px 7px rgba(0,0,0,.7);
  box-shadow:10px 10px 7px rgba(0,0,0,.7);
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -o-transform: scale(1.25);
  position:relative;
  z-index:5;
}


ul#ulNewProudcts li{ margin:1em 1.4em; float:left; }
ul#ulNewProudcts h2{font-size:150%; font-weight:bold; padding:5px; background:#B2B2B3; color:#fff; text-align:center; }
ul#ulNewProudcts p{position:relative; width:100%; line-height:150px; text-align:center; margin-bottom:15px;}
ul#ulNewProudcts p img{vertical-align:middle;}

#divWrap{position:relative;}
#divWrap img#imgLittleMan{position:absolute; top:10px; right:-130px; }


/*New style for the home page new products*/ 
ul#homeProudcts{ overflow:hidden; padding:3em; margin-top:30px; }
ul#homeProudcts,li{ list-style:none; margin:0;padding:0; }
#homeProudcts span{color:#B2B2B3; opacity:0.5; margin:0px auto; width:100%;}
ul#homeProudcts li a{
	text-decoration:none;
	color:#000;
	background:#fff;
	display:block;
	height:205px;
	width:168px;
	padding:1em; 
}
ul#homeProudcts li{ margin:1em 1.4em; float:left; }
ul#homeProudcts h2{font-size:150%; font-weight:bold; padding:5px; background:#EC6827; color:#fff; text-align:center; }
ul#homeProudcts p{position:relative; width:100%; line-height:150px; text-align:center;}
ul#homeProudcts p img{vertical-align:middle;}
.more_op{
	background: none repeat scroll 0 0 #EC6827;
    color: #FFFFFF;
    margin: 0 38px 10px 16px;
    padding: 3px;
    text-align:center;
}
.more_op a{
	color: #FFFFFF;
    font: bold 18px arial;
}
.qp{display:none;}
.new_pro_tit{
	color: #616164; 
    font:20px arial;
    text-align: center;
    text-shadow: 0 1px 0 #FFFFFF;
}