#cboxClose,
#cboxNext,
#cboxPrevious {
    position:fixed;
    background-image:url("../icons/controls.png");
}
#cboxCurrent,
#cboxTitle {
    font-size:12px;
    font-weight:bold;
    color:#666;
    text-transform:uppercase;
}
#cboxLoadedContent {
    border:0px solid #000000; background:#fff;box-shadow: 0 0 5px 0px rgba(0,0,0,.3);
}
#cboxOverlay {
    background:#000; opacity: 0.9; filter: alpha(opacity = 90);
}
#cboxContent {
    position:absolute;
}
#colorbox,
#cboxOverlay,
#cboxWrapper {
    -moz-transform:none;
    -webkit-transform:none;
    transform:none;
}
