div.scrollable {
	
	/* required settings */
	position:relative;
	overflow:hidden;	 	
	width: 545px;	
	height:310px;	
	
	
	/* custom decorations */
	background-color: #fff;
	border-bottom: 1px solid #d4cdba;
	border-right: 1px solid #d4cdba;
}
div.scrollable.web_projects{
	height:143px;
}
div.scrollable.home_projects{
	height:310px;
}

div.scrollable div.items {	
	/* this cannot be too large */
	width:20000em;	
	position:absolute;
	clear:both;		
	height: auto;
}

/* single scrollable item */
div.scrollable div.items div {
	float:left;
}
div.scrollable div.items div a{
		display: block;
	}

/* active item */
div.scrollable div.items div.active {

}

div.clear{
	clear:both;
}