
/*IE 6 png 透明*/

/*对联广告的css代码*/
.duilian{top:100px;position:absolute; overflow:hidden; display:none;z-index: 10000;}
.duilian a { display:block;}
.duilian_left{left:1px;}
.duilian_left .duilian_con a {background-image: url(xinwuyue2.jpg);background-repeat: no-repeat;	background-position: 0px 0px; width:20px; height:300px;text-indent:-9999px;
}
.duilian_left .duilian_con a:hover {background-image: url(xinwuyue1.jpg);background-repeat: no-repeat;	background-position: 0px 0px; width:95px; height:300px;text-indent:-9999px;
}
.duilian_right{right:1px;}
.duilian_right .duilian_con a {background-image: url(tc1.jpg);background-repeat: no-repeat;	background-position: 0px 0px; width:20px; height:300px;text-indent:-9999px;
}
.duilian_right .duilian_con a:hover {background-image: url(tc2.jpg);background-repeat: no-repeat;	background-position: 0px 0px; width:95px; height:300px;text-indent:-9999px;
}

.duilian_con{width:20px; height:300px; overflow:hidden;}
.duilian_con:hover{width:95px; height:300px; overflow:hidden;}
.duilian_close{ width:100%; height:24px; line-height:24px; text-align:center; display:block; font-size:12px; color:#555555; text-decoration:none; background-color: #FFF; }

/*左下角广告*/
.popBtn{width:18px; height:18px; cursor:pointer; float:right; margin-left:1px; margin-top:10px; display:inline; background:url(buttons.png) no-repeat;}
.popClose{margin-right:10px; width:18px; background-position:-39px 0}
.popClose:hover{background-position:-39px -20px}
.popShow{background-position:0px 0}
.popShow:hover{background-position:0px -20px}
.popHide{background-position:-19px 0}
.popHide:hover{background-position:-19px -20px}

\