#floatimg {position:relative; overflow:hidden;text-align:left;width:100%;height:100%;}
#floatimg_list{position:relative;}
#floatimg_list img {}
#floatimg_bg {}
#floatimg_info{
	position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 70px;
    color: #fff;
    z-index: 99;
    cursor: pointer;
    text-align: left;
    font-size: 17px;
    background: rgba(0,0,0,0.4);
    line-height: 70px;
    text-indent: 60px;
    letter-spacing:2px;}
#floatimg_text {position:absolute;width:120px;z-index:1002; right:3px; bottom:3px;}
#floatimg ul {
	position: absolute;
    list-style-type: none;
    z-index: 1002;
    margin: 0;
    padding: 0;
    bottom: 12px;
    right: 50px;
    filter: Alpha(Opacity=100);
    opacity: 1;}
#floatimg_info:before{
	content:'';
	position:absolute;
	/* background:#fff;
	width:8px;
	height:8px; */
	-webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    border-radius:50%;
    left: 40px;
    top: 32px;}
#floatimg ul li { 
	float:left ;
	display:block;
	background:#fff;
	color:#fff  !important;
	cursor:pointer;
	padding:0  !important;
	height:13px  !important;
	width:13px  !important;
	line-height:15px;
	text-align:center;
	border:3px solid #fff;
	-webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    border-radius:50%;
    margin:7px;}
#floatimg ul li.on { 
	padding:0  !important;
	background:inherit  !important;
	color:rgba(0,0,0,0.4) !important;
	background:none;
	color:rgba(0,0,0,0.4)  !important;
	width:13px !important;
	height:13px !important;
	border:3px solid #fff;
	font-size:0;}
#floatimg_list a{position:absolute;width:100%;height:100%;}

