.officepic { 
		/* required settings */
		position:relative;
		overflow:hidden;	 	
		width: 940px;	
		height:370px;	

		/* custom decorations */
		background-color:#dbe0e4;				

}

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

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

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

