/* 懒人图库 搜集整理 www.lanrentuku.com */ *{ margin:0; padding:0; list-style:none;} #divSmallBox{overflow:hidden;*display:inline;*zoom:1;width:10px;height:10px;margin:0 5px;border-radius:10px;background:#ffffff;} #playBox{ width:100%; height:100%; background:#333; position:relative; overflow:hidden;} #playBox .oUlplay { width:99999px; position:absolute; left:0; top:0;} #playBox .oUlplay li{ float:left;} #playBox .pre{ cursor:pointer; width:45px; height:45px; background:url(../images/l.png) no-repeat; position:absolute; top:190px; left:10px; z-index:10;} #playBox .next{ cursor:pointer; width:45px; height:45px; background:url(../images/r.png) no-repeat; position:absolute; top:190px; right:10px; z-index:10;} #playBox .smalltitle {width:50px; height:10px; position:absolute; bottom:50%; z-index:10;right:0%} #playBox .smalltitle ul{ width:120px; margin:0 auto;} #playBox .smalltitle ul li{ width:12px; height:12px; margin:0 5px; border-radius:18px; background:#ffffff; overflow:hidden;*display:inline;*zoom:1; margin:10px 0;} #playBox .smalltitle .thistitle{ background:#69aaec;} .oUlplay img{ width:77%; height:77%; display:block; overflow:hidden;} .oUlplay li.dd img{ width:72%; height:80%}