#cboxOverlay
{
    background: #000;
    opacity: 0.5;
}
#cboxContent
{
    overflow: visible;
    margin: 20px;
    background-color: #fff;
    padding: 10px 10px 10px 10px;
    box-shadow: 0 0 10px 10px #959595;
    border-radius: 2px;
}

#cboxTitle
{
    position: absolute;
    bottom: 3px;
    left: 0;
    text-align: center;
    width: 100%;
    color: #555;
    background: #fff;
    height: 22px;
}

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose
{
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    text-indent: -9999px;
    width: 20px; height: 20px;
    position: absolute;
    background: no-repeat 0 0;
}

#cboxClose,
#cboxClose:hover,
#cboxClose:active,
#cboxClose:focus
{
    top: -20px;
    right: -20px;
    background: transparent url(../img/colorbox-close.png) top left no-repeat;
    width: 42px;
    height: 42px;
    box-shadow: none;
}

#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active
{
    outline:0;
}

#cboxPrevious
{
    position: absolute;
    left: 8px;
    bottom: 3px;
    width: 21px;
    height: 21px;
    background: transparent url(../img/colorbox-previous.png) top left no-repeat;
}

#cboxCurrent
{
    position: absolute;
    bottom: 3px;
    left: 35px;
    color: #959595;
}

#cboxNext
{
    position: absolute;
    left: 120px;
    bottom: 3px;
    background: transparent url(../img/colorbox-next.png) top left no-repeat;
    width: 21px;
    height: 21px;
}