/**
 * SkyBlueGallery Skin
 * @name SkyBlueGallery
 * @author Scott Lewis - http://www.skybluecanvas.com
 * @version 0.1
 * @date April 12, 2008
 * @category SkyBlueCanvas
 * @copyright (c) 2008 Scott Lewis (www.skybluecanvas.com)
 * @license CC Attribution - http://creativecommons.org/licenses/by/3.0/us/
 */

/* Major Layout Divisions */

/* Gallery Styles */

#gallery_wrapper
{
  margin-top: 125px;
}

#grouptable
{
  list-style-type: none;
}

#grouptable li a,
#grouptable li a img
{
  border: none !important;
  padding: 0px;
}

div#gallery_wrapper
{
  margin-left: 15px;
  padding: 10px;
}

div#gallery_top
{
  height: auto;
  padding: 0px 0px 10px 0px;
  margin: 0px;
}

div#gallery_bottom
{
  margin: 0px;
  padding: 0px;
}

div#gallery_left
{
  width: auto;
  height: auto;
  padding: 0px;
  margin: 0px;
  float: left;
}

div#gallery_right
{
  width: 125px;
  float: right;
  background-color: #000;
}

#gallery_title
{
  width: 100% !important; 
  text-align: left; 
  float: none !important;
}

#gallery_largimage,
#gallery_largeimage img
{
  width: auto !important; 
  height: auto !important;
  padding: 0px;
  margin: 0px !important;
}

div#gallery_largeimage img
{
  padding: 1px;
  background: #000;
}

#gallery_categories  
{

}

#gallery_thumbnails  
{
  
}

#gallery_children    
{
  width: 100%  !important; 
  position: relative;
}

#gallery_description 
{
  width: 100%  !important;
}

div#gallery_wrapper div.clear
{
  clear: both;
}

/*  Positioning and sizing styles */

div#gallery_wrapper h2#gallery_title
{
  font-size: 14px;
  color: #CCC;
  padding: 0px;
  margin-left: 0px;
}

div#gallery_wrapper div#gallery_categories
{
  list-style-type: none;
  margin: 0px !important;
  padding: 0px !important;
}

div#gallery_wrapper div#gallery_categories ul li
{
  list-style-type: none;
  list-style-image: none;
  margin: 0px !important;
  padding: 0px !important;
  list-style-image: none;
}

div#gallery_wrapper div#gallery_thumbnails
{
  margin: 20px 0px 0px;
  padding: 0px;
  position: relative;
  top: 8px;
}

div#gallery_wrapper div#gallery_thumbnails ul
{
  padding: 0px;
  margin: 0px;
}

div#gallery_wrapper div#gallery_thumbnails li
{
  list-style-image: none;
  list-style-type: none;
}

div#gallery_wrapper div#gallery_thumbnails ul#grouptable li a img
{
  border: none;
  padding: 0px;
}

div#gallery_wrapper div#gallery_children ul li a,
div#gallery_wrapper div#gallery_thumbnails ul#grouptable li a
{
  margin: 0px 2px 2px 0px;
  padding: 0px;
  width: 63px;
  height: 63px;
  display: block;
  background: #FFF;
}

div#gallery_wrapper div#gallery_children ul li a:hover,
div#gallery_wrapper div#gallery_thumbnails ul#grouptable li a:hover,
div#gallery_wrapper div#gallery_thumbnails ul#grouptable li a.active
{
  
}

div#gallery_wrapper div#gallery_children ul li,
div#gallery_wrapper ul#grouptable li
{
  padding: 0px;
  width: 63px;
  height: 63px;
  float: left;
  margin: 0px 4px 4px 0px;
}

div#gallery_wrapper div#gallery_children ul
{
  padding: 0px;
  margin: 0px;
}

div#gallery_wrapper div#gallery_children ul li
{
  list-style-type: none;
  float: left;
  margin: 0px 4px 4px 0px;
  padding: 0px;
}

div#gallery_wrapper div#gallery_children
{
  float: right;
  margin: 10px 0px 0px;
}

div#gallery_wrapper div#gallery_description p
{
  padding-left: 0px;
  margin-left: 0px;
  text-align: center;
}

#lightbox-container-image-box img
{
  border: none;
  padding: 0px;
}

#gallery_largeimage p
{
  text-align: center;
}

#grouptable
{
  padding-left: 55px !important;
}