/* everything is constructed with a single background image */

/* root element for tabs */
#flowtabs {
	/* dimensions */
	width:460px;
	height:31px !important;
	margin:0 !important;
	padding:7px 0 0 40px;
}

/* single tab */
#flowtabs li {
	display: block;
	float:left;
	margin:0;
	padding:0;
	text-indent:0;
	list-style-type:none;
}

/* a- tag inside single tab */
#flowtabs li a {
	display:block;
	height: 24px;
	width: 24px;
	padding:3px;
	margin:0 10px 0 0;
	background-color: transparent;
}

#flowtabs li a img {
	border: none;
}

#flowtabs li a.current {
	background-color: #ffffff/*1A1C48*/;
}


/* panes */
#flowpanes {
	width:466px;
	height:291px;
}
/* single pane */
#flowpanes div {
	display:none;
	margin:30px 20px;
}






/* override the root element to enable scrolling */
	#flowpanes {
	position:relative;
	overflow:hidden;
	clear:both;
}
/* override single pane */
	#flowpanes div {
	float:left;
	display:block;
	width:446px;
	height:261px;
}
/* our additional wrapper element for the items */
	#flowpanes .items {
	width:20000em;
	position:absolute;
	clear:both;
	margin:0;
	padding:0;
}

