﻿/* 
 * 公司形象图轮播
*/
#adImgs {position:relative; width:160px; height:120px; border-radius: 5px;overflow:hidden; float:left;margin:0 10px 10px 0;} 
#adImgs_list img {border:0px;width:160px; height:120px;} 
#adImgs ul {position:absolute;list-style-type:none;filter: Alpha(Opacity=50);opacity:0.8; z-index:1002; 
            margin:0; padding:0; bottom:1px; right:1px; height:20px} 
#adImgs ul li { padding:0 3px;line-height:18px;float:left;display:block;color:#333;background-color:#eee;cursor:pointer; margin:0; font-size:11px;border-radius: 2px;} 
#adImgs_list a{position:absolute;}