#img
{
    border-bottom: #666 1px solid;
    border-left: #666 1px solid;
    border-top: #666 1px solid;
    border-right: #666 1px solid;
}
.next
{
    border-bottom: #666 1px solid;
    position: absolute;
    border-left: #666 1px solid;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    color: #fff;
    font-size: 11px;
    border-top: #666 1px solid;
    top: 40%;
    cursor: pointer;
    border-right: #666 1px solid;
    padding-top: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.prev
{
    border-bottom: #666 1px solid;
    position: absolute;
    border-left: #666 1px solid;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    color: #fff;
    font-size: 11px;
    border-top: #666 1px solid;
    top: 40%;
    cursor: pointer;
    border-right: #666 1px solid;
    padding-top: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.prev
{
    border-left-width: 0px;
    left: 0px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
}
.next
{
    border-right-width: 0px;
    right: 0px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0;
}
.next:hover
{
    background-color: #000;
    text-decoration: underline;
}
.prev:hover
{
    background-color: #000;
    text-decoration: underline;
}
.disabled
{
    visibility: hidden;
}
.info
{
    position: absolute;
    padding-bottom: 10px;
    padding-left: 15px;
    bottom: 0px;
    padding-right: 15px;
    color: #fff;
    font-size: 11px;
    border-top: #666 1px solid;
    padding-top: 10px;
    left: 0px;
}
.info STRONG
{
    display: block;
}
.progress
{
    position: absolute;
    display: none;
    top: 45%;
    left: 50%;
}
.next
{
    background: #333;
}
.prev
{
    background: #333;
}
.info
{
    background: #333;
}

