.next, .prev{
	cursor: pointer;
}

#project_navgiation
{
	position: relative;
	width: 580px;
}

#project_navgiation #buttons
{
	margin-top: 5px;
	width: 582px;
	text-align: center;
}

#project_navgiation #buttons a
{
	margin: 0px 15px 0px 15px;
	font-size: 24px;
	color: #bed62f;
	text-decoration: none;
}

#project_navgiation .prev
{
	cursor: pointer;
}

#project_navgiation .next
{
	cursor: pointer;
}

#slideshow
{
	overflow: hidden;
	width: 584px;
}

#slideshow ul
{
	width: 3900px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#slideshow li
{
	float: left;
	width: 85px;
	height: 58px;
	padding: 0px;
	cursor: pointer;
	list-style: none;
	
}

#slide_inactive
{
    margin: 0px 10px 0px 0px;
    border: 2px SOLID #af9d91;
}

#slide_active
{
    margin: 0px 10px 0px 0px;
	border: 2px SOLID #bed62f !important;
}
