.gallery{
	display:block;
}
.gallery-item{
	display:inline-block;
	width: 264px;
	height: 145px;
	margin: 3px 10px 50px 10px;
}

.usersettings-item{
	
}

/* .title a:link, .title a:hover, .title a:visited, 
.actions a:link, .actions a:hover, .actions a:visited
.actionsnew a:link, .actionsnew a:hover, .actionsnew a:visited
{
	color: #A92626;
}
 */
.gallery-item .item-cover{
	float:left;
	height:100%;
	width:93px;
}
.gallery-item .item-text{
	font-size:13px;
	float:right;
	height:100%;
	width:171px;
	padding-left: 8px;
}

.gallery-item p{
	margin-bottom: 0px;
}
.gallery-item p.title{
	height: 45px;
	
}
.gallery-item p.description{
	height: 40px;
	margin-top: 5px;
}
.gallery-item p.actions, .gallery-item p.actionsnew{
	height: 40px;
}
.item-cover{
	
	background-position: center center;
	background-repeat:no-repeat no-repeat; 
/*
	background-image: url('.././img/gallery/anderslezen-nocover-icon-new.png');
 	background-color: white;
	opacity:0.4; 
	*/
}
.newimage{
	position: relative;
	top: 110px;
	left: 45px;
	
}
.gallery-item p.actionsnew{
	padding-left: 10px;
}
.gallery-item .icon-new{
	width:75px;
	height:75px;
	background-image: url(".././img/gallery/anderslezen-nocover-icon.png");
}
.coverimage {
	display:block;
	width:100% !important;
	height:auto;
}