/**
 *	飘窗广告样式
 *	author:zhangzj;
 *
 */

body {
}

.float-img {
    z-index: 1000;
    width: 100px;
    height: 100px;
    position: fixed;
    left: 0;
    top: 0;
}

.float-img img {
    width: 249px;
    height: 110px;
}

.close {
    display: block;
    position: absolute;
    width: 249px;
    height: 20px;
    /* top: 100;
    right: 10; 
    background: url(../images/close.png) no-repeat;*/
	background-color:rgb(204,204,204);
	text-align: right;
}

.hidden {
    display: none;
}
