/**
 *	飘窗广告样式
 *	author:zhangzj;
 *
 */

.main {
    margin: 0 auto;
    width: 998px;
    height: 99999px;
    background-color: #f1f1f1;
}

.float-list {
    list-style-type: none;
}

.close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 20px;
    height: 20px;
    background: url(imagesclose.png) no-repeat;
}

.pl {
    position: fixed;
    left: 15px;
   
}

.pr {
    position: fixed;
    right: 15px;
}

.hidden {
    display: none;
}

.float-img {
    display: block;
    z-index: 1000;
    width: 100px;
    height: 100px;
    position: absolute;
    left: 2px;
    top: 43px;
    visibility: visible;
}

.float-img img {
    width: 100px;
    height: 100px;
}

