* {
	margin: 0;
	padding: 0;
}

html, body{
	background-color: #e9e9e9;
	font-size: 12px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #292724;
}

a, a:visited {
	color: #993300
}

a:hover {
	color: #FF6600;
}

#demo_container {
	background-color: #e9e9e9;
	width: 700px;
	height: 600px;
	position: relative;
	margin: 0 auto;
}

#demo_container h2 {
	font-size: 20px;
	line-height: 120px;
	color: #999933;
	text-align: center;
}

#items_container {
	width: 500px;
	height: 300px;
	overflow: hidden;
	position: absolute;
	left: 205px;
	top: 250px;
	background-color:#e9e9e9;
	color: #333333;
}

#controls {
	width: 500px;
	height: 30px;
	position: absolute;
	top:  512px;
	left: 204px;
}

#controls a {
	display: block;
	position: absolute;
	width: 120px;
	height: 29px;
	background-image:url(../images/button.jpg);
	line-height: 27px;
	cursor: pointer;
	text-align: center;
	font-size: 14px;
	color:#999999;
}

#controls a:hover {
	background-image: url(../images/buttonhover.jpg);
}

#prevbtn {
	left: 10px;
}

#playbtn {
	left:  194px;
}

#nextbtn {
	left: 373px;
}

div.slide_item {
	width: 500px;
	height: 234px;
	position: absolute;
	left: 501px;
	top: 20px;
	background-color:#ffffff;
}

div.first_item {
	left: 0;
}

div.slide_item h3 {
	padding: 10px;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	color: #141414;
}

div.slide_item p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
	color:#515151;
}
