#colorbox,#cboxOverlay,#cboxWrapper {
position:absolute;
top:0;
left:0;
z-index:9999;
}

#cboxOverlay {
position:fixed;
left:0;
top:0;
width:100%;
height:100%;
}

#cboxMiddleLeft,#cboxBottomLeft {
clear:left;
}

#cboxContent {
position:relative;
}

#cboxLoadedContent {
overflow:auto;
z-index:10000;
}

#cboxLoadedContentPrev {
overflow:auto;
z-index:9999;
}

#cboxTitle {
margin:0;
}

#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow {
cursor:pointer;
}

#cboxPrevious,#cboxNext {
position:fixed!important;
overflow:hidden;
z-index:10000;
}

#cboxLoadingGraphic {
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
}

#cboxClose {
right:0;
background-position:-100px -25px;
}

#cboxClose:hover {
background-position:-100px 0;
}