#colorbox { left: 0px; top: 0px; overflow: hidden; position: absolute; z-index: 9999; } #cboxOverlay { left: 0px; top: 0px; overflow: hidden; position: absolute; z-index: 9999; } #cboxWrapper { left: 0px; top: 0px; overflow: hidden; position: absolute; z-index: 9999; } #cboxOverlay { width: 100%; height: 100%; position: fixed; } #cboxMiddleLeft { clear: left; } #cboxBottomLeft { clear: left; } #cboxContent { overflow: hidden; position: relative; } #cboxLoadedContent { overflow: auto; } #cboxLoadedContent iframe { border: 0px currentColor; border-image: none; width: 100%; height: 100%; display: block; } #cboxTitle { margin: 0px; } #cboxLoadingOverlay { left: 0px; top: 0px; width: 100%; position: absolute; } #cboxLoadingGraphic { left: 0px; top: 0px; width: 100%; position: absolute; } #cboxPrevious { cursor: pointer; } #cboxNext { cursor: pointer; } #cboxClose { cursor: pointer; } #cboxSlideshow { cursor: pointer; } #cboxOverlay { background: rgb(0, 0, 0); } #colorbox { } #cboxContent { background: rgb(0, 0, 0); margin-top: 20px; } #cboxLoadedContent { background: rgb(0, 0, 0); padding: 5px; } #cboxTitle { left: 0px; top: -20px; color: rgb(204, 204, 204); position: absolute; } #cboxCurrent { top: -20px; right: 0px; color: rgb(204, 204, 204); position: absolute; } #cboxSlideshow { top: -20px; right: 90px; color: rgb(255, 255, 255); position: absolute; } #cboxPrevious { background: url("/site_images/colorbox/controls.png") no-repeat left top; left: 5px; top: 50%; width: 28px; height: 65px; text-indent: -9999px; margin-top: -32px; position: absolute; } .hover#cboxPrevious { background-position: left bottom; } #cboxNext { background: url("/site_images/colorbox/controls.png") no-repeat right top; top: 50%; width: 28px; height: 65px; right: 5px; text-indent: -9999px; margin-top: -32px; position: absolute; } .hover#cboxNext { background-position: right bottom; } #cboxLoadingOverlay { background: rgb(0, 0, 0); } #cboxLoadingGraphic { background: url("/site_images/colorbox/loading.gif") no-repeat center; } #cboxClose { background: url("/site_images/colorbox/controls.png") no-repeat top; top: 5px; width: 38px; height: 19px; right: 5px; text-indent: -9999px; display: block; position: absolute; } .hover#cboxClose { background-position: bottom; }