/**** Scrollable Script*******************************/ #flowtabs { width:625px; border-bottom:1px solid #aaa; float:left; margin:15px 0 15px 0; padding-top:15px; padding-left:15px; list-style:none; } #flowtabs li { border-color:#aaa; border-style:solid solid hidden; border-width:1px; float:left; margin:0 4px -1px 0; } #flowtabs li a { background:url("images/bg-input.jpg") repeat-x scroll left top transparent; font-weight:400; display:block; padding:4px 7px 2px; } #flowtabs a:hover { color:#c00; } #flowtabs a.current { border-bottom-color:#FFF; margin-top: 0px; background:#FFF none repeat scroll 0 0; font-weight:700; } #flowpanes { background:url("images/grey2white.jpg") repeat-x scroll left bottom transparent; width:640px; height:450px; } /* single pane */ #flowpanes div { display:none; margin:20px 30px; } /* override the root element to enable scrolling */ #flowpanes { position:relative; overflow:hidden; clear:both; } /* override single pane */ #flowpanes div { float:left; display:block; width:580px; } /* 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; } .scroll-navi { background:#f6f6f6; text-align: center; border-bottom:1px solid #aaa; padding:15px 0; margin-bottom:15px; }