h2{
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;	
}

#gallery {
  float: left;
  clear: left;
}

.small_box {
    display: block;
    float: left;
    background: #fff;
	margin: 15px;
	text-align: center;
}

.inner_small_box { 
    height: 120px;
    width: 120px;
    margin: 2px;
    float: left;
    display: block;
	text-align: center;
}

.inner_small_box img { 
    display: block;
	margin: 0 auto 0 auto;
    border: solid 1px #000;
    }
    
.inner_small_box .name {
    float: left;
    clear: left;
    width: 100%;
    display: block;
    }
    
.inner_small_box .name a { color: #222; }

.admin_content {
    float: left;
    clear: left;
    }

