div.p-gallery .desc {
	float:	left;
	width:	40%;
}

div.p-gallery .teaser {
	float:	left;
	width:	60%;
}

.p-gallery-images .image-container {
	width:		170px;
	height:		170px;
	float:		left;
	
	padding:	10px;
	margin:		0 10px 10px 0;
	
	border:		1px dashed #CCC;
}

.p-gallery-images .image-container img {
	border:		none;
}
