#recentWork {
	position: absolute;
	top: 155px;
	left: 42px;
	display: none;
}
#recentWork ul, #recentWork li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#recentWork li{ 
		width:600px;
		height:250px;
		overflow:hidden;
		}
	span#prevBtn {
		height: 250px;
		width: 39px;
		border-right: 1px solid #aaaeb1;
		position: absolute;
		top: 155px;
		left: 3px;
	}
	span#nextBtn {
		height: 250px;
		width: 39px;
		border-left: 1px solid #fff;
		position: absolute;
		top: 155px;
		right: 219px;
	}
	span#prevBtn a {
	display: block;
	margin-top: 90px;
	width: 39px;
	height: 81px;
	background: url(../images/recentwork/leftarrow.png) no-repeat;
	}
	span#nextBtn a {
	display: block;
	margin-top: 90px;
	width: 39px;
	height: 81px;
	background: url(../images/recentwork/rightarrow.png) no-repeat;
	}	