#galleryView {
	margin: 0 -30px 0 -35px;
}

.galleryViewItem {
	float: left;
	background: #EE7401;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.5);
	margin: 0 20px 20px 0;
    padding: 5px;
    width: 220px;
    height: 210px;
}

.galleryViewItem:hover {
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	cursor: pointer;
}

#system .galleryViewItem .title a {
	color: #FFF;
    font-size: 1.1em;
    font-variant: small-caps;
    text-align: center;
    margin: 0;
}