

.section {
margin-top: 15px;
padding: 5px;
padding-bottom: 0px;
}

.section ul {
list-style: none;
padding-left: 0px;
margin-left: 0px;
margin-top: 5px;
}

.section ul li {
display: inline;
padding-left: 0px;
margin-left: 0px;
}

.section ul a {
background-color: #e4cba5;
border: 1px solid #999999;
padding: 5px 5px 10px;
display: block;
float: left;
margin: 5px;
}

.section ul a:hover {
background-color: #FFFFFF;
border: 1px solid #888888;
}

.section ul a img {
border: 1px solid #999999;
}

.section ul a.lightbox-enabled img {
border: 1px #999999;
}


.section{
font-weight: bold;
font-size: 16px;
}

.clear {
clear: left;
}

.section.header {
text-align: center;
font-size: 12px;
padding-top: 10px;
border-top: none;
}

.section.footer {
text-align: center;
font-size: 12px;
padding-top: 10px;
}