
#center-content { width:440px; height:439px; margin:0 auto; overflow:auto;}

/*
// IMAGES
*/
.gallery{
list-style:none;
margin:0 auto;
padding:0;
width:360px;
}

.gallery li{
float:left;
text-align:center;
margin:5px 5px 0 0;
}

.gallery li img{
width:83px;
height:55px;
border:0;
display:block;
}

.gallery li a {margin:0; padding:0; display:block;}

.gallery li a img {
border:1px solid #CCCCCC;
padding:3px;
}

.gallery li a:hover img {border:1px solid #3B5998;}

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

.clearfix {display:inline-block;}
/* mac hide \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
 /* End hide */
/*........... do not change or amalgamate the above clearfix styles..................*/
