
#demo_container {

	width: 960px;
	height:370px;
	margin: 0 auto;

}

#items_container {
	width: 960px;
	height: 370px;
	overflow: hidden;
	position: absolute;
	background: transparent;

	color: #333333;
}

#prevbtn {
	left: 10px;
}

#playbtn {
	left:  194px;
}

#nextbtn {
	left: 373px;
}

div.slide_item {
	width: 960px;
	height: 370px;
	position: absolute;
	background: transparent;
overflow:hidden;
}

div.first_item {
	left: 0;
}

