/*

    ColorBox Core Style

    The following rules are the styles that are consistant between themes.

    Avoid changing this area to maintain compatability with future versions of ColorBox.

*/

#colorbox, #cboxOverlay{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#colorbox{position:fixed;}

#cboxOverlay{position:fixed;  left:0; top:0; width:100%; height:100%;}

#cboxContent{margin-top:32px;}

#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}

#cboxOverlay{background:#fff;}

#cboxClose{text-indent:-9999px; width:20px; height:20px; cursor:pointer; position:absolute; top:-20px; background:url(images/controls.png) -50px 0px no-repeat; right:0;}
#cboxClose.hover{background-position:-50px -25px;}