



#demo_container {
	height: 320px;
	position: relative;
	margin: 51px 0px 0px 0px;	
	padding:0;
}


#demo_container h2 {
	font-size: 20px;
	line-height: 120px;
	color: #eee;
	text-align: center;
}

#items_container {
	width: 800px;
	height: 265px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 22px;
	background-color:#fff;
	color: #333333;
}

#controls {
	width: 500px;
	height: 30px;
	position: absolute;
	top:  225px;
	left: 133px;
	list-style: none;
}

#controls li {
	display: block;
	position: absolute;
	width: 120px;
	height: 29px;
	list-style: none;
}

#controls a {
	display: block;
	width: 42px;
	height: 42px;
	line-height: 72px;
	cursor: pointer;
	text-align: center;
	font-size: 14px;
	color:#999999;
}




/*#controls a:hover {
	background-image: url(../images/btn_img_over.jpg);
}*/

#prevbtn {
	left: -120px;
	background-image:url(../images/left-disabled.gif) no-repeat 0 0;
	height:42px;
	width:42px;
	z-index:1000;
}


#prevbtn a:hover {
	left: 10px;
	background-image:url(../images/left-enabled.gif) no-repeat 0 0;
	height:42px;
	width:42px;
}



#playbtn 
{
    top:40px;
	left:355px;
	
	
}

#nextbtn {
	
	height:42px;
	width:42px;	
	z-index:1000;
	left: 613px;
	
}


        #prevBtn, #nextBtn{ 
			display:block;
			width:30px;
			height:77px;
			position:absolute;
			left:-25px;
			top:71px;
			
			}	
		#nextBtn{ 
			left:701px;
			}														
		#prevBtn a, #nextBtn a{  
			display:block;
			width:30px;
			height:77px;
			background:url(../images/btn_prev.gif) no-repeat 0 0;	
			}	
			
			
		#nextBtn a{ 
			background:url(../images/btn_next.gif) no-repeat 0 0;	
			}						

/*  num nav stuff */


#num_nav {
	width: 260px;
	height: 30px;
	position: absolute;
	top:  290px;
	left: 540px;
	list-style: none;
}

#num_nav li {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	margin: 2px;
	border: 1px solid;
	border-color: #dddddd;
	background-color: #eaeaea;
}

#num_nav a {
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}


/*  end num nav stuff */



.slide_item {
	width: 800px;
	height: 265px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index:0;
	display:none;
	
}

div.first_item {
	left: 0;
	z-index:999;
	display:inline;
}


div.first_item2 
{
    
    left: 0;
	z-index:999;
	display:inline;
}

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;
}





