.galleryStream {
	margin-right: -15px;
}

.galleryStreamManage {
	float: right;
	line-height: 26px;
}

.galleryStreamManage .btn {
	margin-left: 10px;
	vertical-align: top;
	height: 26px;
	line-height: 26px !important;
	box-shadow: none;
}

.galleryAlbumStream {
	background: #F6F9EE;
	display: inline-block;
	vertical-align: top;
	margin: 0 15px 15px 0;
	position: relative;
	width: 280px;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.22);
	border-radius: 6px;
	font-size: 14px;
	line-height: 18px;
	cursor: pointer;
	padding: 10px;
	text-decoration: none !important;
	word-break: break-word;
}

.galleryAlbumStream__title {
	font-size: 14px;
	line-height: 20px;
	color: #454545;
	display: block;
	margin-bottom: 10px;
}

.galleryAlbumStream__photo {
	width: 254px;
	vertical-align: top;
	display: inline-block;
	position: relative;
}

.galleryAlbumStream:hover .galleryAlbumStream__photo:before {
	background: rgba(0,0,0, 0.1);
}

.galleryAlbumStream__photo:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	box-shadow: 0 0 2px rgba(0,0,0,0.33) inset;
	border-radius: 6px;
}

.galleryAlbumStream__photo img {
	width: 100%;
	border-radius: 6px;
	vertical-align: top;
}

.galleryAlbumStream__photo ~ .galleryAlbumStream__photo {
  width: 42px;
  height: 42px;
  margin-right: 5px;
  margin-top: 5px;
}

.galleryAlbumStream__photo ~ .galleryAlbumStream__photo:last-child {
	margin-right: 0;
}


.galleryPhotoStream {
	background: #F6F9EE;
	display: inline-block;
	vertical-align: top;
	margin: 0 15px 15px 0;
	position: relative;
	width: 280px;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.22);
	border-radius: 6px;
	font-size: 14px;
	line-height: 18px;
}

.galleryPhotoStream__link {
	display: block;
	position: relative;
	cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.galleryPhotoStream__likeButton {
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	cursor: pointer;
	border-radius: 5px;
	color: #666;
	padding: 10px;
	font-size: 16px;
	line-height: 14px;
	opacity: 0;
	text-shadow: 0 1px #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
	border: 1px solid #aaa;
	
	transition: opacity .1s ease;
	
	background: #fefefe;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,#fefefe 0%,#dfe0e8 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fefefe),color-stop(100%,#dfe0e8));
  background: -webkit-linear-gradient(top,#fefefe 0%,#dfe0e8 100%);
  background: -o-linear-gradient(top,#fefefe 0%,#dfe0e8 100%);
  background: -ms-linear-gradient(top,#fefefe 0%,#dfe0e8 100%);
  background: linear-gradient(to bottom,#fefefe 0%,#dfe0e8 100%);
}

.galleryPhotoStream__likeButton.active {
	color: #CB2027;
}

.galleryPhotoStream__link:hover .galleryPhotoStream__likeButton {
	opacity: 1;
}

.galleryPhotoStream__link:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .1);
	box-shadow: inset 0 0 15px rgba(0, 0, 0, .5);
	border-radius: 6px 6px 0 0;
	opacity: 0;
	
	transition: opacity .1s ease;
}

.galleryPhotoStream__link:hover:before {
	opacity: 1;
}

.galleryPhotoStream__photo {
	border-radius: 6px 6px 0 0;
	vertical-align: top;
	width: 100%;
}

.galleryPhotoStream__description {
	padding: 10px;
	word-break: break-word;
}

.galleryPhotoStream__actionsContainer {
	color: #859944;
	padding: 10px;
	line-height: 14px;
}

.galleryPhotoStream__description + .galleryPhotoStream__actionsContainer {
	padding-top: 0;
}

.galleryPhotoStream__actionButton {
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	opacity: .5;	
	
	transition: opacity .3s ease, color .3s ease;
}

.galleryPhotoStream__actionButton:hover {
	opacity: .8;
	color: #CB2027;
}


.galleryPhotoStream__author {
	border-top: 1px solid #e7e7e7;
	padding: 10px 10px 10px 55px;
	overflow: hidden;
}

.galleryPhotoStream__authorUserPicLink {
	float: left;
	margin-left: -45px;
	cursor: pointer;
}

.galleryPhotoStream__authorUserPicLink,
.galleryPhotoStream__authorUserPic {
	display: inline-block;
	vertical-align: top;
	width: 35px;
	height: 35px;
}

.galleryPhotoStream__authorUserPic {
	border-radius: 6px;
}

.galleryPhotoStream__authorLink {
	display: block;
	word-break: break-word;
}

.galleryPhotoStream__albumLink {
	display: block;
	font-size: 12px;
	line-height: 14px;
	opacity: .8;
	word-break: break-word;
}


.galleryPhoto__actions {
	margin: 0 0 10px;
}

.galleryPhoto__actions:after {
	content: '';
	display: table;
	clear: both;
}

.galleryPhoto__photoContainer {
	background: #F6F9EE;
	border-radius: 6px;
	text-align: center;
	padding: 10px;
}

.galleryPhoto__photoContainer img {
	vertical-align: top;
	border-radius: 6px;
	max-width: 100%;
}

.galleryPhoto__likeButton {
	display: block;
	float: left;
	cursor: pointer;
	border-radius: 5px;
	color: #666;
	padding: 0 10px;
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	text-shadow: 0 1px #fff;
	border: 1px solid #ccc;
	margin: 0 10px 0 0;
	white-space: nowrap;
	
	background: #fefefe;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,#fefefe 0%,#dfe0e8 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fefefe),color-stop(100%,#dfe0e8));
  background: -webkit-linear-gradient(top,#fefefe 0%,#dfe0e8 100%);
  background: -o-linear-gradient(top,#fefefe 0%,#dfe0e8 100%);
  background: -ms-linear-gradient(top,#fefefe 0%,#dfe0e8 100%);
  background: linear-gradient(to bottom,#fefefe 0%,#dfe0e8 100%);
}

.galleryPhoto__likeButton[data-rank]:after {
	content: attr(data-rank);
	display: inline-block;
	vertical-align: top;
	border-left: 1px solid #ccc;
	padding-left: 10px;
	margin-left: 10px;
}

.galleryPhoto__likeButton .icon {
	  vertical-align: middle;
}

.galleryPhoto__likeButton.active {
	color: #CB2027;
}

.galleryPhoto__sharing {
	float: left;
}

.galleryPhoto__sharing .at4-icon {
	border-radius: 5px;
}

.galleryPhoto__admin {
	float: right;
	background: #B0C85A;
	border-radius: 6px;
	padding: 6px;
}

.galleryPhoto__admin .btn {
	vertical-align: top;
	box-shadow: none;
}

.galleryPhoto__timestamp {
	display: inline-block;
	vertical-align: top;
	height: 32px;
	line-height: 32px;
	color: #999;
	margin-left: 10px;
}
