/* Horizontal Carousel */
#horizontal_carousel {
  float:left;
  width: 100%;
  height: 64px;
  margin-bottom: 0px;
  position: relative;  
  border:0px solid #cc0000;
}         

#horizontal_carousel .container {
  position: absolute;
  top: 4px;
  left: 35px;  
  width: 484px;
  height: 56px;
  overflow:hidden;   
  background: #F4F4F4;
  border:0px solid #cc0000;
 
}            

#horizontal_carousel .previous_button {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 32px;
  height: 64px;
  background: url(left.gif);
  background-position:center center;
  background-repeat:no-repeat;
  z-index: 10;    
  cursor:pointer;
}        

#horizontal_carousel .previous_button_disabled {
  background: url(left_disabled.gif);
  background-position:center center;
  background-repeat:no-repeat;
  cursor:default;
}

#horizontal_carousel .next_button {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 31px;
  height: 64px;
  background: url(right.gif);
  background-position:center center;
  background-repeat:no-repeat;
  z-index: 10;
  cursor:pointer;
}   

#horizontal_carousel .next_button_disabled {
  background: url(right_disabled.gif);
  background-position:center center;
  background-repeat:no-repeat;
  cursor:default;
}

#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 56px;
}                      

#horizontal_carousel ul li img {
  border:1px solid #999999;
  display:block;             
  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;
  padding:2px;
  width:56px;
  list-style:none;   
  float:left;
}

 
/* Horizontal Carouse 2 */
#horizontal_carousel2 {
  float:left;
  width: 100%;
  height: 164px;
  margin-bottom: 0px;
  position: relative;  
  border:0px solid #cc0000;
}         

#horizontal_carousel2 .container {
  position: absolute;
  top: 4px;
  left: 35px;  
  width: 425px;
  height: 156px;
  overflow:hidden;   
  background: #fff;
  border:0px solid #cc0000;
}            

#horizontal_carousel2 .previous_button {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 32px;
  height: 164px;
  background: url(left.gif);
  background-position:center center;
  background-repeat:no-repeat;
  z-index: 10;    
  cursor:pointer;
}        

#horizontal_carousel2 .previous_button_disabled {
  background: url(left_disabled.gif);
  background-position:center center;
  background-repeat:no-repeat;
  cursor:default;
}

#horizontal_carousel2 .next_button {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 31px;
  height: 164px;
  background: url(right.gif);
  background-position:center center;
  background-repeat:no-repeat;
  z-index: 10;
  cursor:pointer;
}   

#horizontal_carousel2 .next_button_disabled {
  background: url(right_disabled.gif);
  background-position:center center;
  background-repeat:no-repeat;
  cursor:default;
}

#horizontal_carousel2 ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 156px;
}                      

#horizontal_carousel2 ul li img {
  border:1px solid #999999;
  display:block;             
  background:#E3EDFA;  
}                               

#horizontal_carousel2 ul li {
  font-family:verdana,arial,sans-serif;
  font-size:10px;
}                               

#horizontal_carousel2 ul li {
  border:0px solid green;
  color:#E3EDFA;
  margin:0pt;
  padding:2px;
  width:156px;
  list-style:none;   
  float:left;

}



/* Horizontal Carouse 3*/
#horizontal_carousel3 {
  float:left;
  width: 100%;
  height: 530px;
  margin-bottom: 0px;
  position: relative;  
  border:0px solid #cc0000;
}         

#horizontal_carousel3 .container {
  position: absolute;
  top: 4px;
  left: 35px;  
  width: 650px;
  height: 530px;
  overflow:hidden;   
  background: #fff;
  border:0px solid #cc0000;
}            

#horizontal_carousel3 .previous_button {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 32px;
  height: 530px;
  background: url(left.gif);
  background-position:center center;
  background-repeat:no-repeat;
  z-index: 10;    
  cursor:pointer;
}        

#horizontal_carousel3 .previous_button_disabled {
  background: url(left_disabled.gif);
  background-position:center center;
  background-repeat:no-repeat;
  cursor:default;
}

#horizontal_carousel3 .next_button {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 31px;
  height: 530px;
  background: url(right.gif);
  background-position:center center;
  background-repeat:no-repeat;
  z-index: 10;
  cursor:pointer;
}   

#horizontal_carousel3 .next_button_disabled {
  background: url(right_disabled.gif);
  background-position:center center;
  background-repeat:no-repeat;
  cursor:default;
}

#horizontal_carousel3 ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 530px;
}                      

#horizontal_carousel3 ul li img {
  border:0px solid #999999;
  display:block;             
  background:#E3EDFA;  
}                               

#horizontal_carousel3 ul li {
  font-family:verdana,arial,sans-serif;
  font-size:10px;
}                               

#horizontal_carousel3 ul li {
  border:0px solid green;
  color:#E3EDFA;
  margin:0pt;
  padding:2px;
  width:640px;
  list-style:none;   
  float:left;

}
 
