#featured-projects {
	width:660px;
	height:332px;
	padding:0;
	text-align:center;
	background:url(/images/bg_thisissue.gif) no-repeat;
	position:relative;
	margin-left: -10px;
	margin-top: 10px;
}
img#right-arrow {
	position:absolute;
	top:110px;
	right:24px;
	cursor:pointer;
	z-index:100;
}
img#left-arrow {
	position:absolute;
	top:110px;
	left: 15px;
	cursor:pointer;
	z-index:100;
}

#project-slide {
	float:left;
	margin:0;
	padding:0;
	text-align:left;
	overflow:hidden;
	width:562px;
	position:relative;
	top:50px;
	left:44px;
}

#project-slide ul {
	margin:0;
	padding:0;
	width:3000px;
}
#project-slide ul li {
	margin:0 23px 0 0;
	padding:0;
	float:left;
	list-style:none; 
	width:172px;
}
#project-slide ul li p{
	margin-top:10px;
}
