div.imagecaption {
	text-align: center; /* centre photos in borders */
	float: left; /* float (in container???) starting from left*/
	width: 308px; /* polariod card size (including extra width for border)*/
	height: 294px; /* keep the polariod the same heights with different numbers of text lines */
	overflow: hidden;
	display: inline;

	padding: 3px 0 0 0; /* make some space (#FFFFFF) between the top border and the content*/
	background-color: #FFFFFF; /* polariod colour */
	margin: 10px 0px 3px 10px; /* space between photos (top and left) - ultimately centres in photos in the content block to */
	background: #ffffff url('../img/photoframe.gif') bottom left no-repeat;
}

div.imagecaption img {
	border: 1px solid; /* slight 3D for polaroid */
	border-color: #DDDDDD #777777 #777777 #DDDDDD; /* slight 3D for polaroid */
}

div.imagecaption p {
	font: 16px arial, sans-serif; /* caption text */
	color: #333333;
	text-align: center; /* caption text */
	width: 301px;
	margin: 0 5px;
}
