/* panes */
#flowpanes {
	background:url(h300.png) repeat-x;
	width: 535px;
	height:160px;
	border:1px solid #ccc;
}


/* single pane */
#flowpanes a {
	/*display:none;	*/
	/*margin:20px 40px;*/
	margin:16px 10px 20px 20px;
	width:100px;
	height:140px;
	text-decoration: none;
	color:#666666;
}

#flowpanes img {
	float:left;
	/*margin:20px 5px 20px 21px;*/
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	cursor:pointer;
	width:100px;
	height:75px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* active item */
#flowpanes .active img {
	border:2px solid #000;
	z-index:9999;
	position:relative;
}
#flowpanes .active span {
	color:#000000;
}

/*#flowpanes .active span {
	font-weight: bold;
}*/
/*#flowpanes a {
	text-decoration: none;
	color:#555555;
}*/
#flowpanes a:hover {
	color:#000000;
}


/* override the root element to enable scrolling */
#flowpanes {
	position:relative;
	overflow:hidden;
	clear:both;
}

/* override single pane */
#flowpanes a {
	float:left;
	display:block;
	width:100px;
	cursor:pointer;
	font-size:12px;
	/*margin:20px 5px 20px 21px;*/
}

/* 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;
}