div.scrollable {
	height:260px;
	overflow:hidden;
	position:relative;
	width:440px;
	float:left;
}
.items {	
	height:20000em;	
	position:absolute;
	clear:both;		
	}
.latestWork{
	float:left;
	text-align:center;
	width:440px;
	height:260px;
	font-size:30px;
	font-family: 'bitstream vera sans';
	border:none;

}
a.disabled {
	visibility:hidden !important;		
}

#scrollHolder{
	position:relative;}
	/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
display:block!important;
width:18px;
height:18px;
float:left;
margin:0 10px;
cursor:pointer;
position:absolute;
z-index:999;
}



/* disabled navigational button */
/* next button uses another background image */


a.prev{
	width:400px; height:60px; position:absolute; z-index:999; margin-left:29px; margin-top:13px; overflow:hidden;
}
a.next{
	width:400px; height:60px; position:absolute; z-index:999; margin-top:160px; margin-left:29px; overflow:hidden;
	
}
	
	