﻿/* 图片区域 */
.showPic{width:100%;height:100%;position:absolute;left:0;top:0;z-index:1;}
.showPic img{width:100%;height:100%;display:block;border:0;}
/* 文本区域 */
.showText{padding-top:10px;width:350px;height:15px;text-indent:1em;position:absolute;bottom:10;left:0;z-index:2;background:#0AA;filter:Alpha(opacity=65);opacity:0.65;color:#FFF;font-size:12px;font-family:"宋体"; font-weight:bold; text-align:left; vertical-align:top;display:none;}
.showText a{text-decoration:none;color:white;}
/* 切换按钮区域 */
.numContain{position:absolute;z-index:3;right:1px;bottom:1px;font-size:12px;}
.numContain .num{padding-top:8px;width:28px;height:16px;text-align:center;float:left;background:url(../Images/picNews/numBG.gif) no-repeat bottom;font-weight:bold;cursor:pointer; }
.numContain .activeNum{padding-top:8px;width:28px;height:16px;text-align:center;float:left;background:url(../Images/picNews/numBG-2.gif) no-repeat bottom;font-weight:bold;cursor:pointer;color:red;}
.picsContain{border:1px solid #96C2F1;width:350px;height:178px;}
