
	
	ul.gallery {
		list-style: none;
  /*background:#CCC;*/
	}
	
		ul.gallery li {
			display: inline;
		}

/*#gallery ul img {
border: 4px solid #CCC;
}*/

			ul.gallery li a {
				/*	padding: 2px;*/
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
				line-height: 0;
    /*margin-left:5px;;*/
			}
   
   ul.gallery h3 {
    text-align:center;
   }
			
			/*ul.gallery li a:hover { border: 2px #313739 solid; }*/

/* ------------------------------------------------------------------------
	Miscellaneous
------------------------------------------------------------------------- */

	.clearfix:after {
	    content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}

	.clearfix {display: inline-block;}

	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */
