/* 图片区域 */
.showPic{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	
}
.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:28px;
	height:16px;
	text-align:center;
	float:left;
	background:url(images/numBG.gif) no-repeat bottom;
	font-weight:bold;
	cursor:pointer;
	
}
.numContain .activeNum{
	background:url(images/numBG-2.gif) no-repeat bottom;
}

