
.list_carousel { position: relative; }
.list_carousel .next, .list_carousel .prev { *height:0;
}
.latest-face .carousel_nav { width: 100%; position: absolute; top:30px; right:-20px; }
.latest-face .prev, .latest-face .next { width:25px; height:35px; margin: 0px 23px 0; display: block; background: url(nav-btn.png) no-repeat 0 0; position: absolute; top: 0; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -o-transition: all .3s ease; overflow: hidden; }
.latest-face .next { background-position: 100% 100%; right: 0px; }
.latest-face .prev { background-position: 0 100%; left:-41px; }
.latest-face .next:hover { background-position: 100% 0; right: 0px; }
.latest-face .prev:hover { background-position: 0 0; left:-41px; }
/* 6.3. Products */

.latest-face ul { margin: 0 0 0 6px; padding: 0; list-style: none; display: block; }
.latest-face ul li { text-align: center; background:none; width:180px; display: block; margin: 0px 8px 0px 0px; float: left; min-width:100px; padding:0; }
.latest-face ul li:hover{opacity:0.8;}
.latest-face.responsive { width: auto; margin-left: 0;}
.gift-box{width:160px; text-align:center; height:81px; display:table-cell;  vertical-align:middle;  background:#fff; border:3px #e7e7e7 solid; }


 @media only screen and (min-width: 960px) and (max-width: 1199px) {
.latest-face ul li{width:140px;}
.gift-box{width:120px;}
.gift-box img{width:100%; height:55px;}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
.latest-face ul li{width:22%;}
.gift-box{width:120px;}
.gift-box img{width:100%; height:55px;}

}
 @media only screen and (min-width: 480px) and (max-width: 767px) {
.latest-face ul li{width:33%;}
.gift-box{width:120px;}
.gift-box img{width:100%; height:55px;}
}
 @media(max-width: 360px) {
.latest-face ul li{width:50%;}
.gift-box{width:120px;}
.gift-box img{width:100%; height:65px;}
}
