/* default styles for extension "tx_femp3player_pi1" */
		.tx-femp3player-pi1 {
			text-align: center;
		}
		.tx-femp3player-pi1 TABLE {
			border: solid 1px #BCBCBC;
			margin-top: 5px;
			margin-bottom: 5px;
			border-collapse: collapse;
		}
		.tx-femp3player-pi1 TD {
			border: solid 1px #BCBCBC;
			padding: 5px;
		}
/* default styles for extension "tx_cssstyledcontent" */

	/* Needed for noRows setting */
	.csc-textpic .imagecolumn { float: left; display: inline; }

	/* Border just around the image */
	DIV.csc-textpic-border DIV.imagewrap .image {
		border: 1px solid #ccc;
		padding: 4px 4px;
	}

	.csc-textpic .imagewrap { padding: 0; }

	.csc-textpic IMG { border: none; }

	/* DIV: This will place the images side by side */
	.csc-textpic .imagewrap .image { float: left; overflow:hidden;}

	/* DL: This will place the images with caption side by side */
	.csc-textpic dl.image  { margin-top: 0; margin-bottom: 0; padding:0; }
	.csc-textpic .image dt { margin: 0; display: inline; }
	.csc-textpic .image dd { margin: 0;}


	/* Margins around images: */
	.csc-textpic .image {
		display: inline; /* IE fix for double-margin bug */
		margin-right: 8px;
	}

	.csc-textpic DIV.imagewrap .image IMG { margin: 0; }


	/* Space below each image (also in-between rows) */
	.csc-textpic .imagerow { margin-bottom: 8px; display: block; }
	.csc-textpic .imagerow { clear: both; }
	.csc-textpic .imagerow.last {margin-bottom: 0px;}
	.csc-textpic .imagewrap { margin-bottom: 10px; }

	/* No margins around the whole image-block */
	.csc-textpic .imagewrap .firstcol { margin-left: 0px !important; }
	.csc-textpic .imagewrap .lastcol { margin-right: 0px !important; }

	/* Add margin from image-block to text (in case of "Text w/ images") */
	.csc-textpic.intext-left .imagewrap {
		margin-right: 3.5% !important;
	}
	.csc-textpic.intext-left-nowrap .imgtext {
		padding-left:  3.5% !important;
	}
	.csc-textpic.intext-right .imagewrap {
		margin-left: 3.5% !important;
	}
	.csc-textpic.intext-right-nowrap .imgtext {
		padding-right:  3.5% !important;
	}
	
	/* Positioning of images: */

	/* Above */
	.csc-textpic.above .imgtext { clear: both; }

	/* Center (above or below) */
	.csc-textpic.center { text-align: center; /* IE-hack */ }
	.csc-textpic.center .imagewrap { margin: 0 auto; }
	.csc-textpic.center .imagewrap .image { text-align: left; /* Remove IE-hack */ }
	.csc-textpic.center .imgtext { text-align: left; /* Remove IE-hack */ clear: both;}

	/* Right (above or below) */
	.csc-textpic.right .imagewrap { float: right; }
	.csc-textpic.right .imgtext { clear: right; }

	/* Left (above or below) */
	.csc-textpic.left .imagewrap { float: left; }
	.csc-textpic.left .imgtext { clear: left; }

	/* Left (in text) */
	.csc-textpic.intext-left .imagewrap { float: left; }

	/* Right (in text) */
	.csc-textpic.intext-right .imagewrap { float: right; }

	/* Right (in text, no wrap around) */
	.csc-textpic.intext-right-nowrap .imagewrap { float: right; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html .csc-textpic.intext-right-nowrap .imgtext { height: 1%; }
	/* End hide from IE5/mac */

	/* Left (in text, no wrap around) */
	.csc-textpic.intext-left-nowrap .imagewrap { float: left; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html .csc-textpic.intext-left-nowrap .imgtext { height: 1%; }
	/* End hide from IE5/mac */