.gallerycluster {
	width: 550px;
	margin: 40px auto;
}
.galleryitem {
	border: 1px solid LightGrey;
	-moz-box-shadow: 0px 3px 6px rgba(0,0,0,.25);
	-webkit-box-shadow: 0px 3px 6px rgba(0,0,0,.25);
	box-shadow: 0px 3px 6px rgba(0,0,0,.25);
	width: 220px;
	margin: 20px;
	text-align: center;
	text-decoration: none;
	color: #333;
	font-family: Palatino Linotype, Indie Flower, arial, serif;
	font-size: 1.4em;
}
.rleft {
    transform:rotate(355deg);
}
.rright {
    transform:rotate(5deg);
}
.gallerythumb {
	width: 200px;
	margin: 40px 0;
}
.gallerydetails{
	width: 700px !important;
	padding: 10px;
	margin-top: -20px;
	text-align: center;
	font-family: Palatino Linotype, Indie Flower, arial, serif;
}