
.section {
   /* border-bottom: 1px solid #BBB;
    margin-top: 15px;
    margin-left: 5%;
    margin-right: 5%;
    padding: 5px;*/
    margin-left:5px;
    background-color: white;
}

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

.section ul li {
    display: inline;
    height:60px;
    width:60px;
    overflow:hidden;
}

.section ul a {
    background-color: #ECECEC;
    border: 1px solid #666666;
    padding: 5px 5px 10px;
    display: block;
    float: left;
    margin: 5px;
}
.side_image{
    height:40px;
}
.section ul a:hover {
    background-color: #FFFFFF;
    border: 1px solid #333333;
}

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

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

.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;
}
#gallery_photos
{
	width:300px;
}

.unsw_gift{
 border: solid silver 2px;
}
.unsw_gift img{
	width: 150px;
	height: 150px;
}
