.photoAlbumTitle {
    font-size: 15px;
    font-weight:normal;
    text-align:center;
    margin-top:5px;
}
.photoAlbumTitle h3 {
	font-size:14px;
	line-height:16px;
	text-align:center;
}
a.photoSlideshow {
    text-decoration:none;
}
.photoAlbumDate {
    margin-top:2px;
    text-align:center;
}
.editablePhoto {
	border:1px dashed red;text-align:center;
	line-height:1.2;
}
.galleryItem {
	width:23%;
    float:left;
    margin-left:1%;
    margin-right:1%;
    text-align:center;
    margin-bottom:25px;
	position:relative;
}
.galleryItem .photo {
	width:100%;
	height:100%;
    overflow:hidden;
	position:relative;
	background-size:cover;
}
.galleryItem .photo:before {
	content:"";
	display:block;
	padding-top:81%;
}
.galleryItem .photo a {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.galleryItem .photo img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
  overflow-x: hidden;
}
ul.galleryGrid {
	margin:0px;
	padding:0px;
	margin-top:10px;
    list-style-type:none;
    overflow:auto;
}
/*end for the photo album stuff*/

label {
	color:#000;
}
.sortBox {
    border:1px solid #000;
}
.handle {
    background-color:#000;
    color:#fff !Important;
    padding:3px;
    font-size:10px;
    text-align:center;
    display:none;
    cursor:move;
}
ul.sortable {
    margin:0px;
}
.sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.sortable li {
    margin: 10px 5px;
    padding: 1px;
    float: left;
    text-align: center;
    width:145px;
}
.status {
    position:fixed;
    background-color:#990000;
    width:100px;
    padding:3px;
    color:#fff;
    right:0px;
}
.hidden {
    display:none;
}
/* Small Tablet + Mobile */
@media (max-width : 767px) {
	.galleryItem {
		width:45%;
	}
}
