﻿.pic_rotater{ position:relative;width:100%;height:100%;overflow:hidden;}
.pic_rotater img{ width:100%;height:100%;}
.pic_rotater > ul > li{position:absolute;z-index:0;}
.pic_rotater .title_bg{position:absolute;bottom:0px;width:100%;height:40px;z-index:1;background:#000;filter:alpha(opacity=30);-moz-opacity:0.3;opacity:0.3;}
.pic_rotater .title{position:absolute;bottom:0px;width:100%;height:40px;z-index:2;color:#FFF;text-indent:10px;font-size:14px;line-height:40px;}
.pic_rotater .pager{position:absolute;right:0px;bottom:0px;height:40px;z-index:13;}
.pic_rotater .pager ul{margin-top:18px;margin-right:5px;}
.pic_rotater .pager ul li{float:right;font-size:12px;display:block;width:8px;height:8px;border-radius:1px;margin-right:3px;text-align:center;background:#FFF;color:#888;cursor:pointer;}
.pic_rotater .pager ul li.selected, .pager ul li:hover{background:#F00;color:#FFF;}

