div.gallery {
  margin: 5px;
  float: left;
  width: 350px;
}

div.galleryrow {
  width: 350px;
  height: 220px;
}


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

div.desc {
  padding: 15px;
  text-align: center;
}

img.albumPicture {
	box-shadow:					0 0 8px 1px #000000,inset 0 0 2px 3px #ffffff;
	-moz-border-radius:			5px;
	-webkit-border-radius:		5px;
	-khtml-border-radius:		5px;
	border-radius:				5px;
	padding:					1px;
}

img.albumPicture:hover {
	box-shadow:					0 0 8px 1px #0b5394,inset 0 0 2px 3px #ffffff;
	-moz-border-radius:			5px;
	-webkit-border-radius:		5px;
	-khtml-border-radius:		5px;
	border-radius:				5px;
	padding:					1px;
}
