/* 讲师团 */

.scroll{ height:250px; overflow:hidden; position:relative; width:920px; margin-top:20px;}
.scroll .prev,.scroll .next{ float:left; width:9px; height:15px; overflow:hidden;text-indent:-9999px;top:120px; cursor:pointer; position:absolute; z-index:9}
.scroll .prev{background:url(../images/prev.png) no-repeat; left:5px;} 
.scroll .next{background:url(../images/next.png) no-repeat; right:0px;} 
.scroll .scrollCont{ float:left;width:830px; margin:0 45px; overflow:hidden;  display:inline} 
.imgLists li{ float:left; width:158px; display:inline; text-align:center; height:270px; overflow:hidden;}
.imgLists li img{ width:158px; height:220px; overflow:hidden;}
.imgLists li{ margin:0; padding-left:5px; padding-right:5px; list-style-type:none}
.imgLists{ margin:0; padding:0;}
