#banner { position: relative; width:320px; height: 240px;overflow: hidden;float:left;}
/*图片*/
#banner_list img { border: 0px; width:320px; height: 240px;}
#banner_bg { position: absolute; bottom: 0; background-color: #000; height: 25px; 
filter: Alpha(Opacity=30); opacity: 0.3; z-index: 1000; cursor: pointer; width: 320px;}
/*文字*/
#banner_info { position: absolute; bottom: 0; left: 5px; color: #fff; z-index: 1001; cursor: pointer;
text-align: center;padding-bottom: 5px;width: 320px;overflow: hidden;
white-space: nowrap;
	text-overflow: ellipsis;}
#banner_text { position: absolute; width: 320px; z-index: 1002; right: 3px; bottom: 3px;}
/*1234按钮*/
#banner ul { position: absolute; list-style-type: none; filter: Alpha(Opacity=80); opacity: 0.8; 
z-index: 1002; margin: 0; padding: 0; bottom: 3px; right: 5px; margin-bottom:26px;}
#banner ul li { padding: 0px 5px; float: left; display: block; color: #FFF; background: #045887; 
cursor: pointer; border: 1px solid #333;height: 18px;font-size: 12px;line-height: 18px;}
#banner ul li.on { background-color: #037835; text-align: center;}
/*#banner_list a { position: absolute; }*/
​