/*******************************************************************************

FILE: isg.css
AUTHOR: Takashi Okamoto mud(tm) - http://www.mudcorp.com/

--------------------------------------------------------------------------------

This file is part of ImageShiftGallery.

  ImageShiftGallery is free for anyone to use, but this header MUST be
  included, and may not be modified.

*******************************************************************************/

.gallery {
  position: relative;
  left: 200px;
  font-size: 9px;
}

/* --------------------------------------- DONT CHANGE ---------------------- */

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

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

table.isg_table img { border: none; }

table.isg_table tr {
  margin: 0;
  padding: 0;
}

table.isg_table td {
  margin: 0;
  padding: 0;
}

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

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

a.isg_button {
  color: #111;
  text-decoration: none;
}

a.isg_button:hover { text-decoration: underline; }
