/* Horizontal Carousel */
#horizontal_carousel {
  float: right;
  width: 590px;
  height: 171px;
  margin-bottom: 0px;
  position: relative;
}

#horizontal_carousel .container {
  float: left;
  width: 480px;
  height: 171px;
  position: relative;    
  overflow: hidden;
}

#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 161px;
  vertical-align:middle;
  margin:0 auto;
}                      

#horizontal_carousel ul li {
  width: 160px;
  height: 141px;
  text-align: center; 
  list-style:none;   
  float:left;
  vertical-align:middle;
  padding-top:30px;
}



#horizontal_carousel .previous_button {
  float:left;  
  width: 38px;
  height: 171px;
  background: url(blk/horizontal/left.png) no-repeat scroll 0% 50%;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .previous_button_over {
  background: url(blk/horizontal/left_over.png) no-repeat scroll 0% 50%;
}

#horizontal_carousel .previous_button_disabled {
  /* background: url(blk/horizontal/left_disabled.png) no-repeat scroll 0% 50%;*/
  background:none;
  cursor: default;
}

#horizontal_carousel .next_button {
  float:left;  
  width: 38px;
  height: 171px;
  background: url(blk/horizontal/right.png) no-repeat scroll 0% 50%;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .next_button_over {
  background: url(blk/horizontal/right_over.png) no-repeat scroll 0% 50%;
}

#horizontal_carousel .next_button_disabled {
  /*background: url(blk/horizontal/right_disabled.png) no-repeat scroll 0% 50%;*/
  background:none;
  cursor: default;
}





#vertical_carousel2 {
  height: 485px;
  margin-bottom: 0px;
  position: relative;
}

#vertical_carousel2 .container {
  height: 400px;
  position: relative;    
  overflow: hidden;
  text-align: center;
}

#vertical_carousel .container ul li a {
  color:#784C18;
  text-decoration:none;
  font-weight: bold;
}

#vertical_carousel .container ul li a:hover {
  text-decoration:underline;
}

#vertical_carousel ul {
  margin: 0;
  padding:0;
  position: relative;
  top: 0;
  left: 0;
  vertical-align:middle;
  margin:0 auto;
}                      

#vertical_carousel ul li {
  text-align: center; 
  list-style:none;   
  vertical-align:middle;
  padding: 5px;
  min-height: 190px;
  height: auto !important;
}



#vertical_carousel .previous_button {
  width: 100%;
  height: 40px;
  background: url(blk/vertical/up.png) no-repeat center;
  z-index: 100;
  cursor: pointer;
  margin-bottom: 5px;
}

#vertical_carousel .next_button {
  width: 100%;
  height: 40px;
  background: url(blk/vertical/down.png) no-repeat center;
  z-index: 100;
  cursor: pointer;
  margin-top: 5px;
}

#vertical_carousel .next_button_over {
  background: url(blk/vertical/down.png) no-repeat center;
}

#vertical_carousel .next_button_disabled {
  /* background: url(blk/vertical/down.png) no-repeat center;*/
  background:none;
  cursor: default;
}

#vertical_carousel .previous_button_over {
  background: url(blk/vertical/up.png) no-repeat center;
}

#vertical_carousel .previous_button_disabled {
  /*background: url(blk/vertical/up.png) no-repeat center;*/
  background:none;
  cursor: default;
}

