/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}


/* panes */
#flowpanes {
	width:500px;
	height:370px;	
}


/* single pane */
#flowpanes div {
	display:none;	
	color:#fff;	
	margin:0px 0px;
}

/* some decorations for elements inside single pane */
#flowpanes div h2 {
	font-weight:normal;
	color:#ddd;
	letter-spacing:1px;
	margin:10px 0 0 0;
	font-size:22px;	
}

#flowpanes a {
	color:#fff;		
	font-size:12px;
}

#flowpanes a:hover {color:#FFCC00;}

#flowpanes p, #flowpanes samp {
	color:#fff;		
}

#flowpanes .narrow {
	padding-right:160px;		
}

/* override the root element to enable scrolling */
	#flowpanes {
		position:relative;
		overflow:hidden;
		clear:both;
	}
 
	/* override single pane */
	#flowpanes div {
		float:left;
		display:block;
		width:500px;
		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;
	}
	
#flowpanes .icon_box1{
	float:left;
	width:80px; height:100px;

	font-size:12px; line-height:12px;
	text-align:center;
	padding: 5px 0px 0px 0px; margin-bottom:0px;
	
	}