#cboxControls {position:fixed; top:0; left:50%; z-index:10000; width:0;}
#cboxControlsWrappers {background:white; height:21px; padding:5px 10px 0 10px; width:220px; position:absolute; left:-120px;-moz-box-shadow:0 0 9px rgba(0,0,0,0.10); -webkit-box-shadow:0 0 9px rgba(0,0,0,0.10); box-shadow:0 0 9px rgba(0,0,0,0.10); -moz-border-radius:0 0 8px 8px; -webkit-border-radius:0 0 8px 8px; border-radius:0 0 8px 8px;}
#colorbox, #cboxOverlay, #cboxWrapper {position:absolute; top:0; left:0; z-index:9999;}
#cboxOverlay{position:fixed; width:100%; height:100%; background:#fff;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; background:#fff;}
#cboxLoadedContent{overflow:auto; padding:0 0 30px 0;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

#cboxTopLeft{width:36px; height:36px; background:url(../lightboks_border_control.png) 0 0 no-repeat;}
#cboxTopCenter{height:36px; background:url(../lightboks_border.png) 0 0 repeat-x;}
#cboxTopRight{width:36px; height:36px; background:url(../lightboks_border_control.png) -36px 0 no-repeat;}
#cboxBottomLeft{width:36px; height:36px; background:url(../lightboks_border_control.png) 0 -36px no-repeat;}
#cboxBottomCenter{height:36px; background:url(../lightboks_border.png) 0 -36px repeat-x;}
#cboxBottomRight{width:36px; height:36px; background:url(../lightboks_border_control.png) -36px -36px no-repeat;}
#cboxMiddleLeft{width:36px; background:url(../lightboks_border_control.png) -72px 0 repeat-y;}
#cboxMiddleRight{width:36px; background:url(../lightboks_border_control.png) -108px 0 repeat-y;}
#cboxTitle{margin:0; position:absolute; bottom:-18px; left:0; text-align:center; width:100%; color:black; font:bold 11px Tahoma; padding:10px 0; background:white;}
#cboxLoadingOverlay{background:url(../loading.gif) no-repeat;}

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxCurrent, #cboxClose {color:#8e8e8e; font:bold 10px Arial; float:left; padding:1px 5px 3px 5px; margin:0 1px;}
#cboxPrevious:hover, #cboxNext:hover, #cboxSlideshow:hover, #cboxClose:hover {color:white; background:#8e8e8e; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;}
#cboxCurrent, #cboxClose {float:right;}