#tabs {
    position: absolute;
    bottom: 0;
}


#row1, #row2 {
    width: 750px;
    height: 190px;
    display: block;
    margin: 0 0 0 5px;
}



.tab {
    text-align: center;
    width: 235px;
    height: 175px;
    padding: 5px 0 0 0;
    margin: 10px 12px 0 0;
    float: left;
    overflow: hidden;
}

#row1 .tab {
    height: 166px;
}

.tab.blue {
    background: url(../upload/misc/element1_wide.gif) left top no-repeat;
}
.tab.pink {
    background: url(../upload/misc/element2_wide.gif) left top no-repeat;
}
.tab.green {
    background: url(../upload/misc/element3_wide.gif) left top no-repeat;
}
.tab.orange {
    background: url(../upload/misc/element4_wide.gif) left top no-repeat;
}
.tab.red {
    background: url(../upload/misc/element5_wide.gif) left top no-repeat;
}


.tab h1 {
    color: #fff;
    font-weight: normal;
    height: 11px;
    line-height: normal;
    margin: 10px 0;
}

.tab h1 a,
.tab h1 a:hover, 
.tab h1 a:active, 
.tab h1 a:visited {
    color: #fff;
}

.tabts {
    margin: 7px 10px !important;
    margin: 3px 10px;
}

.tabt a:hover,
.tabt a:active,
.tabt a:visited {
    font-size: 10px;
}

.tab.green .tabt a {
    background: url(../upload/misc/arrow2_small.gif) left 1px no-repeat;
}
.tab.blue .tabt a {
    background: url(../upload/misc/arrow3_small.gif) left 1px no-repeat;
}
.tab.pink .tabt a {
    background: url(../upload/misc/arrow4_small.gif) left 1px no-repeat;
}
.tab.orange .tabt a {
    background: url(../upload/misc/arrow5_small.gif) left 1px no-repeat;
}
.tab.red .tabt a {
    background: url(../upload/misc/arrow6_small.gif) left 1px no-repeat;
}

.tabt a {
    padding-left: 13px;
    display: block;
}