#kxGalleryViewer
{
  background-color: #ccc;
  padding-bottom:5px;
  border: 2px solid #000;
}
  #kxGalleryContent
  {
    background-color: #ccc;
    color: #000;
  }
    #kxGalleryContent h1
    {
      margin-top: 0px;
      margin-bottom: 0px;
    }
    #kxGalleryContent p
    {
      margin-top: 0px;
      margin-bottom: 0px;
    }
    #kxGalleryDescription
    {
      padding: 4px;
      text-align:justify;
    }
    #kxGalleryHeading
    {
      font-size:150%;
      text-align:center;
      background-color: #ccc;
      color: #a00;
    }
#kxGalleryNavigation
{
  background-color: #ccc;
}
  #kxGalleryList
  {
    background-color: #ccc;
  }
    #kxGalleryList table
    {
      border: none;
    }

/* Don't change these values */
#kxGalleryViewer
{
  position: absolute;
  display:none;
  top:0px;
  left:0px;
  z-index:1000;
}
  #kxGalleryViewer table
  {
    border: none;
  }

#kxGalleryNavigation
{
  position: absolute;
  display:none;
  top:0px;
  left:0px;
  width: 600px;
  height: 56px;
  z-index:999;
  padding: 4px;
  border: 2px solid #000;
}
  #kxGalleryNavLeft
  {
    width:23px;
    float:left;
  }
  #kxGalleryList
  {
    height:50px;
    overflow:hidden;
    width:554px;
    float:left;
  }
    #kxGalleryList img
    {
      float:left;
    }
    #kxGalleryList table
    {
      margin-left:0px;
    }
  #kxGalleryNavRight
  {
    width:23px;
    float:right;
  }
img.kxGalleryPrevious, img.kxGalleryNext, img#kxGalleryCloseSrc, div#kxGalleryList img
{
	cursor: pointer;
}