* {
	margin: 0;
	padding: 0;
}

html, body{
	background-color: #232323;
	font-size: 12px;
	line-height: 14px;
	font-family: Tahoma, Tahoma, sans-serif;
	color: #999999;
}

a, a:visited {
	color: #993300
}

a:hover {
	color: #FF6600;
}



#demo_container {
	background-color: #232323;
	width: 700px;
	height: 700px;
	position: relative;
	margin: 0 auto;
	background-image:url(../images/new_bkgd.jpg);
}

#demo_container h2 {
	font-size: 20px;
	line-height: 120px;
	color: #999933;
	text-align: center;
}

#items_container {
	width: 700px;
	height: 400px;
	overflow: hidden;
	position: absolute;
	
	background-color:#323232;
	color: #333333;
}

#controls {
	width: 700px;
	height: 30px;
	position: absolute;
	top:  387px;
	left: 105px;
	list-style: none;
}

#controls li {
	display: block;
	position: absolute;
	width: 120px;
	height: 29px;
	background-image:url(../images/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:#999999;
}

#controls a:hover {
	background-image: url(../images/btn_img_over.jpg);
}

#prevbtn {
	left: 10px;
}

#playbtn {
	left:  194px;
}

#nextbtn {
	left: 373px;
}



/*  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;
	background-color: #333333;
}

#num_nav a {
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}


/*  end num nav stuff */



div.slide_item {
	width: 700px;
	height: 234px;
	position: absolute;
	
	 
 
}

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: 500px;
	text-align: center;
	margin-bottom: 12px;
	position: absolute;
	bottom: 30px;
}
