/* Horizontal Carousel */
#horizontal_carousel {
  float: left;
  width: 698px;
  position: relative;
  margin: 0 0 0px px;
  display: block;
}
#horizontal_carousel table td
{
  width: 180px;
  vertical-align: top;
  height: 220px;
} 
#horizontal_carousel .container {
  float: left;
  width: 100%;
  height: 220px;
  /*position: relative;*/    
  overflow: hidden;
}
#horizontal_carousel #innercontainer
{
 /*width: 100668px;*/
 /*height:220px;*/
}

#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 1700px;
  width: 100%;
  width: 100000px;
 
  position: relative;
  top: 0;
  left: 0;
  height: 220px;
}                      

#horizontal_carousel ul li {
  width: 180px;
  height: 220px;
  text-align: left; 
  list-style: none;   
  float:left;
  margin: 0 5px 0 10px;
}

#horizontal_carousel .previous_button {
  float:left;  
  width: 20px;
  height: 175px;
  background: url(/bilder/carousel/left.png);
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .previous_button_over {
  background: url(/bilder/carousel/left_over.png);
}

#horizontal_carousel .previous_button_disabled {
  background: url(/bilder/carousel/left_disabled.gif);
  cursor: default;
}

#horizontal_carousel .next_button {
  float:left;  
  width: 20px;
  height: 175px;
  background: url(/bilder/carousel/right.png);
  z-index: 100;
  cursor: pointer;
}
#horizontal_carousel .minitext{
min-width: 180px;
margin-right: 10px;
}
#horizontal_carousel .next_button_over {
  background: url(/bilder/carousel/right_over.png);
}

#horizontal_carousel .next_button_disabled {
  background: url(/bilder/carousel/right_disabled.gif);
  cursor: default;
}


/* vertical Carousel */

.ui_vertical_carousel {
}

#vertical_carousel {
  width: 350px;
  height: 270px;
  margin-bottom: 10px;
  position: relative;
}

#vertical_carousel .container {
  float:left;  
  width: 260px;
  height: 240px;
  overflow: hidden;
}

#vertical_carousel ul {
  margin: 0;
  padding:0;
  height: 100000px;
  position: relative;
  top: 0;
  left: 0;
}

#vertical_carousel ul li {
  width: 260px;
  height: 240px;
  text-align: center;      
  list-style:none;   
  float:left;
}                         

#vertical_carousel .previous_button {
  float:left;
  height: 32px;
  width: 175px;
  background: url(prototype-ui/vertical/left.png);
  cursor: pointer;    
  display:inline;
  margin: 0 0 10px 40px;
}

#vertical_carousel .previous_button_over {
  background: url(prototype-ui/vertical/left_over.png);
}

#vertical_carousel .previous_button_disabled {
  background: url(prototype-ui/vertical/left_disabled.png);
  cursor: default;
}

#vertical_carousel .next_button {
  float:left;
  height: 32px;
  width: 175px;
  background: url(prototype-ui/vertical/right.png);
  display:inline;
  margin-left: 40px;
  cursor: pointer;
}

#vertical_carousel .next_button_over {
  background: url(prototype-ui/vertical/right_over.png);
}

#vertical_carousel .next_button_disabled {
  background: url(prototype-ui/vertical/right_disabled.png);
  cursor: default;
}

#outerkante {
	clear: both;
	width: 670px;
	width: 100%;
	height: 31px;
	line-height: 31px;
	margin-top: 10px;
	background-color:#EEECED;
		
	
  	border: 1px solid #cecece;
	  		
}
#kante {	
	width: 670px;
	width: 98%;
	height: 17px;
	line-height: 17px;
	margin-top: 7px;
	background-image: url(../carousel/img/scrollbar_bg.png);
	/*position: relative;
	/*background-repeat:repeat-x;*/ background-color:#EEECED;
	text-align:center;
	margin-left:auto; margin-right:auto;
	
}


/* horizontal track */
/*#track2 {
	clear: both;
	width: 668px;
	width: 99.5%;
	height: 17px;
	line-height: 17px;
	background-image: url(../carousel/img/scrollbar_bg.png);
	position: relative;
	background-repeat:repeat-x;
	text-align:left; 
    white-space: nowrap;
  	margin-left:auto; margin-right:auto;
	visibility: hidden;
}*/

/* horizontal track handle */
/*#handle2 {
	margin: 1px 0 0 0;
	width: 145px;
	height: 16px;
	line-height: 16px;
	background-image: url(../carousel/img/scrollbalken.jpg);
	background-repeat:no-repeat;
  	cursor: pointer; 
  	cursor: hand;
  	position: relative;
}*/

/* scrollable div area */
/*#scrollable2 {
	float: left;
	width: 284px;
	height: 184px;
	padding: 8px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	overflow: hidden;
	white-space: nowrap;
}*/

/* wrap to make sure that image area is clickable */
#wrap3 {
	float: left;
	width: 15px;
	height: 201px;
	background: transparent url(images/scrollbar-track-bottom.png) no-repeat bottom left;
}

/* top image of track */
#track3-top {
	position: absolute;
	width: 15px;
	height: 15px;
	background: transparent url(images/scrollbar-track-top.png) no-repeat top left;
}

/* vertical track */
#track3 {
	position: absolute;
	width: 15px;
	height: 201px;
}

/* vertical track handle */
#handle3 {
	width: 15px;
	height: 37px;
}

/* wrap to make sure that image area is clickable */
#wrap4 {
	float: left;
	clear: both;
	width: 501px;
	height: 15px;
	background-color:#009900;
	background: transparent url(../carousel/img/scrollbalken.jpg) no-repeat top right;
}

/* left image of track */
#arrow_left{

_background: url(../carousel/img/arrow_left.png) no-repeat top right;
width: 19px;
height: 16px;
float: left;
}
#arrow_right{

_background: transparent url(../carousel/img/arrow_right.png) no-repeat top right;
width: 19px;
height: 16px;
float: left;
}


#track4-left {
	position: absolute;
	width: 15px;
	height: 15px;
	background: transparent url(images/scrollbar-track-left.png) no-repeat top left;
}

/* horizontal track */
#track4 {
	position: absolute;
	width: 301px;
	height: 15px;
}

/* horizontal track handle */
#handle4 {
	width: 37px;
	height: 15px;
	
}

/* wrap to make sure that image area is clickable */
			#wrap2 {
				float: left;
				width: 94.445%;				
				height: 16px;
				line-height: 16px;
												
			}
			
			/* left image of track */
			#track2-left {
				position: absolute;
				width: 16px;
				height: 16px;
				line-height: 16px;								
			}
			
			/* horizontal track */
			#track2 {
				position: relative;
				width: 100%;
				height: 17px;
				line-height: 17px;	
				white-space: nowrap;
				text-align:left; 
			}
			
			/* horizontal track handle */
			#handle2 {
				width: 145px;
				height: 16px;
				text-align:center;
				line-height: 16px;				
			}

