#floatadobj{
    position:absolute;
    left:10px;
    top:10px;
    width:300px;
    height:200px;
    overflow:hidden;
    border:1px solid #ccc;
	z-index:999;
}
#floatadobj .headBar{
    width:100%;
    height:16px;
    overflow:hidden;
    background:#eee;
}
#floatadobj .closeBtn{
    background:url(../component/images/adClose.gif) right top no-repeat;
    float:right;
    width:16px;
    height:16px;
    cursor:pointer;
}
#floatadobj .content{
    width:100%;
    height:413px;
    overflow:hidden;
    background:#888;
}
#floatadobj .content img{
    border:0;
}
