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


#demo_container {
	width: 200px;
	height: 370px;
	position: relative;
	margin: 0px;
	padding: 0px;
}

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

#items_container {
	width: 200px;
	height: 370px;
	overflow: hidden;
	position: absolute;
}
#controls {
	width:200px;
	height:30px;
	list-style: none;
}

#controls li {
	display: block;
	width: 65px;
	height: 20px;
	list-style: none;
	vertical-align: middle;
}

#controls a {
	display: block;
	width: 55px;
	height: 20px;
	line-height: 20px;
	cursor: pointer;
	text-align: center;
	font-size: 10px;
	background-color:#E5E5E5;
	color:#666666;
}

#prevbtn {
	float:left;
}

#playbtn {
	float: left;
}

#nextbtn {
	float:left;
}



/*  num nav stuff */

#num_nav {
	width: 200px;
	height: 30px;
	list-style: none;
	float:right;
	padding:0px;
	margin:0px;
}

#num_nav li {
	display: block;
	float: left;
	width: 18px;
	height: 20px;
	margin: 2px;
}

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


/*  end num nav stuff */



div.slide_item {
	width: 200px;
	height: 370px;
	position: absolute;
	left: 200px;
}

div.first_item {
	left: 0;
}

/* back to post link*/
#goback {
	width: 400px;
	text-align: center;
	margin-bottom: 12px;
	position: absolute;
	bottom: 30px;
}

