#pictureshow .ce-row {
	float:left;
	width:16.666%;
}

/*
* Hacks & Co
*/
.tx-yag-item-meta:after, .tx-yag-navigation-clearer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/*
* Breadcrumbs
*/
.tx-yag-breadcrumbcomtainer {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 3px 0 7px 0;
	padding: 5px 0 5px 0;
}

.tx-yag-breadcrumb {
    color: Black;
}


/* Redefine default theme */

.tx-yag-gallery-thumb-outerframe, .tx-yag-album-thumb-outerframe, .tx-yag-item-thumb-outerframe {
	height: auto;
}

.tx-yag-lightbox-leftcolumn {
	width:70%;
	float:left;
}

.tx-yag-lightbox-rightcolumn {
	width:30%;
	margin-left:70%;
	text-align: right;
}


.tx-yag-lightbox-permalink {
}


.offPageItems {
    visibility: hidden;
}


.yag-list-wrap {
    overflow: hidden;
}

.tx-yag-items:after {
	content:'';
	display:block;
	clear: both;
}



.tx-yag-thumb-outerframe {
	float: left;
	list-style-type: none;
	
}

.tx-yag-gallery-thumb-outerframe, .tx-yag-album-thumb-outerframe {
	margin-bottom: 25px;
	width: 50%;
}

.tx-yag-thumb-innerframe {
    overflow: hidden;
}

.tx-yag-gallery-thumb-innerframe, .tx-yag-album-thumb-innerframe {
	float:left;
}



/* Smartphone view: 3 tile */
	.yag-item-thumb-outerframe {
		max-width: 33.3333%;
		margin:0;
		transition: opacity 0.17s ease 0.1s;
		-moz-transition: opacity 0.17s ease 0.1s;
		-o-transition: opacity 0.17s ease 0.1s;
		-webkit-transition: opacity 0.17s ease 0.1s;
	}

	.tx-yag-gallery-thumb-outerframe, .tx-yag-album-thumb-outerframe {
		width: 50%;
	}

.tx-yag-gallery-thumb-outerframe, .tx-yag-album-thumb-outerframe  {
	max-width: 100%;
}




@media only screen and (min-width : 480px) {

}


@media only screen and (min-width : 650px) {

	/* Small desktop / ipad view: 4 tiles */
	.yag-item-thumb-outerframe {
		max-width: 25%;
		margin:0;
	}

	.tx-yag-gallery-thumb-outerframe, .tx-yag-album-thumb-outerframe {
		width: 100%;
	}
}

@media only screen and (min-width: 920px) {
	/* Small desktop / ipad view: 7 tiles */
	/* Medium desktop: 6 tiles */
	.yag-item-thumb-outerframe {
		max-width: 16.6666666%;
		margin:0;
	}

	.tx-yag-gallery-thumb-outerframe, .tx-yag-album-thumb-outerframe {
		width: 50%;
	}
}

@media only screen and (min-width : 1051px) {

	/* Medium desktop: 6 tiles */
	.yag-item-thumb-outerframe {
		max-width: 16.6666666%;
		margin:0;
	}

	.tx-yag-gallery-thumb-outerframe, .tx-yag-album-thumb-outerframe {
		width: 50%;
	}
}



.tx-ptextlist-pager .active a {
	cursor: default;
	color: black;
}