#wrapper {
    width: 550px;
	height: 255px;
    margin: 0px auto;
	background-image:url(http://shop.klebeland.de/images/product_images/bg_sroller.png);
}

#intro {
    padding-bottom: 10px;
}

#slider {
    width: 530px;
    margin: 0 auto;
    position: relative;
	border: 0px;
}

.scroll {
	overflow: hidden;
	width: 530px;
    margin: 0 auto;
    position: relative;
}

.scrollContainer {
	position: relative;
}

.scrollContainer div.panel {
    padding: 10px;
    width: 530px;
	height: 225px;
}

.inside {
	padding: 10px;
	border: 0px;
}

.inside img {
	display: block;
	border: 0px;
	margin: 0 0 10px 0;
	width: 444px;
}


.scrollButtons {
    position: absolute;
    top: 82px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -21px;
	z-index:1;
}

.scrollButtons.right {
    right: -21px;
	z-index:1;
}

.hide {
    display: none;
}

#left-shadow {
	position: absolute;
	top: 10px;
	left: 0;
	width: 12px;
	height: 235px;
	bottom: 0;
	background: url(http://shop.klebeland.de/images/product_images/leftshadow.png) repeat-y;
}

#right-shadow {
	position: absolute;
	top: 10px;
	right: 0;
	width: 12px;
	height: 235px;
	bottom: 0;
	background: url(http://shop.klebeland.de/images/product_images/rightshadow.png) repeat-y;
}

