.svb{
	height:250px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #e1e1e1;
	border-right-color: #e1e1e1;
	border-bottom-color: #e1e1e1;
	border-left-color: #e1e1e1;
	width: 450px;
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-bottom: 7px;
	margin-left: 7px;
	overflow: hidden;
	background-image: url(images/1.jpg);
	background-repeat: no-repeat;
}

/* 图片区域 */
.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:450px;
	height:35px;
	text-indent:1em;
	position:absolute;
	bottom:0;
	z-index:2;
	background:#000;
	filter:Alpha(opacity=65);
	opacity:0.65;
	color:#FFF;
	font-size:12px;
	padding-bottom: 5px;
}
.showText a{text-decoration:none;color:white;}
 .showText a:visited{
color: white;
}

.showText a:hover{ /*hover state CSS*/
color: white;
background: black;
}
/* 切换按钮区域 */
.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;
	font-weight:bold;
	cursor:pointer;
	background-image: url(images/numBG.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.numContain .activeNum{background:url(images/numBG-2.gif) no-repeat bottom;}

