/* Generic Carousel Properties */
.carousel { 
	position: relative;
	clear:both; 
}

.carousel .navButton {
	cursor: pointer; 
	display: block; 
	text-indent: -9999px; 
	z-index: 10;
}

.carousel .container { 
	position: absolute; 
	overflow: hidden; 
}

.carousel .items { 
	position: absolute; 
}

.carousel .item { 
	position: relative;
   	cursor: pointer;
    	margin:0px; 
}

.carousel .item.hover, 
.carousel .item.selected { 
	background: #ff0000;
}


/* Vertical Carousel */
#carousel .container {
	top: 19px;
	width: 209px; 
	height: 320px; 
}

#carousel .items {
	width: 209px; 
	height: 320px; 
}

#carousel .item { 
	height: 160px; 
	width: 209px; 
	overflow: hidden;
}

#carousel .navButton { 
	position: absolute;
	width: 209px; 
	height: 19px; 
}

#carousel .button {
	padding: 0px;
	border: 0px;
	background: none;	
}

#carousel .navButton.previous {  
	top: 339px;
	background: url("/pictures/allgemein/neu/bg_moveArticleDown.gif") no-repeat center #fdec7c;  
}

#carousel .navButton.next { 
	background: url("/pictures/allgemein/neu/bg_moveArticleUp.gif") no-repeat center #fdec7c; 
} 
