.photos {
	background-color: #000000;
}

div#imagegallery {
	background-color: #000000;
	padding: 0px 0px 0px 2px;
}



div#backtothealbum {
	top: 4px;
	left: 3px;
	position: absolute;
	z-index: 5000;
}

/**
 * DIV - Feed
 */

div#itemwrap {
	clear: both;
	line-height: 1.0em;
}

	div#contentwrap {
		clear: both;
}

		div#whoispicture {
			float: left;
			width: 50px;
			height: 50px;
			padding: 5px;
}

		div#textilewrap {
			float: left;
			width: 180px;
			height: 200px;
			color: white;
}
			div#headline {
				clear: both;
				width: 160px;
				height: auto;
				padding: 7px 7px 7px 3px;
				
				
}
			div#textilecontentwrap {
				clear: both;
}
				div#contentpicture {
					float: left;
}
				div#contenttext{
					float: left;
}
	div#commentwrap {
		height: 25px;
		width: 100%;
	
}
		div#comments {
			height: 25px;
			width: 50px;
	
}
		div#likes {
			height: 25px;
			width: 50px;
	
}
		div#addcomment {
			height: 25px;
			width: 50px;
	
}