#flowpanes {
    width: 490px;
    clear:both;
    overflow:hidden;
    position:relative;
	height: 136px;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: #ddd;
}

/* items */
div.items {
    width:20000em;
    position:absolute;
    clear:both;
}

div.items div.item {
    width: 474px;
    margin: 8px;
    height: 120px;
}

#flowpanes div {
    float: left;
    text-align: left;
}

#flowpanes h2 {
    margin-top: 15px;
}

#flowpanes p {
    margin: 0 15px 0 0;
}

/* tabs */
ul.navi {
    margin: 0;
    font-family: Arial;
    padding: 0px;
    border-bottom: 1px solid #d2d2d2;
    height: 20px;
/*  position: relative;
    width: 435px;
    top: 10px; 	
    left: 39px; */
    cursor: default;
    font-weight: normal;
    cursor: pointer;
}

ul.navi li {
    background: url(/images/tab-left.gif) left top no-repeat;
    padding-left: 4px;
    height: 20px;
    float: left;
    margin: 0;
    list-style-type: none;
}

ul.navi a {
    background: url(/images/tab-right.gif) right top no-repeat;
	height: 10px;
    padding: 5px 12px;
    border-bottom: 1px solid #D2D2D2;
    text-decoration: none;
    display: block;
    color: #333;
    font-size: 10px;
}

ul.navi li.active a, ul.navi a:hover {
    background-position: 100% -150px;
    border-bottom: 1px solid #fff;
    outline: none;
}

ul.navi li.active {
    background-position: 0 -150px;
}