
#flowpanes { 
    position:relative; 
    overflow:hidden; 
    clear:both;
	width:615px;
	height:309px;
} 
#flowpanes img.prev {position:absolute; top:135px; left:10px; cursor:pointer;}
#flowpanes img.next {position:absolute; top:135px; right:10px;  cursor:pointer}

/* override single pane */ 
#flowpanes div { 
    float:left; 
    display:block; 
	width:615px;
	height:309px;
    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; 
}




