.PRODOVERVIEW 
{
    height: 324px;
    width: 680px;
	background: url(/images2/002/allg/karussell_hg.png) left bottom no-repeat;
/*	margin: -64px 0 -24px -54px;*/
	margin: -64px 0 -24px -36px;	
	position: relative;
}

.INHALT .PRODOVERVIEW  li 
{
	background: none;
	padding: 0;
}
			
.INHALT #filler {
   position: absolute;
   bottom: 8px;
   width: 680px;
   text-align: center;
   color: #017CBA;
   font-size: 14px;
   font-weight: bold;
   display: none;   
}

.INHALT .roundabout-holder 
{
    width: 486px;
    height: 324px;
    margin: 0 97px;
}

.INHALT .roundabout-moveable-item 
{
    width: 142px;
}

.INHALT .roundabout-holder img
{
    width: 100%;
}

.INHALT .roundabout-moveable-item .DESCRIPTION
{
    text-align: center;
    display: none;
    color: #017CBA;
    font-size: 14px;
    font-weight: bold;
    margin: 24px 0 0;
}

.INHALT .roundabout-in-focus .DESCRIPTION
{
    display: block;
}

.INHALT .ARROWLEFT 
{
    background: url(/images2/002/allg/karussell_pfeil_links.png) center center no-repeat;
    width: 27px;
    height: 28px;  
    position: absolute;
    bottom: 0;
    left: 160px;
    cursor: pointer;
    z-index: 10;
}

.INHALT .ARROWRIGHT 
{
    background: url(/images2/002/allg/karussell_pfeil_rechts.png) center center no-repeat;    
    width: 27px;
    height: 28px;  
    position: absolute;
    bottom: 0;
    right: 160px;
    cursor: pointer;    
    z-index: 10;    
}


.ABSTANDK 
{
    height: 64px;
}