
#items_container {
	width: 670px;
	height: 350px;
	overflow: hidden;
	position: relative;
	left: 0px;
	top: 0px;
	background:url(../images/bookBg.gif) repeat-x;
	color: #ffffff;
}

/*  num nav stuff */

#num_nav {

list-style: none;
}

.portfolioPageNums{
	width:670px;
	z-index:999;
	position:absolute;
	margin: 345px 0px 0px 0px;
}
.portfolioPageNums ul{
margin:0px;
padding:0px;	
float:right;
}
.portfolioPageNums li{
	
float:left;
margin:8px;
color:#717171;
font-weight:bold;
}	


/*  end num nav stuff */
div.slide_item {
	width: 670px;
	height: 350px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color:#292929;
}

div.first_item {
	left: 0;
}



