/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}


/* override the root element to enable scrolling */
#flowpanes {
	position:relative;
	overflow:hidden;
	clear:both;
	height: 465px;
}

/* override single pane */
#flowpanes div {
	float:left;
	display:block;
	width:750px;
	cursor:pointer;
	font-size:14px;
}

/* our additional wrapper element for the items */
#flowpanes .items {
	width:20000em;
	position:absolute;
	clear:both;
	margin:0;
	padding:0;
}


#flowpanes .less, #flowpanes .less a {
	color:#999 !important;
	font-size:11px;
}


/* override the root element to enable scrolling */
#flowpanes2 {
	position:relative;
	overflow:hidden;
	clear:both;
	height: 225px;
}

/* override single pane */
#flowpanes2 div {
	float:left;
	display:block;
	width:789px;
	cursor:pointer;
	font-size:14px;
}

/* our additional wrapper element for the items */
#flowpanes2 .items {
	width:20000em;
	position:absolute;
	clear:both;
	margin:0;
	padding:0;
	
}


#flowpanes2 .less, #flowpanes2 .less a {
	color:#999 !important;
	font-size:11px;
}



