#carousel {
	height: 130px;
	margin-top: 2em;
}

div.demoflow-button-left {
	background: url('img/carousel_arrow_left.gif') no-repeat center;
	width: 14px;
	height: 105px;
	cursor: pointer; cursor: hand;
	z-index: 999;
	float: left;
}

div.demoflow-button-right {
	background: url('img/carousel_arrow_right.gif') no-repeat center;
	width: 14px;
	height: 105px;
	cursor: pointer; cursor: hand;
	z-index: 999;
	float: left;
}

.demoflow {
	position: relative;
	top: 0;
	left: 0;
	width: 347px;
	height: 107px;
	float: left;
}

.demoflow div {
	float: left;
	height: 105px;
	width: 135px;
	cursor: pointer; cursor: hand;
}

* html .demoflow div {
	margin-top: -27px;
}

.ie .demoflow div {
	zoom: 1;
}

.demoflow div {
	background: #fff;
	border: 1px solid #ddd;
}


.demoflow div:hover {
	border: 1px solid #fabb00;
	/*opacity: 1 !important;*/
}

.demoflow div img {
	height: 100%;
	margin: 0 !important;
	width: 100%;
	border: 0;
}

/* weiss auf schwarz */

.style_sw div.demoflow-button-left {
	background: url('img/carousel_arrow_left_bw.gif') no-repeat center;
}

.style_sw div.demoflow-button-right {
	background: url('img/carousel_arrow_right_bw.gif') no-repeat center;
}

.style_sw .demoflow div:hover {
	border: 1px solid #000;
}
