/* override the root element to enable scrolling */
	#flowpanes {
		position:relative;
		overflow:hidden;
		clear:both;
		height: 800px;
		border: #eee 1px solid;
		padding: 5px;
		background: #252525;
		margin-bottom: 20px;
	}

	/* override single pane */
	#flowpanes div {
		float:left;
		display:block;
		width:670px;
		font-size:14px;
		height: 800px;
	}

	/* our additional wrapper element for the items */
	#flowpanes .items {
		width:20000em;
		position:absolute;
		clear:both;
		margin:0;
		padding:0;
	}
	
	#flowpanes .items div {
		height: 650px;
		background: #eee;
		padding: 20px;	
	}

	#flowpanes .less, #flowpanes .less a {
		color:#999 !important;
		font-size:11px;
	}
	
	#flowpanes div.case {
		height: 660px;
		width: 280px;
		margin: 0 20px 0 0;
		padding: 20px;
		font-size: 90%;
	}
	
	#flowpanes div.case-img {
		height: 445px;
		width: 280px;	
		background: transparent url(img/screenbg.png) top left no-repeat;	
		margin: 0; padding: 0;
	}
	
	img.screen {
		padding: 10px 0 0 10px;
	}
	
	#flowpanes div.case h3 {
		border-bottom: #252525 1px dotted;
		padding-bottom: 5px;
	}
	
	#flowpanes div.case p {
		padding: 15px;
	}
	
	div.navi {
		display: none;
	}
