div.shopTopFrame {
	position: relative;
	z-index: 20;
	overflow: hidden;
	width: 600px;
	height: 200px;
	margin: 5px 0 10px 5px;
	padding: 10px 0 0 0;
	background-image: url(/media/teaserbox/bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.shopTopTeaser .jcarousel-container {
	position: relative;
}

.shopTopTeaser ul {
	list-style: none;
	width: 545px;
	margin: 10px 42px 10px 10px;
	padding: 0;
}
.shopTopTeaser li {
	height: 200px;
	clear: both;
}

.jcarousel-scope {
    overflow: hidden;
    position: relative;
    width: 600px;
    height: 200px;
	margin: 10px 42px 10px 10px;
}

.shopTopTeaser .jcarousel-clip {
	width: 545px;
	height: 174px;
	z-index: 2;
	overflow: hidden;
	position: relative;
	padding: 0;
	margin: 0 42px 10px 10px;
}
.shopTopTeaser .jcarousel-list {
	z-index: 1;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
.shopTopTeaser .jcarousel-item {
	float: left;
	list-style: none;
	/* We set the width/height explicitly. No width/height causes infinite loops. */
	width: 535px;
	height: 165px;
	padding: 5px 3px 5px 5px;
	margin: 0;
}
.shopTopTeaser .jcarousel-next {
	position: absolute;
	top: 175px;
	left: 575px;
	z-index: 3;
	display: none;
	width: 20px;
	height: 20px;
    cursor: pointer;
	background-image: url(/media/teaserbox/down-1.gif);
}
.shopTopTeaser .jcarousel-next-disabled {
	background-image: url(/media/teaserbox/down-0.gif);
}
.shopTopTeaser .jcarousel-prev {
	position: absolute;
	top: 5px;
	left: 575px;
	z-index: 3;
	display: none;
	width: 20px;
	height: 20px;
    cursor: pointer;
	background-image: url(/media/teaserbox/up-1.gif);
}
.shopTopTeaser .jcarousel-prev-disabled {
	background-image: url(/media/teaserbox/up-0.gif);
}

div.shopTopItem {
	width: 500px
	height: 190px;
}
div.shopTopItem div.shopTopImage {
	width: 230px
	height: 160px;
	float: right;
	display: table;
	text-align: center;
}

div.shopTopItem img.cover {
	padding: 0;
    margin: 0px 0 4px 10px;
    width: 225px;
    height: 150px;
	border: 1px #C7252C solid;
}
div.shopTopItem h2.itemTitle {
	margin: 0;
	padding: 2px 0 2px 0;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bolder;
	font-size: 14px;
	line-height: 14px;
	color: #C7252C;
}

div.shopTopItem h2.itemTeaser {
	margin: 0;
	padding: 2px 0 2px 0;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bolder;
	font-size: 16px;
	line-height: 16px;
	color: #C7252C;
}

div.shopTopItem div.price {
	text-align: right;
	padding-top: 5px;
}

div.shopTopItem div.button {
	text-align: center;
	padding-top: 5px;
}
