@charset "utf-8";
/* CSS Document */
#autoad{ width:300px; height:268px; margin-left:auto; margin-right:auto;  overflow:hidden; border:1px solid #CCCCCC }
#autoad ul li{display:none;}
#autoad ul li.show{ display: block;min-height:100px;}

#autoad ul li a img{width:290px; height:210px; display:block; overflow:hidden; margin:5px auto; _margin-top:-5px;}
#autoad ul li a h1{ font-size:14px; height:16px; width:290px; overflow:hidden;display:block; margin:3px 5px; color: #000000;}
#autoad ol{ margin-top:0px; float:right;}
#autoad ol li{  float:left; margin-right:5px;}
#autoad ol li a{ border:1px solid #CCCCCC; background-color:#F1F1F1; width:25px; height:21px; text-align:center; line-height:20px; font-size:14px;display:block; font-weight:bold;}
#autoad ol li a:hover{ border:1px solid #333333; color:#000000}
#autoad ol li.show a{ border:1px solid #BC2931; color:#BC2931;}
#autoad ol li.show a:hover{}

