/* [ Gallery Thumbs ] */

#gallery_thumbs {
	min-height: 1px;
	margin: 0 -15px;
	padding: 5px 5px 20px;
	}
	
  * html #gallery_thumbs {
	  height: 1px;
	  padding: 5px 0 20px;
	  }
  	
  #gallery_thumbs:after {
	  content: ".";
	  height: 0;
	  display: block;
	  clear: both;
	  visibility: hidden;
	  }
	
/* [ Gallery Thumb ] */
	
.gallery_thumb {}
	
  .gallery_thumb a {
	  display: block;
	  float: left;
	  width: 150px;
	  padding: 5px;
	  height: 150px;
	  margin: 5px;
	  color: #ccc;
	  font-size: 10px;
	  line-height: 12px;
	  border: 1px solid #000;
	  background: #000;
	  text-align: center;
	  }
  	
  .gallery_thumb a:hover {
	  border: 1px solid #990000;
	  text-decoration: none;
	  }
  	
  .gallery_thumb img {
	  margin: 0 auto 5px;
	  display: block;
	  }
	  
/* [ Gallery Image ] */
	
#gallery_image {
	padding: 10px 0;
	margin: 10px 0;
	}
	
    #gallery_image .description {
	    margin: 10px 0;
	    text-align: left;
	    }
    	
    #gallery_image img {
	    background: #fff;
	    border: 1px solid #ddd !important;
	    padding: 5px;
	    margin: 0;
	    }