.section {
    border-top: none;   
    padding-bottom: 0px;   
}

.section ul {
    list-style: none;    
}

.section ul li {
    display: inline;
    margin-left:-31px;
}

.section ul a {   
    border: none;    
    display: block;
   
}

.section ul a:hover {
   border: none;
}

.section ul a img {
    border: none;
}

.section ul a.lightbox-enabled img {
   border:medium none;
	margin-top:-10px;
	margin-left:-47px;
}

.section span.code {
    font-family: "Courier New", Courier, monospace;
    margin-left: 10px;
    padding-left: 10px;
    font-size: 11px;
    border-left: 1px solid #000;
}

.section .link {
    font-size: 12px;
    font-style: italic;
    padding-left: 10px;
    margin-left: 10px;
}

.section .important {
    text-decoration: underline;
}

.section .title {
    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;
}
.lightboxDesc
{
display:none;
}
.bigdiv
{
width:700px;
height:700px;
border:solid red 1px;
}	
