/* CSS Document */
.infoBg {width:780px; height:400px; background:#e9ecfc; padding:30px; margin:0 auto;}
.infopic{ width:780px; height:400px; position:relative; overflow:hidden;}
.piclist{ height:400px; position:absolute; top:0; left:0;}
.piclist li{ height:400px; margin-right:15px; float:left; overflow:hidden;}
.piclist li img{ height:400px;}

.pic_prev,.pic_next{ width:30px; height:50px; background:url(../images/icon.png) no-repeat; position:absolute; top:150px; cursor:pointer;}
.pic_prev{ background-position:0 0; left:0;}
.pic_next{ background-position:0 -60px; right:0;}
