/* common */

/* CSS Document */
.infopic{ width:100%; height:91px; position:relative; overflow:hidden; margin:15px auto;}
.piclist{ height:91px; position:absolute; top:0; left:0;}
.piclist li{ height:91px; margin-right:15px; float:left; overflow:hidden;}
.piclist li img{ height:91px;}

.pic_prev,.pic_next{ width:30px; height:50px; background:url(../img/icon.png) no-repeat; position:absolute; top:20px; cursor:pointer;}
.pic_prev{ background-position:0 0; left:0;}
.pic_next{ background-position:0 -60px; right:0;}

