#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

#cboxOverlay{background:#000;}
#colorbox{}
#cboxContent{background:#fff; margin-top:20px;}
#cboxLoadedContent {
  background: #fff;
  padding: 10px 10px 50px 115px;
}

#cboxTitle {
  bottom:20px;
  font-size: 85%;
  color:#000;
  left:0;
  position:absolute;
  text-align:center;
  width:100%;
}

#cboxCurrent {
  font-size: 80%;
  position:absolute;
  bottom:50px;
  text-align:center;
  color:#000;
  width: 105px;
}

#cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}




#cboxPrevious{position:absolute; bottom:15px; left:23px; background:url(../images/controls.png) -75px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
#cboxPrevious.hover{background-position:-75px -25px;}

#cboxNext{position:absolute; bottom:15px; left:56px; background:url(../images/controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
#cboxNext.hover{background-position:-50px -25px;}

#cboxLoadingOverlay{background:#fff;}
#cboxLoadingGraphic{background:url(../images/loading.gif) center center no-repeat;}

#cboxClose{position:absolute; bottom:15px; right:10px; display:block; background:url(../images/controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
#cboxClose.hover{background-position:-25px -25px;}

#cboxlogo {
  position:absolute;
  top:20px; left:20px;
  background: #fff url(../images/ekm_logo_small.gif) center center no-repeat; width:74px; height:73px;
}