﻿/* override the root element to enable scrolling */ 
#flowpanes { 
    position:relative; 
    overflow:hidden; 
    clear:both; 
    width: 650px;
    height: 900px;
} 
 
/* override single pane */ 
#flowpanes div { 
    float:left; 
    display:block; 
    width: 650px;
   
    cursor:pointer; 
    font-size:14px; 
    overflow: hidden;
    
} 
 
/* our additional wrapper element for the items */ 
#flowpanes .items { 
    width: 4000px; 
    position:absolute; 
    clear:both; 
    margin:0; 
    padding:0; 
   left: 0;
   top:0;
} 
 
#flowpanes .less, #flowpanes .less a { 
    color:#999 !important; 
    font-size:11px; 
}




#demotip { 
    display:none; 
    background:transparent url(/tools/img/tooltip/black_arrow.png); 
    font-size:12px; 
    height:70px; 
    width:160px; 
    padding:25px; 
    color:#fff;     
}

#flownav
{
    margin: 5px 0 15px 0;
    text-align: center;

}

#flownav a
{
    
      background-color: #f8f8f8;
    text-align: center;
    width: 20px;
    border: solid 1px #888;
    margin-right: 14px;
    padding: 2px 6px;
    
 /*
    color: #888888;
    text-decoration: none;
*/
}



#flownav a:hover
{

/*
    color: #ffffff;
    background-color: #063376;
*/
}

