﻿

#demo_container a:hover {
	color: #ffffff;
}

#demo_container {
	width: 580px;
	height: 400px;
	position: relative;
	margin: 10px 0px 0px 0px;
}

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

#items_container {
	width: 580px;
	height: 320px;
	overflow: hidden;
	position: relative;
	color: #333333;
}
#controls {
	width: 370px;
	height: 29px;
	position: relative;
	top:  10px;
	list-style: none;
	background-image:url('images/controls.png');
	background-repeat:no-repeat;
	margin-left:115px;
}

#controls li {
	display: block;
	position: absolute;
	width: 107px;
	height: 25px;
	background-image:url(images/btn.png);
	list-style: none;
	vertical-align:middle;
}

#controls a {
	display: block;
	width: 107px;
	height: 25px;
	line-height: 25px;
	cursor: pointer;
	text-align: center;
	font-size: 14px;
	color:#ffffff;
}

#controls a:hover {
	background-image: url(images/btn.png);
}

#prevbtn {
	margin-top:7px;
	margin-left:-15px;
}

#playbtn {
	left:  140px;
	font-family:Verdana;
	margin-top:7px;
}

#nextbtn {
	left: 275px;
	margin-top:7px;
}



/*  num nav stuff */

#num_nav {
	width: 350px;
	height: 30px;
	list-style: none;
	position: relative;
	top:  20px;
	padding:0px;
}
#num_nav li {
	display: block;
	float: left;
	width: 18px;
	height: 20px;
	margin: 2px;
	border: 1px solid;
	border-color: #e5e5e5;
	background-color: #c4c4c4;
}

#num_nav a {
	display: block;
	width: 18px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}


/*  end num nav stuff */



div.slide_item {
	width: 580px;
	height: 320px;
	position: absolute;
	left: 580px;
	background-color:#292929;
}

div.first_item {
	left: 0;
}

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

