/* CSS Document */

ul,ol,li{list-style:none;}


.box01{ width:100%; margin: 0 auto; position:relative; margin-left:6%}
.box01 li{ float: left; width: 280px; text-align: center; padding: 0 10px; margin:10px; height: 200px; cursor: pointer; z-index:0; position:relative; }
.box01 li img{ height: 200px; margin: 0 auto;}
.box01 li .in{ position: absolute; left: 0; top: 0;width: 260px; }
.box01 li.on{ z-index:99;}
.box01 li.on .in{ padding: 5px; border: 1px solid #ccc; position:absolute;z-index:100; width:auto; text-align: center; top:-40px;  background: #fff;}

.box01 li.on img{ height: auto; margin-bottom: 8px;}
