
#sliderwrap{
	width: 627px;
	height: 357px;
	padding: 13px 0 0 12px;
	background: #fff url("../hmprjbg.gif") no-repeat;
}
#demo_container {
	width: 627px;
	height: 357px;
	position: relative;
	margin: 0 auto;
}

#demo_container h2 {
	font-size: 20px;
	line-height: 120px;
	color: #999933;
	text-align: center;
}

#items_container {
	width: 601px;
	height: 326px;
	overflow: hidden;
	position: absolute;
	left: 0;
	color: #333;
}

#controls {
	width: 500px;
	height: 30px;
	position: absolute;
	top:  387px;
	left: 105px;
}

#controls a {
	display: block;
	position: absolute;
	width: 120px;
	height: 29px;
	background-image:url(../images/btn_img.jpg);
	line-height: 27px;
	cursor: pointer;
	text-align: center;
	font-size: 14px;
	color:#999999;
}

#controls a:hover {
	background-image: url(../images/btn_img_over.jpg);
}

#prevbtn {
	left: 10px;
}

#playbtn {
	left:  194px;
}

#nextbtn {
	left: 373px;
}

div.slide_item {
	width: 601px;
	height: 326px;
	position: absolute;
	background-color:#fff;
}

div.first_item {
	left: 0;
	background: #fff url(../slider/cocoon.jpg) no-repeat;
}
div.sec_item {
	background: #fff url(../slider/ccounty.jpg) no-repeat;
}
div.third_item {
	background: #fff url(../slider/humock.jpg) no-repeat;
}
div.slide_item h3 {
	padding: 308px 0 0 6px;
	font-size: 13px;
	color: #05f2ce;
	text-align: left;
}
div.slide_item h3 em{
	color: #FFC2B7;
	font-style: normal;
	xbackground-color: #A0A0A0;
	padding: 0 3px;
}
.fltright{
	float: right;
	padding: 307px 5px 0 0;
}
div.slide_item p {
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 12px;
	padding: 10px;
	color:#05f2ce;
}


/* back to post link*/
#goback {
	width: 700px;
	text-align: center;
	margin-bottom: 12px;
	position: absolute;
	bottom: 30px;
}

