
/********************************************
 * YAG - YAG - YAG - YAG - YAG - YAG - YAG  *
 ********************************************/

	#MAIN_COLUMN_MIDDLE_CONTENT > .csc-default > #yag-error-messagecontainer,
	#MAIN_COLUMN_MIDDLE_CONTENT > .csc-default > .tx-yag-pi1 + div	{
		display: none;
	}

/**  YAG **/
.yag-isotope-filter-container, 
.tx-yag-breadcrumbcomtainer,
.tx-yag-current,
.tx-yag-album-itemcount, 
.tx_yag-single-description,
.tx-yag-gallery-albumdescription,
.tx-yag-gallery-galleryinfo{
	display: none;
}
.isotope {
	z-index: 0;
}
/**
 *	Listenansicht für Album und Bilder
 */
	.tx-yag-items {
		width:100%;
		
	}
	.tx-yag-items > div.tx-yag-item-thumb-outerframe > div.tx-yag-thumb-innerframe,
	.tx-yag-items > div.tx-yag-thumb-outerframe {
		float: left;
		margin-left:auto; 
		margin-right:0;
		height:180px;
	}
	.tx-yag-items > div.tx-yag-thumb-outerframe > div.tx-yag-album-thumb-innerframe:first-child
	,.tx-yag-items > div.tx-yag-thumb-outerframe > div.tx-yag-thumb-innerframe > div:first-child
	{
		height: 90%;
		position: relative;
	}	
	.tx-yag-items > div.tx-yag-thumb-outerframe > div.tx-yag-album-thumb-innerframe:first-child > a > img
	,.tx-yag-items > div.tx-yag-thumb-outerframe > div.tx-yag-thumb-innerframe > div:first-child > a > img
	 {
		position: absolute;
		bottom: 0;
	}
	.tx-yag-items > div.tx-yag-thumb-outerframe > div.tx-yag-album-thumb-innerframe:last-child 
	,.tx-yag-items > div.tx-yag-thumb-outerframe > div.tx-yag-thumb-innerframe > div:last-child 
	{
		margin-bottom: 0;
		margin-top: auto;
		height: 10%;
	}	
	
	.tx-yag-items > div:last-child {
		/*height: 0;*/
		/*display: none;*/
	}	
/**
 *	Einzelbildansicht
 */
.tx-yag-singleview > .tx-yag-image > a > img {
	max-width: 450px;
	height: 100%;
}
