/*******************************************************************************
Village Website, isg.css
(c) 2008 BuzaMoto. All rights reserved.
Author: Takashi Okamoto http://buzamoto.com
*******************************************************************************/
.gallery {
  overflow: hidden;
  font-size: 9px;
  position: relative;
  width: 530px;
  margin: 0;
  padding: 0px;
}

.gallery div {
  padding: 0;
  margin: 0;
}

.isg_container {
  position: relative;
  padding: 0;
  margin: 0;
}

table.isg_table {
  margin: 0;
  padding: 0;
  line-height: 0;
}

table.isg_table tr { margin: 0; padding: 0; }
table.isg_table tr td {
  margin: 0;
  padding: 0 !important;
}

.isg_markup-wrapper {
  line-height: normal;
  overflow: hidden;
}

.isg_controller-wrapper {
  float: left;
  width: 100%;
}

.controller-wrapper {
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
}

a.isg_button {
  font-size: 10px;
  line-height: 0;
  padding: 0 2px;
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

a.isg_button:hover {
  color: #efefef;
  background-color: #111;
}

.empty-usage-gallery {
  height: 300px;
  background-color: black;
}

.empty-charset-gallery {
  height: 360px;
}