/* Horizontal Carousel 4*/
#horizontal_carousel4 {
  width: 100%;
  height: 64px;
  margin-bottom: 0px;
  position: relative;  
  border:1px solid #e0e0e0;
  clear:both;
}         

#horizontal_carousel4 .container {
  position: absolute;
  top: 4px;
  left: 35px;  
  width: 722px;
  height: 56px;
  overflow:hidden;   
  background: #F4F4F4;
  border:0px solid #cc0000;
}            

#horizontal_carousel4 .previous_button {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 32px;
  height: 64px;
  background: url(left.gif);
  background-position:center center;
  background-repeat:no-repeat;
  z-index: 10;    
  cursor:pointer;
}        

#horizontal_carousel4 .previous_button_disabled {
  background: url(left_disabled.gif);
  background-position:center center;
  background-repeat:no-repeat;
  cursor:default;
}

#horizontal_carousel4 .next_button {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 31px;
  height: 64px;
  background: url(right.gif);
  background-position:center center;
  background-repeat:no-repeat;
  z-index: 10;
  cursor:pointer;
}   

#horizontal_carousel4 .next_button_disabled {
  background: url(right_disabled.gif);
  background-position:center center;
  background-repeat:no-repeat;
  cursor:default;
}

#horizontal_carousel4 ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 56px;
}                      

#horizontal_carousel4 ul li img {
  border:1px solid #999999;
  display:block;             
  background:#E3EDFA;  
}                               

#horizontal_carousel4 ul li {
  font-family:verdana,arial,sans-serif;
  font-size:10px;
}                               

#horizontal_carousel4 ul li {
  border:0px solid green;
  color:#E3EDFA;
  margin:0pt;
  padding:2px;
  width:56px;
  list-style:none;   
  float:left;
}


/* Horizontal Carousel 5 */
#horizontal_carousel5 {
  float:left;
  width: 100%;
  height: 104px;
  margin-bottom: 0px;
  position: relative;  
  border:0px solid #cc0000;
}         

#horizontal_carousel5 .container {
  position: absolute;
  top: 4px;
  left: 35px;  
  width: 660px;
  height: 96px;
  overflow:hidden;   
  background: #F4F4F4;
  border:0px solid #cc0000;
}            

#horizontal_carousel5 .previous_button {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 32px;
  height: 104px;
  background: url(left.gif);
  background-position:center center;
  background-repeat:no-repeat;
  z-index: 10;    
  cursor:pointer;
}        

#horizontal_carousel5 .previous_button_disabled {
  background: url(left_disabled.gif);
  background-position:center center;
  background-repeat:no-repeat;
  cursor:default;
}

#horizontal_carousel5 .next_button {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 31px;
  height: 104px;
  background: url(right.gif);
  background-position:center center;
  background-repeat:no-repeat;
  z-index: 10;
  cursor:pointer;
}   

#horizontal_carousel5 .next_button_disabled {
  background: url(right_disabled.gif);
  background-position:center center;
  background-repeat:no-repeat;
  cursor:default;
}

#horizontal_carousel5 ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 96px;
}                      

#horizontal_carousel5 ul li img {
  border:1px solid #999999;
  display:block;             
  background:#E3EDFA;  
}                               

#horizontal_carousel5 ul li {
  font-family:verdana,arial,sans-serif;
  font-size:10px;
}                               

#horizontal_carousel5 ul li {
  border:0px solid green;
  color:#E3EDFA;
  margin:0pt;
  padding:2px;
  width:96px;
  list-style:none;   
  float:left;
}


/* Horizontal Carousel 6 */
#horizontal_carousel6 {
  flo1at:left;
  width: 100%;
  height: 94px;
  margin-bottom: 0px;
  position: relative;  
  border:0px solid #cc0000;
}         

#horizontal_carousel6 .container {
  position: absolute;
  top: 4px;
  left: 40px;  
  width: 650px;
  height: 84px;
  overflow:hidden;   
  background: #fff;
  border:0px solid #cc0000;
}            

#horizontal_carousel6 .previous_button {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 38px;
  height: 94px;
  background: url(left.gif);
  background-position:center center;
  background-repeat:no-repeat;
  z-index: 10;    
  cursor:pointer;
}        

#horizontal_carousel6 .previous_button_disabled {
  background: url(left_disabled.gif);
  background-position:center center;
  background-repeat:no-repeat;
  cursor:default;
}

#horizontal_carousel6 .next_button {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 38px;
  height: 94px;
  background: url(right.gif);
  background-position:center center;
  background-repeat:no-repeat;
  z-index: 10;
  cursor:pointer;
}   

#horizontal_carousel6 .next_button_disabled {
  background: url(right_disabled.gif);
  background-position:center center;
  background-repeat:no-repeat;
  cursor:default;
}

#horizontal_carousel6 ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 76px;
  border:0px solid #cc0000;
}                      

                         

#horizontal_carousel6 ul li {
  font-family:verdana,arial,sans-serif;
  font-size:10px;
}                               

#horizontal_carousel6 ul li {
  border:0px solid green;
  color:#E3EDFA;
  margin:0pt;
  padding:2px;
  width:76px;
  list-style:none;   
  float:left;
}



