a, a:visited {
	/*color: #04090a*/
}
a:hover {
/*	color: #FF6600;*/
}
.slider{
	margin:0px 0 0 0;
	clear:left;
}
#wrapper {
	width:228px;
	height:156px;
	position:relative;
}
#wrapper1 {
	width:228px;
	height:156px;
	position:relative;
}
#demo_container {
	/*background-color: #232323;*/
	width: 700px;
	height: 600px;
	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: 228px;
	height: 156px;
	overflow: hidden;
	position: absolute;
	/*background-color:#73b6c8;*/
}
#items_container1 {
	width: 228px;
	height: 156px;
	overflow: hidden;
	position: absolute;
	background:url(../images/slider-bg.png) no-repeat left top;
/*	background-color:#73b6c8;*/
	
}
#controls {
	width: 261px;
	position: absolute;
	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;
}
#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;*/
	position: absolute;
	font:normal 12px Arial, Helvetica, sans-serif;
	list-style: none;
	right:2px;
	top:5px;
}
ul {
	margin:0;
	padding:0;
}
#num_nav li {
	display: block;
	float: left;
/*	width: 20px;*/
/*  height: 20px;*/
	margin: 0px;
	/*background: #666666;*/
	/*background: url(../images/flash/img-inactive.gif) no-repeat;*/
	color:#FFFFFF;
	padding:0;
}
#num_nav a {
	display: block;
	width: 16px;
	padding:0;
	background: url(../images/flash/img-inactive.gif) no-repeat;
/*	background:url(../images/slider-dot.gif) no-repeat;*/
	text-indent:-99999px;
	height: 16px;
	/*line-height: 20px;*/
	text-align: center;
	text-decoration:none;
	color:#FFFFFF;
}
/*  end num nav stuff */

div.slide_item {
	width: 228px;
	height: 156px;
	position: absolute;
}
div.slide_item1 {
	width: 261px;
	height: 156px;
	margin:0 0 0 5px;
	position: absolute;
}
div.first_item {
	left: 0;
}
div.slide_item h3 {
	padding: 10px;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	color: #fff;
}
div.slide_item p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
	color:#fff;
}
/* back to post link*/
#goback {
	width: 700px;
	text-align: center;
	margin-bottom: 12px;
	position: absolute;
	bottom: 30px;
}
