* {
	margin: 0;
	padding: 0;
}

#demo_container {
	width: 900px;
	height: 400px;
	position: relative;
	margin: 0 auto;
}

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

#items_container {
	width: 900px;
	height: 300px;
	overflow: hidden;
	position: absolute;
	left: -10px;
	top: 8px;
	background-color:#000;
	color: #000;
}

#controls {
	width: 900px;
	height: 30px;
	position: absolute;
	top:  272px;
	left: 0px;
	list-style: none;
}

#controls li {
	display: block;
	position: absolute;
	width: 120px;
	height: 29px;
	background-image:url(../../../_img/contentslider/btn_img.jpg);
	list-style: none;
}

#controls a {
	display: block;
	width: 120px;
	height: 29px;
	line-height: 27px;
	cursor: pointer;
	text-align: center;
	font-size: 14px;
	color:#000;
}

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

#prevbtn {
	left: 10px;
}

#playbtn {
	left:  200px;
}

#nextbtn {
	left: 380px;
}



/*  num nav stuff */

#num_nav {
	width: 900px;
	height: 30px;
	position: absolute;
	top:  320px;
	left: 0px;
	list-style: none;
}

#num_nav li {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	margin: 2px;
	border: 1px solid;
	border-color: #000;
	background-color: #000;
}

#num_nav a {
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}


/*  end num nav stuff */



div.slide_item {
	width: 900px;
	height: 234px;
	position: absolute;
	left: 101px;
	top: 20px;
	/* background-color:#292929; */
	background-color:#000;
}

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:#000;
}




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