.cms_picture_credits{
	display: table;
	width: 100%;
}
	.cms_picture_credits .cms_picture_credit_image{
		display: table-row;
	}
	.cms_picture_credits .cms_picture_credit_image:nth-child(even){
		background: #eee;
	}
		.cms_picture_credits .cms_picture_credit_image p{
			display: table-cell;
			vertical-align: top;
			padding: 10px;
		}	
		.cms_picture_credits .cms_picture_credit_image p:first-child{
			text-align: center;
			width: 130px;
		}		
			.cms_picture_credits .cms_picture_credit_image p:first-child img{
				max-width: 130px;
				height: auto;
				max-height: 100px;
			}
	