/* Styles used to display albums in profiles */

.cProfileAlbum {
	position: relative;
	z-index: 1;
}
	
	/*.cProfileAlbum:before, .cProfileAlbum:after {
		display: inline-block;
		content: '';
		width: 90%;
		height: 90%;
		position: absolute;
		background: #bbbbbb;
		z-index: -1;
		top: 0;
		left: 5%;
	}

		.cProfileAlbum:before {
			background: #dbdbdb;
			{prefix="transform" value="rotate(-3deg)"}
		}

		.cProfileAlbum:after {
			background: #ababab;
			{prefix="transform" value="rotate(4deg)"}
		}*/

	.cProfileAlbum > div {
		width: 100%;
		height: 100%;
		margin: 0 auto;
		border: 1px solid rgba(0,0,0,0.05);
	}

	.cProfileAlbum_image {
		display: block;
		position: relative;
		max-width: 100%;
		height: 100%;
		background-color: #333;
		background-size: cover;
		background-position: 50%;
		background-repeat: no-repeat;
		overflow: hidden;
	}

	.cProfileAlbum_image img {
		display: none;
	}

.cProfileAlbum .ipsType_sectionHead {
	font-size: 14px;
	text-align: left;
	display: block;
	padding: 7px;
	overflow: hidden;
	text-overflow: ellipsis;
	top: 0px;
	background: rgba(0,0,0,0.5);
	color: #fff;
}
