﻿.progressIndex
{
    height: 12px;
    width: 200px;
}
.progressIndex .ui-progressbar-value
{
    background-color: #ECB064;
    border: 1px solid #EE9422;
}
.ui-widget-content
{
    border: 1px solid #EE9422;
    color: #222;
}
#wrapper
{
    /*background-color: #ccc;*/
    width: 100%;
    height: 55%; /*min-height: 275px; margin: -150px 0 0 0;     position: absolute;*/
    bottom: 0;
    left: 0;
    padding: 20px 0;
}
#inner
{
    /*width: 100%;  height: 300px; margin-top: -75px;*/
    position: relative;
    overflow: hidden;
    margin-left: 25px;
    margin-right: 10px;
}
#carousel div
{
    border: 1px solid #999;
    background: #fff;
    width: 210px;
    height: 179px;
    float: left;
    padding: 10px;
    margin: 0 2px;
}

#pager
{
    text-align: center;
    margin-top: 20px;
    color: #666;
}
#pager a
{
    color: #666;
    text-decoration: none;
    display: inline-block;
    padding: 5px 10px;
}
#pager a:hover
{
    color: #333;
}
#pager a.selected
{
    background-color: #333;
    color: #ccc;
}
#prev, #next
{
    display: block;
    width: 50px;
    height: 80px;
    margin-top: -40px;
    position: absolute;
    top: 50%;
    z-index: 2;
}
#prev
{
    background: url("/images/ui-prev.png") no-repeat;
    left: 50%;
    margin-left: -490px;
}
#next
{
    background: url("/images/ui-next.png") no-repeat;
    right: 50%;
    margin-right: -501px;
}
#copy
{
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 10px;
    left: 0;
}
#copy, #copy a
{
    color: #999;
}

#donate-spacer
{
    height: 100%;
}
#donate
{
    width: 750px;
    padding: 50px 75px;
    margin: 0 auto;
    overflow: hidden;
}
#donate p, #donate form
{
    margin: 0;
    float: left;
}
#donate p
{
    width: 650px;
}
#donate form
{
    width: 100px;
}

.cellmiddle
{
    height: 25px;
    display: table-cell;
    vertical-align: middle;
}
