
/* Viewer */

.imggallery_table td
{
  padding-right: 5px;
  padding-bottom: 5px;
}

.imggallery_table td.last_col
{
  padding-right: 0px;
}

.imggallery_table td.last_row
{
  padding-bottom: 0px;
}

.imggallery_table img
{
  border: solid 1px #3aa8d9;
}


/* FancyBox overridding */

div#fancy_title
{
  bottom: -22px;
  background-color: #fff;
}

td#fancy_title_left, td#fancy_title_main, td#fancy_title_right
{
  height: 22px;
  background: transparent;
}

div#fancy_title div
{
  padding-bottom: 5px;
  color: #555;
  font-weight: normal;
}



/* Editor */

.imggallery_parent
{
  border:solid 1px #ccc;
}

.imggallery_toolbar
{
  height:50px;
  background-color: #eee;
  border-bottom: solid 1px #ccc;
  color:#000;
}

.imggallery_toolbar div, .imggallery_toolbar table
{
  float: left;
}

.imggallery_toolbar_sep
{
  width: 0px;
  height: 40px;
  margin: 5px 20px;
  border-left:solid 1px #999;
}

.imggallery_tnwidth, .imggallery_tnheight, .imggallery_tncolnb
{
  width: 25px;
}

.imggallery_tnwidth, .imggallery_tnheight
{
  margin-right: 10px;
}

.imggallery_bottombar
{
  display:none;
  height:20px;
  background:#eee url(/images/arrowdown.png) no-repeat bottom center;
  border-top:solid 1px #ccc;
}

.imggallery_items
{
  list-style-type: none;
  margin: 0px;
  padding: 10px 0px 7px 0px;
  width: 100%;
}

.imggallery_items li
{
  margin: 0px 3px 3px 3px;
  padding: 5px;
  padding-left: 20px;
  font-size: 12px;
}

.imggallery_items li.selected
{
  background: #F3F7FB;
}

.imggallery_src input
{
  width:85%;
}

.imggallery_tn img
{
  border:solid 1px #ccc;
}





