
#slide_container {
	background-color: #232323;
	width: 325px;
	height: 282px;
	position: relative;
}

#items_container {
	width: 300px;
	height: 235px;
	overflow: hidden;
	position: absolute;
	top: 10px;
	left: 10px;
}


div.slide_item {
	width: 300px;
	height: 235px;
	position: absolute;
	left: 476px;
	top: 0px;
	background-color:#292929;
	text-align: center;
}

div.first_item {
	left: 0;
}

#controls {
	width: 250px;
	height: 30px;
	position: absolute;
	top: 252px;
	left: 60px;
	list-style: none;
	padding: 0;
	margin: 0;
}

#controls li {
	float: right;
	padding: 0;
	margin: 0;
	list-style: none;
}

#controls a {
	display: block;
	cursor: pointer;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	color: #999999;
	padding: 1px 10px;
	border: 1px solid #666666;
	margin-left: 5px;
	text-decoration: none;
}

#controls a:hover {
	background: #333333;
	text-decoration: none;
	color: yellow;
}



/*  num nav stuff */

#num_nav {
	width: 200px;
	height: 30px;
	position: absolute;
	top: 252px;
	left: 8px;
	list-style: none;
	padding: 0;
	margin: 0;
}

#num_nav li {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	margin: 2px;
	border: 1px solid;
	border-color: #666666;
	background-color: #333333;
}

#num_nav a {
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #999999;
	text-decoration: none;
}


/*  end num nav stuff */



