.products-page{width:980px;height:auto;margin:0 auto;font-size:12px;font-family:citcit;}
.products-page > .title{font-family:citcit;width:165px;text-align:center;font-size:20px;color:#897c59;margin-top:-90px;position:absolute;}

.products-page > .list{display:table;margin-top:-45px;position:relative;z-index:10;}

.products-page > .list > a {text-decoration:none;float:left;margin-left:10px;}
.products-page > .list > a:first-child{margin-left:0px;}
.products-page > .list > a:nth-child(9){margin-left:0px;}

.products-page > .list > a > li{list-style:none;width:113px;height:110px;cursor:pointer;display:table;}

.products-page > .list > a > li > .name{width:100%;margin-top:15px;text-align:center;color:#897c59;}

li.p1{background:url(../img/products/1.jpg) no-repeat;}
li.p1:hover{background:url(../img/products/1.jpg) no-repeat;background-position:-113px 0px;}
li.p2{background:url(../img/products/2.jpg) no-repeat;}
li.p2:hover{background:url(../img/products/2.jpg) no-repeat;background-position:-113px 0px;}
li.p3{background:url(../img/products/3.jpg) no-repeat;}
li.p3:hover{background:url(../img/products/3.jpg) no-repeat;background-position:-113px 0px;}
li.p4{background:url(../img/products/4.jpg) no-repeat;}
li.p4:hover{background:url(../img/products/4.jpg) no-repeat;background-position:-113px 0px;}
li.p5{background:url(../img/products/5.jpg) no-repeat;}
li.p5:hover{background:url(../img/products/5.jpg) no-repeat;background-position:-113px 0px;}
li.p6{background:url(../img/products/6.jpg) no-repeat;}
li.p6:hover{background:url(../img/products/6.jpg) no-repeat;background-position:-113px 0px;}
li.p7{background:url(../img/products/7.jpg) no-repeat;}
li.p7:hover{background:url(../img/products/7.jpg) no-repeat;background-position:-113px 0px;}
li.p8{background:url(../img/products/8.jpg) no-repeat;}
li.p8:hover{background:url(../img/products/8.jpg) no-repeat;background-position:-113px 0px;}
li.p9{background:url(../img/products/9.jpg) no-repeat;}
li.p9:hover{background:url(../img/products/9.jpg) no-repeat;background-position:-113px 0px;}
li.p10{background:url(../img/products/10.jpg) no-repeat;}
li.p10:hover{background:url(../img/products/10.jpg) no-repeat;background-position:-113px 0px;}
li.p11{background:url(../img/products/11.jpg) no-repeat;}
li.p11:hover{background:url(../img/products/11.jpg) no-repeat;background-position:-113px 0px;}
li.p12{background:url(../img/products/12.jpg) no-repeat;}
li.p12:hover{background:url(../img/products/12.jpg) no-repeat;background-position:-113px 0px;}
li.p13{background:url(../img/products/13.jpg) no-repeat;}
li.p13:hover{background:url(../img/products/13.jpg) no-repeat;background-position:-113px 0px;}
li.p14{background:url(../img/products/14.jpg) no-repeat;}
li.p14:hover{background:url(../img/products/14.jpg) no-repeat;background-position:-113px 0px;}
li.p15{background:url(../img/products/15.jpg) no-repeat;}
li.p15:hover{background:url(../img/products/15.jpg) no-repeat;background-position:-113px 0px;}
li.p16{background:url(../img/products/16.jpg) no-repeat;}
li.p16:hover{background:url(../img/products/16.jpg) no-repeat;background-position:-113px 0px;}

.products-page > .products-contain{display:table;margin-top:50px;}
.products-page > .products-contain > li{list-style:none;float:left;width:325px;height:225px;font-family:citcit;color:#454545;margin-bottom:50px;}
.products-page > .products-contain > li > .title{font-size:16px;}
.products-page > .products-contain > li > .img{float:left;width:105px;height:200px;cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}
.products-page > .products-contain > li > .prop{float:left;margin-left:20px;width:200px;height:200px;font-size:12px;}
.products-page > .products-contain > li > .prop > p{line-height:9px;}

.image-panel{width:338px;height:507px;display:table;position:fixed;left:0;right:0;top:100px;margin:0 auto;display:none;z-index:9999;background-color:#f4f4f4;}
.image-panel .exit-button{float:right;margin-right:-26px;margin-top:-26px;width:24px;height:24px; border-radius: 15px; -webkit-border-radius: 15px; -moz-border-radius: 15px; -o-border-radius: 15px; -khtml-border-radius: 15px;border:solid 2px #fff;z-index:9999;color:#a11a21;font-size:18px;font-family:verdana;text-align:center;font-weight:bold;cursor:pointer;background:#f4f4f4;}

.screen-black{width:100%;height:100%;background:#000;position:fixed;top:0px;left:0px;opacity:0.5;filter:alpha(opacity=50);display:none;z-index:9980;}
