#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:999;}
#cboxOverlay{background:#000000; position:fixed; width:100%; height:100%;}
#cboxClose{cursor: pointer;}
#colorbox{ border: #ffffff 2px solid;}
#cboxWrapper {background: #000000;}
#cboxContent{background:#000000; position:relative; overflow:visible; z-index: 1000;}
#cboxLoadedContent{background:#000000; overflow: hidden;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxHoverPrevious {background: url(../images/cb/bg.png); width: 48%; height: 100%; display: block; position: absolute; top:0; left: 0; z-index: 1100;}
#cboxHoverPrevious:hover {background: url(../images/cb/hoverPrevious.png) center left no-repeat; cursor: pointer; z-index: 1100;}
#cboxHoverNext {background: url(../images/cb/bg.png); width: 48%; height: 100%; display: block; position: absolute; top: 0; right: 0; z-index: 1100;}
#cboxHoverNext:hover {background: url(../images/cb/hoverNext.png) center right no-repeat; cursor: pointer; z-index: 1100;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxLoadingOverlay{background:#000;}
#cboxLoadingGraphic{background:url(../images/cb/progress.gif) center center no-repeat;}
#cboxTitle{ width: 100%; height: 30px; display: block; color: #ffffff; font-weight: bold; text-align: center; line-height: 30px; }
#cboxClose{ width: 30px; height: 30px; background: url(../images/cb/close.png) 0 0 no-repeat; display: block; position: absolute; top: -20px; right: -20px; cursor: pointer; text-indent: -10000px; z-index: 1110;}