body {
	background-color: #fafafa;
	}

div.gallery {
    margin: 3px;
    border: 1px solid #ccc;
    float: left;
    width: 180px;
}

div.gallery:hover {
    border: 1px solid #777;
    
}

div.gallery img {
    width: 100%;
    height: auto;
    opacity:0.75
}

div.gallery img:hover {
	width: 100%;
	height: auto;
	opacity:1.0
}	
div.desc {
    padding: 15px;
    text-align: center;
    font-style: italic;
}
div.menu {
    margin: 3px;
    float: left;
    width: 152px;
}

div.menu img {
    width: 100%;
    height: auto;
    opacity:0.5
}

div.menu img:hover {
	width: 100%;
	height: auto;
	opacity:1.0
}	
