      /* Gallery */
      #gallery-wrapper{
         font-size:13px;
         font-family:Arial,Helevtica,Verdana,san-serif;
         overflow:auto;
         width:100%;
      }
      #gallery-wrapper h1{
         font-size:1.8em;
         font-weight:bold;
         display:block;
         margin:0.67em 0;
      }
      #gallery-wrapper #breadcrumbs{
         margin:25px 0 20px 0;
         padding:2px;
         line-height:28px;
         font-size:14px;
         color:#666;
         border-top: 1px solid #ccc;
         border-bottom: 1px solid #ccc;
      }
      #gallery-wrapper #breadcrumbs a{
         text-decoration:none;
         color:#000;
         margin:2px;
      }
      #gallery-wrapper a{
         text-decoration:none;
         color:#000;
      }
      #gallery-wrapper a:focus{ -moz-outline-style: none;  }
      ul.gallery{
         list-style:none;
         margin:0;
         padding:0;
         clear:both;
      }
      ul.gallery li{
         position:relative;
         height:120px;
         width:130px;
         float:left;
         margin:0 0 10px 0;
         padding:0px;
         overflow:hidden;
         text-align:center;
      }
      ul.gallery.folders li{
         height:175px;
      }
      ul.gallery li:hover img{
         border-color: #000;
         background: #eee;
      }
      ul.gallery img{
         border: solid 1px #888;
         background: #fff;
         margin:3px;
         padding:5px;
         width:100px;
         height:100px;
      }
      ul.gallery span.title, 
      ul.gallery span.count_images, 
      ul.gallery span.count_folders {
         display:block;
         color:#666;
         padding:0;
         margin:3px 10px 2px;
         overflow: hidden;
         white-space:nowrap;
         text-align:center;
      }
      ul.gallery span.title{
         font-size:12px;
         font-weight:bold;
      }
      ul.gallery span.count_images, 
      ul.gallery span.count_folders{
         font-size:11px;
         margin: 1px; 10px;
      }
      ul.gallery a:hover span{
         color: #000;
      }
      #image_container{
         text-align:center;
         clear:both;
	margin-top:20px; 
      }
      #image_container img{
         border: solid 1px #888;
         background: #fff;
         padding:5px;
         margin-bottom: 20px;
      }
      
      /*
          Paginator -
          Source: http://www.strangerstudios.com/sandbox/pagination/diggstyle.php (strangerstudios.com)
      */

      div.pagination {
          padding: 3px;
          margin: 3px;
      }

      div.pagination a {
          padding: 2px 5px 2px 5px;
          margin: 2px;
          border: 1px solid #666;
          zoom: 100%;
          text-decoration: none; /* no underline */
          color: #666;
      }
      div.pagination a:hover, div.pagination a:active {
          border: 1px solid #000;

          color: #000;
      }
      div.pagination span.page_current {
          padding: 2px 5px 2px 5px;
          margin: 2px;
          border: 1px solid #666;
          
          * zoom: 100%;
          
          font-weight: bold;
          background-color: #666;
          color: #FFF;
      }
      div.pagination span.page_disabled {
          display: none;
      }

      * span.elipsis {zoom:100%}   

