.date{
    display:block;
	font-size:9px;
	padding-top:3px;
}

#thumbnails {
    height:720px;
	width:720px;
}

#content hr {
    margin-bottom: 45px;
    border: 0 solid black;
    border-top-width: 1px;
    width: 800px;
}

#content ul {
    list-style: none;
}

#thumbnails li {
    margin-bottom: 60px;
    float: left;
    position: relative;
    cursor: pointer;
    width: 180px;
    height: 180px;
}

#thumbnails img {
    display: block;
    margin: 10px 0 4px 0;
    border: 1px solid black;
    width: 160px;
    height: 160px;
}

#thumbnails img:hover {
	border: 1px dotted black;
	}
	
#thumbnails img.loading {
    background-image: url("../images/preloader.gif");
    cursor: wait;
}

#navigation li {
    border: 1px solid #000;
    color: #000;
    display: inline;
    float: left;
    height: 12px;
    margin-left: 5px;
    padding: 5px 3px 3px;
    text-align: center;
    width: 14px;
    cursor: pointer;
}

#navigation li:hover{
    border: 1px solid black;
    color: white;
	background-color:#000;
}

#navigation li.selected {
    border: 1px solid black;
    color: white;
	background-color:#000;
}