@charset "utf-8";
/* CSS Document BOXEN links, recht, mitte*/

.boxheadline{
}
.boxheadline a{
	text-transform:uppercase;
	font-family: 'Grundig DIN-Medium', Cabin, sans-serif;
	color:#008BD0;
	font-size:16px;
}


.whatsnewbox{
	overflow:hidden;
	margin-bottom:20px;
	height:220px;
}
.whatsnewbox .boxcontent{
	overflow:hidden;
}
.whatsnewbox .boxcontent a{
	display:block;
	float:left;
	opacity:1;
	margin-bottom:40px;
	margin-top:10px;
	overflow:hidden;
	text-align:center;
}
.whatsnewbox .boxcontent a:hover{
	opacity:0.7;
}
.whatsnewbox .boxcontent a span.img{
	display:block;
	height:110px;
	overflow:hidden;
}
.whatsnewbox .boxcontent a span.txt{
	display:block;
	margin-left:30px;
	text-align:left;
}

.whatsnewbox .boxcontent a strong{
	color:#008BD0;
}



#carousel {
	margin: 0 auto;
}
#carousel img {
	border: 0;
}
#ui-carousel-next, #ui-carousel-prev {
	width: 30px;
	height: 190px;
	background: url(/shop/images/clients/grundig/arrow_left_big.png) center center no-repeat;
	display: block;
	position: absolute;
	top: 0;
	z-index: 100;

	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
#ui-carousel-next {
	right: 0;
	background-image: url(/shop/images/clients/grundig/arrow_right_big.png);
}

#ui-carousel-prev {
	left: 0;
}
#ui-carousel-next > span, #ui-carousel-prev > span {
	display: none;
}

.ui-carousel {
	height: 100px;
	margin: 0;
	overflow: auto;
	padding: 0;
	position: relative; /*for ie7 to work e.g in html carousels*/
	width: 300px
}

.ui-carousel > .wrapper {
    margin: 0;
    padding: 0;
    width: 9999px;
}

.ui-carousel > .wrapper > * {
	border: 0;
	display: block;
	float: left;
	height: 100px;
	overflow: hidden;
	width: 100px;	
}

#pages {
	width: 92px;
	height: 20px;
	margin: auto;
}

#pages .bullet {
	display: block;
	width: 10px;
	height: 10px;
	margin: 0;
	margin-right: 5px;
	float: left;
	border-radius:50%;
	border:1px solid #008BD0;
}
#pages .bullet.on{
	background-color:#008BD0;
}
#pagestext{
	float:right;
	margin-top:-20px;
	font-size:10px;
	color:#ccc;
	margin-right:3px;
}
