/* Horizontal Carousel */
.horizontal_carousel {
  float:left;
  width: 472px;
  height: 130px;
  margin-bottom: 10px;
  position: relative;  
  background: url(/img/carouselbg.jpg);
  background-repeat: repeat-x;
  clear:left;
}         

.horizontal_carousel2 {
  float:left;
  width: 472px;
  height: 130px;
  margin-bottom: 10px;
  position: relative;  
  background: url(/img/carouselbg.jpg);
  background-repeat: repeat-x;
  clear:left;
}    

.horizontal_carousel .container {
  position: absolute;
  top: 0px;
  left: 26px;
  width: 422px;
  height: 117px;
  overflow:hidden;   
}            

.horizontal_carousel .previous_button {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 25px;
  height: 117px;
  background: url(/img/b-left.jpg);
  z-index: 100;    
  cursor:pointer;
}        

.horizontal_carousel .previous_button_disabled {
  background: url(/img/b-left-down.jpg);
  cursor:default;
}

.horizontal_carousel .next_button {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 24px;
  height: 117px;
  background: url(/img/b-right.jpg);
  z-index: 100;
  cursor:pointer;
}   

.horizontal_carousel .next_button_disabled {
  background: url(/img/b-right-down.jpg);
  cursor:default;
}

.horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 120px;
}                      

.horizontal_carousel ul li img {
  margin: 0px;
  padding: 0px;
  display:inline;             
  background:#E3EDFA;  
}                               

.horizontal_carousel ul li {
  font-family:verdana,arial,sans-serif;
  font-size:10px;
}                               

.horizontal_carousel ul li {
  border:0px solid green;
  color:#E3EDFA;
  margin:0pt;
  margin-right: 0px;
  width:105px;
  list-style:none;   
  float: left;
  text-align:center;
}


.horizontal_carousel_labels{
  float:left;
  /*width: 472px;
  height: 130px;*/
  width: 864px;
  height: 75px;
  margin-bottom: 10px;
  position: relative;  
 /*
  background: url(img/carouselbg.jpg);
  background-repeat: repeat-x;
  */
  clear:left;
}     
.horizontal_carousel_labels .container {
  position: absolute;
  top: 0px;
  left: 24px;
  width: 820px;
  height: 75px;
  overflow:hidden;   
}            

.horizontal_carousel_labels .previous_button {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 23px;
  height: 75px;
  background: url(/img/leftLabel.jpg);
  z-index: 100;    
  cursor:pointer;
}        

.horizontal_carousel_labels .previous_button_disabled {
  background: url(/img/leftLabelDisabled.jpg);
  cursor:default;
}

.horizontal_carousel_labels .next_button {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 23px;
  height: 75px;
  background: url(/img/rightLabel.jpg);
  z-index: 100;
  cursor:pointer;
}   

.horizontal_carousel_labels .next_button_disabled {
  background: url(/img/rightLabelDisabled.jpg);
  cursor:default;
}

.horizontal_carousel_labels ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 120px;
}                      

.horizontal_carousel_labels ul li img {
  border:1px solid #000;
  display:block;             
  background:#E3EDFA;  
}                               

.horizontal_carousel_labels ul li {
  font-family:verdana,arial,sans-serif;
  font-size:10px;
}                               

.horizontal_carousel_labels ul li {
  border:0px solid green;
  color:#E3EDFA;
  margin:0pt;
  margin-right: 0px;
  width:161px;
  list-style:none;   
  float: left;
  text-align:center;
}
.horizontal_carousel_labels .example_3_item {
	height: 70px;
	width: 164px;
	float:left;
}
