Wrap colorbox main div into another
$.colorbox({
open: true,
height: 500,
width: 500,
onComplete: function() {
$("#colorbox").wrap("<div id='colorbox_wrapper' />")
},
onCleanup: function() {
$("#colorbox").unwrap("<div id='colorbox_wrapper' />")
}
});