/* CSS Document */
#gallery {
	height: 850px;
}
div.img {
    margin: auto;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
    height: auto;
    width: auto;
    float: left;
    text-align: center;
}
div.img img {
    display: inline;
    border: 1px solid #fbfbfb;
}
div.img a:hover img {
    border:1px solid #bebfc1;
}
div.desc {
    text-align: center;
	font-size: 10px;
    width: 192px;
	height: 15px;
}