#demo_container { 
	width: 809px;
	height: 239px;
	position: relative; 
	
	
}


#items_container {
	width: 809px;
	height: 239px;
	overflow: hidden;
	position: absolute;
	color: #333333;
	margin-left:0px;
	top: 2px;
	left: -1px;
}

#controls {
	width: 809px;
	height: 74px;
	position: absolute;
	padding-top:180px;
	margin-left:96px;
	left: -95px;
	top: -9px;
	
}

#controls a {
	display: block;
	position: absolute;
	width: 50px;
	height: 20px;
	line-height: 20px;
	cursor: pointer;
	text-align: center;
	font-size: 12px;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	top: 231px;
}



#prevbtn {
	left: 322px;background-color:#6C9707;
}

#playbtn {
	left:377px;background-color:#6C9707;
}

#nextbtn {
	left: 433px; background-color:#6C9707;
}

div.slide_item {
	width: 809px;
	height: 239px;
	position: absolute;
	left: 3px;
	top: -0px;
	
	
}

div.first_item {
	left: -26px;
}
