.scroll_home {
	/* required settings */
		position:relative;
	overflow:hidden;
	width: 620px;
	height:360px;
	/* custom decorations */
		background-color:#dbe0e4;

}

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

/* single scrollable item */
div.scroll_home div.items div {
	float:left;
	
	/* custom decoration */
	text-align:center;
	width:620px;
	font-size:30px;
	font-family: Helvetica, Arial;
	background-color: #ddd;
}

/* active item */
div.scroll_home div.items div.active {
	border:1px inset #ccc;		
	background-color:#fff;
}

/* CASE STUDY */

.scroll_case_study {
	/* required settings */
		position:relative;
	overflow:hidden;
	width: 620px;
	height:440px;
	/* custom decorations */
		background-color:#dbe0e4;

}

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

/* single scrollable item */
div.scroll_case_study div.items div {
	float:left;
	
	/* custom decoration */
	text-align:center;
	width:620px;
	font-size:30px;
	font-family: Helvetica, Arial;
	background-color: #ddd;
}

/* active item */
div.scroll_case_study div.items div.active {
	border:1px inset #ccc;		
	background-color:#fff;
}
