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



FILE: style.css

AUTHOR: Takashi Okamoto

DATE: 06/27/2008



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



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 {

  /*overflow: hidden;*/
  overflow-x:hidden;
  font-size: 11px;
  /*height:725px;*/
  /*margin-top:101px;*/

}



table td {

  margin: 0;

  padding: 0;

}



a { color: #111; }

a:hover { text-decoration: none;

color: #f0453b;

}



#header {

  background-color: #efefef;

  padding: 6px 10px;

  font-size: 9px;

  color: #666;

  border-top: 2px solid #ccc;

  border-bottom: 2px solid #ddd;

}



#header a {

  font-weight: bold;

  color: #111;

  text-decoration: none;

}



#header a:hover {

  color: #666;

}



#content {

  margin: 20px;

  padding-bottom: 20px;

}





p.tagline { font-size: 14px; }



pre { font-size: 11px; }





div.clear { clear: both; }



/* --------------------------------------- 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; }

#gallery_caption{margin-top:8px}