/* default styles for extension "tx_stflashplayer_pi1" */

	div.st_flashplayer_float_left {
		margin:0px 10px 0px 0px;
	} 
	div.st_flashplayer_float_right {
		margin:0px 0px 0px 10px;
	} 
	div.st_flashplayer_float_none {
		margin:0px 0px 0px 0px;
		text-align: center;
	} 

/* default styles for extension "tx_imagecycle_pi1" */
ul.tx-imagecycle-pi1 {
	display: none;
	position: relative;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.tx-imagecycle-pi1 img {
	display: block;
}
ul.tx-imagecycle-pi1 li {
	position: absolute;
	margin: 0;
	padding: 0;
}
ul.tx-imagecycle-pi1 li,
ul.tx-imagecycle-pi1 a {
	display: block;
	position: relative;
}
ul.tx-imagecycle-pi1 a:hover {
	background: none;
	border: 0! important;
}
ul.tx-imagecycle-pi1 span {
	position: absolute;
	left: 0;
	bottom: 0;
	/* remove the below 'width' line if you want the caption
	background to be just the width of the caption text */
	width: 100%;
	padding: 5px;
	color: #fff;
	background: #000;
	opacity: 0.8;
	white-space: nowrap;
	display: none;
}
