/* Carousel MISC */
.carousel-control {
	border:       none;
	float:        left;
}

/* Horizontal Carousel */
.carousel_hor {
  float: left;
  width: 565px;
  height: 210px;
  position: relative;
  overflow: hidden;
}

.carousel_hor .headline {
	text-align:       left;
  font-size:        10pt;
  /* color:        #7777f0; */
  color:            #0066CB;
  font-family:      Verdana, Arial;
  font-variant:     small-caps;
  font-weight:      bold;
  margin:           5px 0px 5px 5px;
  text-decoration:  none;
}

.carousel_hor .wrapper {
  margin: 0;
  padding:0;
  width: 501px;
  height: 175px;
  top: 0;
  left: 0;
  overflow: hidden;
  position: relative;
  float: left;
  background:#E1F1FF;
}

.carousel_hor_content {
  margin: 0;
  padding:0;
  width: 10000px;
  height: 175px;
  position: relative;
  top: 0;
  left: 0;
}

.carousel_hor_content .slide {
  border:               1px solid #999999;
  width:                115px;
  height:               143px;
  padding:              10px 2px 10px 2px;;
  margin:               0px 2px 0px 0px;
  text-align:           left; 
  list-style:           none;   
  float:                left;
  background:           #FFFFFF;
  overflow:             hidden;
  position:             relative;
  top:                  5px;
}

.carousel_hor_content img {
  display:block;             
  background:#FFFFFF;  
}

.carousel_hor_content div {
  font:                 8pt "Verdana", "Arial";
  color:                #666666;
}

.carousel_hor_content .price {
  font:                 8pt "Verdana", "Arial";
  color:                red;
  font-weight:          bold;
}
