#colorbox, #cboxOverlay, #cboxWrapper {
    left:0;
    overflow:hidden;
    position:absolute;
    top:0;
    z-index:9999;
}
#cboxOverlay {
    height:100%;
    position:fixed;
    width:100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
    clear:left;
}
#cboxContent {
    overflow:hidden;
    position:relative;
}
#cboxLoadedContent {
    overflow:auto;
}
#cboxLoadedContent iframe {
    border:0 none;
    display:block;
    height:100%;
    width:100%;
}
#cboxTitle {
    margin:0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
    left:0;
    position:absolute;
    top:0;
    width:100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor:pointer;
}
#cboxOverlay {
    background:#000000/*url("../../images/colorbox/overlay.png") repeat scroll 0 0 transparent*/;
}
#colorbox {
}
#cboxTopLeft {
    background:#FFFFFF/*url("../../images/colorbox/controls.png") no-repeat scroll -100px 0 transparent*/;
    height:21px;
    width:10px;
}
#cboxTopRight {
    background:#FFFFFF/*url("../../images/colorbox/controls.png") no-repeat scroll -129px 0 transparent*/;
    height:21px;
    width:10px;
}
#cboxBottomLeft {
    background:#FFFFFF/*url("../../images/colorbox/controls.png") no-repeat scroll -100px -29px transparent*/;
    height:21px;
    width:10px;
}
#cboxBottomRight {
    background:#FFFFFF/*url("../../images/colorbox/controls.png") no-repeat scroll -129px -29px transparent*/;
    height:21px;
    width:10px;
}
#cboxMiddleLeft {
    background:#FFFFFF/*url("../../images/colorbox/controls.png") repeat-y scroll left top transparent*/;
    width:10px;
}
#cboxMiddleRight {
    background:#FFFFFF/*url("../../images/colorbox/controls.png") repeat-y scroll right top transparent*/;
    width:10px;
}
#cboxTopCenter {
    background:#FFFFFF/*url("../../images/colorbox/border.png") repeat-x scroll 0 0 transparent*/;
    height:21px;
}
#cboxBottomCenter {
    background:#FFFFFF/*url("../../images/colorbox/border.png") repeat-x scroll 0 -29px transparent*/;
    height:21px;
}
#cboxContent {
    background:none repeat scroll 0 0 #FFFFFF;
}
#cboxLoadedContent {
    margin-bottom:28px;
}
#cboxTitle {
    bottom:3px;
    color:#949494;
    left:0;
    position:absolute;
    text-align:center;
    width:100%;
}
#cboxCurrent {
    bottom:3px;
    color:#949494;
    left:58px;
    position:absolute;
}
#cboxSlideshow {
    bottom:3px;
    color:#0092EF;
    position:absolute;
    right:30px;
}
#cboxPrevious {
    background:url("../../images/colorbox/prevlabel.gif") no-repeat scroll 0px 0 transparent;
    bottom:0;
    height:25px;
    left:0;
    position:absolute;
    text-indent:-9999px;
    width:17px;
}
#cboxPrevious.hover {
    /*background-position:-75px -25px;*/
}
#cboxNext {
    background:url("../../images/colorbox/nextlabel.gif") no-repeat scroll 0px 0 transparent;
    bottom:0;
    height:25px;
    left:30px;
    position:absolute;
    text-indent:-9999px;
    width:17px;
}
#cboxNext.hover {
   /* background-position:-50px -25px;*/
}
#cboxLoadingOverlay {
    background:url("../../images/colorbox/loading_background.png") no-repeat scroll center center transparent;
}
#cboxLoadingGraphic {
    background:url("../../images/colorbox/loading.gif") no-repeat scroll center center transparent;
}
#cboxClose {
    background:url("../../images/colorbox/closelabel.gif") no-repeat scroll right top transparent;
    bottom:0;
    height:25px;
    position:absolute;
    right:0;
    text-indent:-9999px;
    width:67px;
}
#cboxClose.hover {
}
