
/* CSS Document */

.piclist{margin:0px;padding:0px;}
.piclist li{ height:250px; margin-right:18px;margin-left:18px;margin-bottom:40px;float:left;box-shadow: 0 0 5px #dddddd;text-align:center;margin-top:15px;border-radius: 20px;font-size:18px;}
.piclist li img{ width:380px;height:250px;border-radius: 20px;margin-bottom:10px;}
.piclist li img:hover{ width:382px;height:252px;border-radius: 20px;margin-bottom:10px;}

.pic_prev,.pic_next{ width:30px; height:50px; background:url('icon.png') no-repeat; position:absolute; top:75px; cursor:pointer}
.pic_prev{ background-position:0 0; left:0;}
.pic_next{ background-position:0 -60px; right:0;}



