	.csi-textpic {
		/*padding: 5px;*/
		/*background: #DDDDFF;  /*XXX demo only*/
		/*border: 2px solid green;  /*XXX demo only*/
	}

	.csi-textpic img {
		/*border: 1px solid black;  /*XXX demo only*/
		margin: 0px 10px 10px 0px;
	}

	.csi-textpic .csi-caption {
		text-align: center;  /* will have to be an inline style?  - controlled by TS [left - right - center]*/
		font-style: italic;  /*XXX demo only*/
	}

	.csi-textpic .csi-image {
		/*border: 1px solid red;  /*XXX demo only*/
		/*margin: 0 0 3px 0;  /*XXX demo only*/
		/*background: #FFF;  /*XXX demo only*/
		/*width: 210px; /*will have to be an inline style - controlled by TS*/
	}

	.csi-textpic .csi-imagewrap {
		/*border: 1px solid blue; /*XXX demo only*/
		text-align: center;		/* is there a bug in IE? (if we don't set this, the image is not centered above or below the text) */
	}

	.csi-textpic .csi-text {
		/*border: 1px solid silver; /*XXX demo only*/
		/*margin-top: 5px;*/
		text-align: left; /*will have to be an inline style - controlled by TS*/
	}

	.csi-text p {
		margin-top: 3px;
	}

	/* CENTER */

	.csi-center .csi-image {
		text-align: center;
		/*margin: 0 auto 3px;*/
	}

	/* RIGHT */
	.csi-right div.csi-image {
		text-align: right;
		/*float: right;*/
		/*clear: both;*/
	}

	.csi-right div.csi-text {
		/*clear: right;*/
		margin-top: 3px;
	}


	/* LEFT */
	.csi-left div.csi-image {
		/*float: left;*/
		/*clear: both;*/
	}

	.csi-left div.csi-text {
		/*clear: left;*/
		margin-top: 3px;
	}


	/* INTEXT LEFT */
	.csi-intext-left .csi-image {
		float: left;
		/*clear: both;*/
	}


	/* INTEXT RIGHT */
	.csi-intext-right .csi-image {
		float: right;
		/*clear: both;*/
	}


	/* INTEXT RIGHT NOWRAP */
	.csi-intext-right-nowrap .csi-text {
                padding-top: 10px;
                margin-top: 0px;
		/*margin-right: 215px; /*will have to be an inline style - controlled by TS*/
	}

	.csi-intext-right-nowrap .csi-image {
                padding-top: 10px;
                margin-top: 0px;
		float: right;
		/*clear: both;*/
	}
        .csi-intext-right-nowrap .csc-firstHeader {
                padding-top: 0px;
                margin-top: 0px;
        }


	/* INTEXT LEFT NOWRAP*/
	.csi-intext-left-nowrap .csi-text {
		padding-top: 10px;
		margin-top: 0px;
		/*margin-left: 215px; /*will have to be an inline style - controlled by TS*/
	}
	.csi-intext-left-nowrap .csc-firstHeader {
		padding-top: 0px;
		margin-top: 0px;
	}

	.csi-intext-left-nowrap .csi-image {
                padding-top: 10px;
                margin-top: 0px;
		float: left;
		/*clear: both;*/
	}
