.photolibraryAlbums,
.photolibraryPhotos {
	padding-top:20px;
	overflow:hidden;
}

a.photolibraryAlbum,
a.photolibraryPhoto {
	display:block;
	float:left;
	background-color: #fff;
	margin:0 20px 20px 0;
	box-shadow: 0 8px 6px -6px rgba(0,0,0,0.5);
	color:#000!important;
	text-decoration: none;
	border: 1px solid #ccc;
	padding:10px;
	width:150px;
	position:relative;
}

a.photolibraryPhoto.nextPhoto {
	float:right;
}

a.photolibraryAlbum {

}

a.photolibraryAlbum:hover,
a.photolibraryPhoto:hover {
	box-shadow: 0 8px 6px -6px rgba(0,0,0,0.8);
	text-decoration:none !important;
}

.photolibraryAlbum span.pictureContainer,
.photolibraryPhoto span.pictureContainer {
	width:150px;
	height:150px;
	overflow:hidden;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	box-shadow:inset 1px 1px 5px rgba(0,0,0,0.3);
   	display:block;
}

.photolibraryAlbum span.pictureLabel,
.photolibraryPhoto span.pictureLabel {
	text-align:center;
	display:block;
	padding:5px 0 0 0;
	height:16px;
	overflow:hidden;
}


.photolibraryPhotoBig {
	display:block;
	background-color: #fff;
	padding:10px;
	box-shadow: 0 8px 6px -6px rgba(0,0,0,0.8);
	color:#000!important;
	text-decoration: none;
	border: 1px solid #ccc;
	padding:5px;
	width:450px;
}

.photolibraryPhotoBig img.pictureContainer {
	width:450px;
	background-color:#111111;
	overflow:hidden;
	background-position:center center;
	background-repeat:no-repeat;
	box-shadow:inset 1px 1px 5px rgba(0,0,0,0.3);
   	display:block;
}


.photolibraryPhotoBig span.pictureLabel {
	text-align:center;
	display:block;
	padding:5px 0 0 0;
}

#photolibraryPhotoInformations {
	margin:10px 0 10px 0;
}

#photolibraryPhotoInformations .description {
	background-color: #EEEEEE;
	border-radius: 3px;
	box-shadow: 0 10px 5px rgba(150, 150, 150, 0.1) inset;
	margin: 20px 0;
	padding: 20px;
}

.tag {
	background: none repeat scroll 0 0 white;
	border: 1px solid #D5D5D5;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
	color: #666666;
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 2px 5px;
	text-decoration: none;
	white-space: nowrap;
}






.miniMini {
	display: table-cell;
	width:80px;
	height:60px;
	background-color:#fff;
	text-align:center;
	vertical-align: middle;
	border: 1px solid #ccc;
	padding:5px;
}

.miniMini img {
	max-width:80px;
	max-height:60px;
}

.photolibraryPhoto .picturePrev {
	position:absolute;
	left:15px;
	top:15px;
	background:transparent url(../images/prev.png) 0 0 no-repeat;
	width:128px;
	height:128px;
	display:none;
}
.photolibraryPhoto:hover .picturePrev {
	display:block;
}

.photolibraryPhoto .pictureNext {
	position:absolute;
	left:15px;
	top:15px;
	background:transparent url(../images/next.png) 0 0 no-repeat;
	width:128px;
	height:128px;
	display:none;	
}

.photolibraryPhoto:hover .pictureNext {
	display:block;
}

@media only screen and (max-width:479px) {
	a.photolibraryAlbum,
	a.photolibraryPhoto {
		width:258px;
	}
	.photolibraryAlbum span.pictureContainer,
	.photolibraryPhoto span.pictureContainer {
		width:258px;
	}
}