#horizontal_carousel7 {
  f1loat:left;
  width: 100%;
  height: 106px;
  margin-bottom: 0px;
  position: relative;  
  borde2r:1px solid #cc0000;
}         

 

#horizontal_carousel7 .container {
  position: absolute;
  top: 4px;
  left: 40px;  
  width: 656px;
  height: 96px;
  overflow:hidden;   
  border:none;
}            

 

#horizontal_carousel7 .previous_button {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 38px;
  height: 104px;
  background: url(left.gif);
  background-position:center center;
  background-repeat:no-repeat;
  z-index: 10;    
  cursor:pointer;

}        

 

#horizontal_carousel7 .previous_button_disabled {
  background: url(left_disabled.gif);
  background-position:center center;
  background-repeat:no-repeat;
  cursor:default;

}

 

#horizontal_carousel7 .next_button {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 38px;
  height: 104px;
  background: url(right.gif);
  background-position:center center;
  background-repeat:no-repeat;
  z-index: 10;
  cursor:pointer;

}   

 

#horizontal_carousel7 .next_button_disabled {
  background: url(right_disabled.gif);
  background-position:center center;
  background-repeat:no-repeat;
  cursor:default;
}

#horizontal_carousel7 ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 88px;

}                      

 

#horizontal_carousel7 ul li img {
  border:1px solid #e0e0e0;
  display:block;             
}                               

 
#horizontal_carousel7 ul li {
  font-family:verdana,arial,sans-serif;
  font-size:10px;
  border:none;
  color:#E3EDFA;
  width:94px;
  list-style:none;   
  float:left;
}


/* Horizontal Carousel 8 */
#horizontal_carousel8 {
  float:left;
  width: 100%;
  height: 530px;
  margin-bottom: 0px;
  position: relative;  
  border:0px solid #cc0000;
}         

#horizontal_carousel8 .container {
  position: absolute;
  top: 4px;
  left: 35px;  
  width: 650px;
  height: 530px;
  overflow:hidden;   
  background: #fff;
  border:0px solid #cc0000;
}            

#horizontal_carousel8 .previous_button {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 38px;
  height: 530px;
  background: url(left.gif);
  background-position:center center;
  background-repeat:no-repeat;
  z-index: 10;    
  cursor:pointer;
}        

#horizontal_carousel8 .previous_button_disabled {
  background: url(left_disabled.gif);
  background-position:center center;
  background-repeat:no-repeat;
  cursor:default;
}

#horizontal_carousel8 .next_button {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 38px;
  height: 530px;
  background: url(right.gif);
  background-position:center center;
  background-repeat:no-repeat;
  z-index: 10;
  cursor:pointer;
}   

#horizontal_carousel8 .next_button_disabled {
  background: url(right_disabled.gif);
  background-position:center center;
  background-repeat:no-repeat;
  cursor:default;
}

#horizontal_carousel8 ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 530px;
}                      

#horizontal_carousel8 ul li img {
  border:0px solid #999999;
  display:block;             
  background:#E3EDFA;  
}                               

#horizontal_carousel8 ul li {
  font-family:verdana,arial,sans-serif;
  font-size:10px;
}                               

#horizontal_carousel8 ul li {
  border:0px solid green;
  color:#E3EDFA;
  margin:0pt;
  padding:2px;
  width:640px;
  list-style:none;   
  float:left;

}


/* Horizontal Carousel 9 */
#horizontal_carousel9 {
  float:left;
  width: 640px;
  height: 90px;
  position: relative;  
  border:0px solid #cc0000;
}         

#horizontal_carousel9 .container {
  position: absolute;
  left: 20px;  
  width: 600px;
  height: 90px;
  overflow:hidden;   
  border:0px solid #cc0000;
  
}            

#horizontal_carousel9 .previous_button {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 15px;
  height: 90px;
  background: url(arrow_left.gif);
  background-position:center center;
  background-repeat:no-repeat;
  z-index: 10;    
  cursor:pointer;
}        

#horizontal_carousel9 .previous_button_disabled {
  background: url(arrow_left_over.gif);
  background-position:center center;
  background-repeat:no-repeat;
  cursor:default;
}

#horizontal_carousel9 .next_button {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 15px;
  height: 90px;
  background: url(arrow_right.gif);
  background-position:center center;
  background-repeat:no-repeat;
  z-index: 10;
  cursor:pointer;
}   

#horizontal_carousel9 .next_button_disabled {
  background: url(arrow_right_over.gif);
  background-position:center center;
  background-repeat:no-repeat;
  cursor:default;
}

#horizontal_carousel9 ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 90px;
}                      

#horizontal_carousel9 ul li img {
  display:block;             
  background:#E3EDFA; 
  margin-left:5px; 
}                               

#horizontal_carousel9 ul li {
  font-family:verdana,arial,sans-serif;
  font-size:10px;
}                               

#horizontal_carousel9 ul li {
  color:#E3EDFA;
  margin:0pt;
  width:100px;
  list-style:none;   
  float:left;
 

}

