﻿
#demo_container a, a:visited {
	color: #53a0e6;
}

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

#demo_container {
	width: 422px;
	height: 380px;
	position: relative;
	margin: 20px 0px 0px 0px;
	padding-left:2px;
	padding-top:2px;
	background-color:#061e3e;
}

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

#items_container {
	width: 420px;
	height: 280px;
	overflow: hidden;
	position: absolute;
	left: 2px;
	top: 2px;
	color: #333333;
}
#controls {
	width: 370px;
	height: 29px;
	position: relative;
	top:  300px;
	list-style: none;
	background-image:url('images/controls.png');
	background-repeat:no-repeat;
	margin-left:25px;
}

#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:"Orator Std",Arial;
	margin-top:2px;
}

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



/*  num nav stuff */

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

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


/*  end num nav stuff */



div.slide_item {
	width: 420px;
	height: 280px;
	position: absolute;
	left: 420px;
	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;
}

