﻿@charset "utf-8";

/* ImageFlow Settings
==================================== */

@media screen, projection {
.coulisserahmen {
	display: none;
    overflow: hidden;
    position: relative;
    width: 318px;
    height: 318px;
	margin: 0 auto;
}
.coulisse {
    overflow: hidden;
    position: relative;
    width: 290px;
    height: 250px;
	margin:0 auto;
}
/*.coulisse canvas {border:1px solid #ccc; border-radius:5px; box-sizing:border-box;
-moz-box-sizing:border-box; webkit-box-sizing:border-box; padding-top:20px; background:#fff;}*/
#coulissetitel {
	display: block;
	text-align: center;
	height: 50px;
}


.previous_button {
	display: block;
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 29px;
	height: 29px;
	background: url(../images/left.gif) center center no-repeat;
	padding: 5px 10px;
	cursor: pointer;
}
.next_button {
	display: block;
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 29px;
	height: 29px;
	background: url(../images/right.gif) center center no-repeat;
	padding: 5px 10px;
	cursor: pointer;
}

.linkdiv {
	position: absolute;
	top: 50px;
	left: 73px;
	width: 170px;
	height: 170px;
	background: none;
	z-index: 9000;
	cursor: pointer;
}

}