#flowpanes { 
    position:relative; 
    overflow:hidden; 
    clear:both; 
	width:811px;
	height: 257px;
} 
 
/* override single pane */ 
#flowpanes div.item { 
    float:left; 
    display:block; 
    width:811px; 
    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; 
}

.hp-layout #flowpanes{
	/*padding-top:15px;*/
}