.tx-coverflow-pi1 * {
	outline:none;
	font-family: arial,sans-serif;
        line-height: normal;
}

.tx-coverflow-pi1 a {
	text-decoration: none;
}

.tx-coverflow-pi1 #slides {
	width: 900px;
	height: 247px;
	padding: 0px;
	margin: 0 0 12px;
	text-align: center;
	position: relative;
	background: url('../img/schatten.png');
}
.tx-coverflow-pi1 .slides_container {
	width: 892px;
	height: 239px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	top: 4px;
	left: 4px;
	position: absolute;
	overflow: hidden;
}
.tx-coverflow-pi1 .hintergrundbild {
	width: 892px;
	height: 239px;
	padding: 0px;
	margin: 0px;
	position: relative;
	overflow: hidden;
}
.tx-coverflow-pi1 .hintergrundbild img {
	width: 892px;
	height: 239px;
}
.tx-coverflow-pi1 .prev-bttn {
	width: 40px;
	height: 239px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 4px;
	left: 4px;
	z-index:0;
	background: url('../img/pfeil_links.png');
}
.tx-coverflow-pi1 .next-bttn {
	width: 45px;
	height: 239px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 4px;
	right: 4px;
	z-index:0;
	background: url('../img/pfeil_rechts.png');
}
.tx-coverflow-pi1 .coverflow_text {
	width: auto;
	max-width: 350px;
	height: 118px;
	padding: 20px 20px 0 20px;
	margin: 0px;
	position: absolute;
	top: 0px;
	left: 50px;
	/* IE 8 */
	background/*\**/: #fff;
	filter/*\**/: alpha(opacity=90);

	/* alle anderen Browser */
	background: rgba(255,255,255, 0.7);
}
/* IE 7 */
* + html .tx-coverflow-pi1 .coverflow_text {
	background: #fff;
	filter: alpha(opacity=90);
}
.tx-coverflow-pi1 .coverflow_text h2{
	width: auto;
	height: 35px;
	font-size: 28px;
	color: #000000;
	font-weight: bold;
	margin: 0;
}
.tx-coverflow-pi1 .coverflow_text .description{
	width: auto;
	height: 45px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.tx-coverflow-pi1 .coverflow_text .lp_description{
	width: auto;
	height: 55px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.tx-coverflow-pi1 .coverflow_text .price{
	width: auto;
	height: 38px;
	font-size: 28px;
	font-weight: bold;
	color: #FF9933;
}
.tx-coverflow-pi1 .coverflow_text .price .small{
	font-size: 18px !important;
}
.tx-coverflow-pi1 .coverflow_text .lp_link{
	width: 100%;
	height: 15px;
        text-align: right;
	/*font-size: 28px;*/
	font-weight: bold;
	color: #FF9933;
}
.tx-coverflow-pi1 .pagination {
	width: auto;
	height: 12px;
	padding: 4px 3px 4px 7px;
	margin: 0px;
	position: absolute;
	/* IE 8 */
	background/*\**/: #fff;
	filter/*\**/: alpha(opacity=90);

	/* alle anderen Browser */
	background: rgba(255,255,255, 0.7);
	bottom: 4px;
	left: 50%;
	z-index: 5;
}
/* IE 7 */
* + html .tx-coverflow-pi1 .pagination {
	background: #fff;
	filter: alpha(opacity=90);
}
.tx-coverflow-pi1 .pagination li {
    float: left;
    height: 12px;
    margin: 0;
    width: 16px;
	list-style-type: none;
}
.tx-coverflow-pi1 .pagination li a {
	background: url('../img/active.png');
    cursor: pointer;
    display: block;
    float: left;
    height: 12px;
    text-decoration: none;
    text-indent: -9999em;
    width: 12px;
}
.tx-coverflow-pi1 .pagination li.current a {
	background: url('../img/inactive.png');
}