/*
 * @author:	Peter Slagter
 * @about: Non-JS slideshow. Outputs a list of floating images.
 */

/*
	Resets & defaults
*/
.pb-gt3-photos {
	margin: 0;
	padding: 0;
	list-style: none;
}

/*
	.pb-gt3-photos
*/

.pb-gt3-photos li {
	position: relative;
	height: 100%;
	margin-bottom: 1em;
}

.pb-gt3-photos a,
.pb-gt3-photos span {
	cursor: pointer;
}

.pb-gt3-photos .last {
	margin: 0;
}

.pb-gt3-photos a,
.pb-gt3-photos img {
	display: block;
}

/* Description */
.pb-gt3-desc {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	background: transparent url(../img/photocollection-type1-desc.png) repeat 0 0;
}

.pb-gt3-desc p {
	margin: 0;
	padding: 5px;
}
