/* CSS Document */


.demo {
	width: 297px;
	height: 224px;
	position: relative;
	overflow: hidden;
	border: #ddd 1px solid;
	padding: 5px;
}
.demo .num {
	position: absolute;
	right: 10px;
	top: 210px;
	z-index: 10;
}
.demo .num a {
	width: 16px;
	height: 16px;
	line-height: 16px;
	display: inline-block;
	text-align: center;
	margin: 0 3px;
	cursor: pointer;
}
.demo .num a.cur {
	background: #ff6700;
	color: #fff;
}
.demo ul {
	position: relative;
	z-index: 5;
}
.demo ul li {
	position: absolute;
	display: none;
}
.demo ul li .h_hotpics img {
	width: 297px;
	height: 224px;
	border: 0;
	 margin:0;
}
.demo ul li .h_hotpictits {
	width: 297px;
	height: 30px;
	border: 0;
	text-align: center;
	line-height: 30px;
}
.demo ul li .h_hotpictits a {
	width: 297px;
	height: 30px;
	border: 0;
	text-align: center;
	line-height: 30px;
}