.container{
	width:260px;
	height:190px;
	border-bottom:0px;
	position:relative;
    background-color:#eee;
}
.PicText{
	background-image:url(../Images/flash_bg.jpg);
	line-height:25px;
	text-align:center;
	font-weight:bold;
	width:260px;
	letter-spacing: 0.5px;
	white-space:nowrap;
	overflow:hidden;
	font-size:12px;
}
.PicText a{
	text-decoration:none;
	color:white;
	display:block;
}
.PicText a:hover{
	color: red;
	text-decoration:underline;
}
.PicList img{
	cursor:pointer;
	width:65px;
	height:50px;
	filter:alpha(opacity=50);
	-moz-opacity: .5;
	opacity: .5;
	border:0;
	margin:10px;
}
.PicList img.on{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.Num{ position:absolute; right:5px; bottom:5px;}
.Num li{
	float: left;
	list-style:none;
	color: #fff;
	text-align: center;
	line-height: 16px;
	width: 16px;
	height: 16px;
	font-family: Arial;
	font-size: 12px;
	cursor: pointer;
	margin: 1px;
	border: 1px solid #707070;
	background-color: #060a0b;
}
.Num li.on{
	line-height: 18px;
	width: 18px;
	height: 18px;
	font-size: 13px;
	border: 0;
	background-color: #ce0609;
	font-weight: bold;
}
