@CHARSET "UTF-8";
/* everything is constructed with a single background image */

/* panes */
#flowpanes {
  background:#FFFFFF;
  left:0;
	width:621px;
  /* height:450px; */
}


/* single pane */
#flowpanes div {
  display:none; 
}

/* override the root element to enable scrolling */
#flowpanes {
	float:left;
	overflow:hidden;
	position:relative;
	z-index:100;
  background:none;
}

/* override single pane */
#flowpanes div {
	display:block;
	float:left;
	margin:0;
	padding:0;
	position:relative;
	width:621px;
}

/* our additional wrapper element for the items */
#flowpanes .items {
  width:20000em;
  position:absolute;
  clear:both;
  margin:0;
  padding:0;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
  #flowpanes .content table tr td{
  	padding-left:10px;
  }
}
#flowpanes .less, #flowpanes .less a {
  color:#333 !important;
  font-size:11px;
}
