/* everything is constructed with a single background image */



/* panes */
#flowpanes {
	overflow:hidden;
	clear:both;
	width: 540px;
	height: 260px;
	position: relative;
}

/* single pane */
#flowpanes div {
	display:block;
	width:540px;
	height:260px
	font-size:14px;
	height: 260px;
	float: left;
	text-decoration:none;
}


#flowpanes .items {
	width:20000em;
	position:absolute;
	clear:both;
	margin:0;
	padding:0;
	text-decoration:none;
}

a {
text-decoration:none;
}
