/* Slideshow */
.feature div {
	height: 320px;
	width: 950px;
}
.slide-show-container {
	position:relative;
	width:950px;
	height: 320px;
}
.slide-show { overflow: hidden; }
#slide-show-nav {
	position:absolute;
	width:200px;
	height:10px;
	bottom:20px;
	left:25px;
	z-index:500;
}
#slide-show-nav a {
	position: relative;
	display: block;
	float:left;
	margin-right:5px;
	width: 14px;
	text-decoration: none;
	color: transparent;
	background:#bbb;
	font-size: 0;
	line-height:1px;
	height:14px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow:inset 1px 1px 2px #000;
	-moz-box-shadow:inset 1px 1px 2px #000;
	box-shadow:inset 1px 1px 2px #000;	
}
#slide-show-nav a:hover, #slide-show-nav .activeSlide { background-color: #007CC3; box-shadow:inset 1px 1px 2px #000, 0 0 0 1px #efefef; color: transparent; }




/* Carousel */
.carousel { 
	height:200px; 
	overflow: hidden; 
}
.content-mid {
	/*background: url('http://static.garmincdn.com/en/m/g/market-page-images/carousel-mid-bg.gif') repeat-x;*/
	background: none;
	height: auto;
	max-height: auto;
	width: 100%;
	position: relative;
}
.content-mid ul {
	list-style:none;
	padding:0;margin:0;
}
.content-mid ul li {
	padding:0;
	margin:0;
	width:290px;
}
.content-mid .item {
	font-size: 80%;
	width: 460px;
	padding-right:15px;
	float: left;
	height: 185px;
	color: #666666;
	line-height: 150%;
}
.content-mid .item h2 {
    color: #666666;
    font-size: 16px; 
	/*margin-top: 15px; */
}
.content-mid .item h2.scrollHeader {
    line-height: 27px;
    padding-bottom: 9px;
    padding-top: 10px;
}
.content-mid .item span { 
	padding-right: 15px; 
}
.content-mid .item img {
	float: left;
	margin-right: 20px;
	margin-left: 0px;
	height: 185px;
}
.slider {
	width: 950px;
	height: 18px;
	position: relative;
	/*background: url(http://static.garmincdn.com/en/m/g/market-page-images/carousel-slider-bar-bg.jpg) no-repeat;*/
	background: url(http://static.garmin.com/shared/de/custom/topod2012/slide_img/carousel-slider-bar-bg.jpg) no-repeat;
	/*background-image: -webkit-gradient(
    	linear,
    	left bottom,
    	left top,
    	color-stop(0.2, rgb(241,241,241)),
    	color-stop(0.8, rgb(192,192,192))
	);
	background-image: -moz-linear-gradient(
    	center bottom,
    	rgb(241,241,241) 20%,
    	rgb(192,192,192) 80%
	);
	background-image: -o-linear-gradient(
    	bottom,
    	rgb(241,241,241) 20%,
    	rgb(192,192,192) 80%
	);*/
}
.button-left {
	width:0;
	height:0;
	position:absolute;
	z-index:500;
	bottom: 3px;
	left: 4px;
	cursor:pointer;
	border-top: solid 6px transparent;
	border-bottom: solid 6px transparent;
	border-right: solid 6px #333;
	border-right-color: #263a2f;
}
.button-left:hover {
	border-right-color: #555;
}
.button-right {
	width:0;
	height:0;
	position:absolute;
	z-index:500;
	bottom: 3px;
	right: 4px;
	cursor:pointer;
	border-top: solid 6px transparent;
	border-bottom: solid 6px transparent;
	border-left: solid 6px #333;
	border-left-color: #263a2f;
}
.button-right:hover {
	border-left-color: #555;
}

