.SlidePics{
	width:640px;
	height:230px;
	overflow:hidden;
	margin:auto;
	position:relative;
}
.SlidePics .Pic img{
	width:640px;
}
.SlidePics .Title{
	height:30px;
	width:630px;
	position:absolute;
	z-index:1000;
	left:0;
	bottom:0;
}
.SlidePics .Title ul{
	padding:0;
	margin:0;
	height:30px;
	float:right;
}
.SlidePics .Title ul li{
	padding:0;
	margin:0;
	height:30px;
	float:left;
	list-style:none;
	line-height:30px;
	width:25px;
	text-align:center;
	background:url(out_icon.gif) center 8px no-repeat;
	cursor:pointer;
	color:#69591E;
}
.SlidePics .Title ul li.on{
	background:url(over_icon.gif) center 8px no-repeat;
	color:#FFF;
}
.SlidePics .conertL,.SlidePics .conertR,.SlidePics .conerdL,.SlidePics .conerdR{
	width:10px;
	height:10px;
	position:absolute;
	z-index:10000;
}
.SlidePics .conertL{
	left:0;
	top:0;
	background:url(coner1.gif) left top no-repeat;
}
.SlidePics .conertR{
	right:0;
	top:0;
	background:url(coner1.gif) right top no-repeat;
}
.SlidePics .conerdL{
	left:0;
	bottom:0;
	background:url(coner1.gif) left bottom no-repeat;
}
.SlidePics .conerdR{
	right:0;
	bottom:0;
	background:url(coner1.gif) right bottom no-repeat;
}