* {
	margin: 0;
	padding: 0;
  }
/*html, body{
	font-size: 12px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
}*/
#items_container { /* Embed fix*/
    font-size: 12px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	position:relative;
	}

#items_container a, #items_container a:visited {
	color: #993300;
}

#items_container a:hover {
	color: #FF6600;
}

#demo_container {
	background-color: #232323;
	width: 460px;
	height: 400px;
	/*position:relative;*/
	margin: 0 auto;
}

#demo_container h2 {
	font-size: 20px;
	line-height: 120px;
	color: #999933;
	text-align: center;
}

#items_container {
	width: 460px;
	height: 275px;
	overflow: hidden;
	position: relative;
	left: 0px;
	top: 0px;
	background-color:#666666;
	/*color: #ffffff;z-index:-10;*/
	
}

.rotext {
 width:465px;
 color:#ffffff;
 padding-left:5px;
 padding-right:5px;
 margin:0px;
}

#controls {
	width: 460px;
	/*height: 10px;*/
	position: relative;
	top:-25px;
	left:20px;
}

#controls a {
	display: block;
	position: absolute;
	width: 20px;
	/*height: 20px;*/
	background-image:url(/scripts/moo/images/btn_img.jpg);
	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:155px;
}

#playbtn {
	left:  194px;
}

#nextbtn {
	left: 235px;
}

div.slide_item {
	width: 500px;
	height: 275px;
	position: absolute;
	left: 501px;
	top: 0px;
	background-color:#292929;
}

div.first_item {
	left: -500px;
}

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: 700px;
	text-align: center;
/*	margin-bottom: 12px;*/
	position: absolute;
/*	bottom: 30px;*/
}
