
#demo_container {
	background-color: #fff;
	width: 539px;
	height: 231px;
	position: relative;
}

#demo_container h2 {
	font-size: 20px;
	line-height: 120px;
	color: #999933;
	text-align: center;
}

#items_container {
	width: 539px;
	height: 231px;
	overflow: hidden;
	position: absolute;
	background-color:#323232;
	color: #333333;
}

#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: 539px;
	height: 231xpx;
	position: absolute;
	left: 540px;
	top: 0px;
	background-color:#292929;
}

div.first_item {
	left: 0;
}

div.slide_item h3 {
	padding: 10px;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	color: #6e6c19;
}

div.slide_item p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
	color:#999999;
}


/* back to post link*/
#goback {
	width: 700px;
	text-align: center;
	margin-bottom: 12px;
	position: absolute;
	bottom: 30px;
}
