/* Generated by KompoZer */
#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;
}
#cboxLoadedContent {
  overflow: auto;
}
#cboxLoadedContent iframe {
  border:  none;
  display: block;
  width: 100%;
  height: 100%;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}
#cboxOverlay {
  background: #7f8201 none repeat scroll 0% 50%;
}
#colorbox {
}
#cboxContent {
  margin-top: 20px;
}
#cboxLoadedContent {
  padding: 5px;
  background: white none repeat scroll 0% 50%;
}
#cboxTitle {
  position: absolute;
  top: -20px;
  left: 0;
  color: white;
}
#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0px;
  color: #cccccc;
}
#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #ffffff;
}
#cboxPrevious {
  background: transparent url(../images/controls.png) no-repeat scroll left top;
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -32px;
  height: 65px;
  text-indent: -9999px;
  width: 29px;
}
#cboxPrevious.hover {
  background-position: left bottom;
}
#cboxNext {
  background: transparent url(../images/controls.png) no-repeat scroll right top;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -32px;
  height: 65px;
  text-indent: -9999px;
  width: 29px;
}
#cboxNext.hover {
  background-position: right bottom;
}
#cboxLoadingOverlay {
  background: white none repeat scroll 0% 50%;
}
#cboxLoadingGraphic {
  background: transparent url(../images/loading.gif) no-repeat scroll center;
}
#cboxClose {
  background: transparent url(../images/controls.png) no-repeat scroll center top;
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  width: 38px;
  height: 19px;
  text-indent: -9999px;
}
#cboxClose.hover {
  background-position: center bottom;
}
