/*  Only need this if you're doing photos. In practice this is included
    by all common formats, fp.css and news.css
*/

img.photo, img.photo-left, img.photo-right, img.photo-centre {
	padding:		    5px;
	background-color:	#ff6666;
}

img.no-frills {
    padding: 0;
    border: 0;
    margin: 0; 
    background-color: inherit !important;
}

img.photo, img.photo-right {
	float: right;
	margin: 0px 10px 5px 5px;
}

img.photo-left {
	float: left;
	margin: 0px 10px 5px 0px;
}

img.photo-centre {
    display: block;
    margin-left: auto;
    margin-right: auto
}

img.frame, div.photo-pair.frame img {border: 1px solid black;}

div.photo-pair {overflow: auto;}
div.photo-pair > div {padding: 0 15px;float:right;}
div.photo-pair div:first-child {float:left;}
div.photo-pair > div > p {text-align:center;}

div.Felixstowe-Post-2014 > div.photo-pair > div > p {width: 136px;}



