/* 图片区域 */
.showPic{
width:308px;
height:220px;
position:absolute;
left:0;
top:0;
z-index:1;
}
.showPic2{
width:970px;
height:250px;
position:absolute;
left:0;
top:0;
z-index:1;
}
.imgSize{
width:308px;
height:220px;
}
.imgSize2{
width:970px;
height:250px;
}

.showPic img{
display:block;
border:0;
}
/* 文本区域 */
.showText{
padding-top:10px;
width:100%;
height:40px;
text-indent:1em;
position:absolute;
bottom:0;
z-index:2;
background:#000;
filter:Alpha(opacity=65);
opacity:0.65;
color:#FFF;
font-size:14px;
}
.showText a{
text-decoration:none;
color:white;
}
/* 切换按钮区域 */
.numContain{
position:absolute;
z-index:3;
right:10px;
bottom:7px;
font-size:12px;
}
.numContain .num,.numContain .activeNum{
padding-top:8px;
width:24px;
height:15px;
text-align:center;
float:left;
background:url(../images/bj1.gif) no-repeat bottom;
font-weight:bold;
cursor:pointer;
color:white;
font-size:8pt;
}
.numContain .activeNum{
background:url(../images/bj2.gif) no-repeat bottom;
}
