* {
	margin: 0;
	padding: 0;
}

html, body{
	font-size: 12px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}


#demo_container {
	width: 500px;
	height: 600px;
	position: relative;
	margin: 0 auto;

}

#demo_container h2 {
	font-size: 20px;
	line-height: 120px;
	color: #999933;
	text-align: center;
}

#items_container {
	width: 390px;
	height: 147px;
	overflow: hidden;
	position:relative;
	margin:0px auto;
	color: #333333;
	background:url(../images/slider.jpg) no-repeat;
}
#items_container2 {
	width: 380px;
	height: auto;
	overflow: hidden;
	position:relative;
	margin:0px auto;
	color: #333333;
}

#controls {
	width: 380px;
	list-style: none;
	margin:0px auto;
}

#controls li {
	display: block;
	width: 60px;
	list-style: none;
	margin:0px auto;

}

#controls a {
	display: block;
	width: 20px;
	height: 15px;
	line-height: 15px;
	cursor: pointer;
	font-size: 14px;
	color:#999999;
	margin:0px auto;
}

#controls a:hover {
}

#prevbtn {
	 font-size:10px; font:Tahoma, Arial;padding:5px; margin:5px;
}

#playbtn {
	font-size:10px; font:Tahoma, Arial; padding:5px; margin:5px;
}

#nextbtn {
	font-size:10px; font:Tahoma, Arial;	padding:5px; margin:5px;
}



/*  num nav stuff */

#num_nav {
	width: 500px;
	height: 30px;
	position: absolute;
	top:  427px;
	left: 105px;
	list-style: none;
}

#num_nav li {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	margin: 2px;
	border: 1px solid;
	border-color: #666666;
}

#num_nav a {
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}


/*  end num nav stuff */



div.slide_item {
	width: 380px;
	height: 150px;
	position: absolute;
	left: 501px;
	top: 20px;
}

div.first_item {
	left: 0;
}

div.slide_item h3 {

	font-size: 14px;
	line-height: 15px;
	font-weight: normal;
	color: #6e6c19;
}

div.slide_item p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
	color:#999999;
	padding:20px;
}




/* back to post link*/
#goback {
	width: 700px;
	text-align: center;
	margin-bottom: 12px;
	position: absolute;
	bottom: 30px;
}
