/* Horizontal Carousel */
#horizontal_carousel {
  float: left;
  width: 699px;
  height: 103px;
  margin-bottom: 15px;
  position: relative;
  border-top:1px #369695 solid;
  border-bottom:1px #369695 solid;
}

#galleryNavigation{
clear:both;
}


#horizontal_carousel .container {
  float: left;
  width: 699px;
  height: 72px;
  position: relative;    
  overflow: hidden;
  margin-top:12px;
}

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

#horizontal_carousel ul li {
  width: 80px;
  height: 90px;
  text-align: center; 
  list-style:none;   
  float:left;
  overflow:hidden;
}

#horizontal_carousel ul li a{
display:block;
width:60px;
height:45px;
overflow:hidden;
}

/*
#horizontal_carousel ul li a img{
display:block;
width:60px;
height:60px;
overflow:hidden;
}
*/

#horizontal_carousel .previous_button {

  float:left;  
  width: 47px;
  height: 12px;
  background: url(../images/previous.jpg) no-repeat;
  z-index: 100;
  cursor: pointer;
  
}

#horizontal_carousel .previous_button_over {
 /*background: url(../prototype-ui/horizontal/left_over.png);*/
}

#horizontal_carousel .previous_button_disabled {
  background: url(../images/previous_off.jpg) no-repeat;
  cursor: default;
}

#horizontal_carousel .next_button {
  float:right;  
  width: 47px;
  height: 12px;
  background: url(../images/next.jpg) no-repeat;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .next_button_over {
 /*background: url(../prototype-ui/horizontal/right_over.png);*/
}

#horizontal_carousel .next_button_disabled {
  background: url(../images/next_off.jpg) no-repeat;
  cursor: default;
}


/* vertical Carousel */

.ui_vertical_carousel {
}

#vertical_carousel {
  float:left;
  height: 270px;
  padding-bottom:10px;
  padding-top:5px;
  width: 210px;
  position: relative;
  background-color:#333300;
}

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

#vertical_carousel .container img{
}

#vertical_carousel ul {
  margin: 0;
  padding:0;
  height: 100000px;
  /*width:210px;*/
  position: relative;
  top: 0;
  left: 0;
  margin-left:17px;
}

#vertical_carousel ul li {
  width: 82px;
  height: 82px;
  text-align: center;      
  list-style:none;   
  float:left;
  margin-right:12px;
  margin-bottom:17px;
  overflow:hidden;
}                         

#vertical_carousel .previous_button {
  float:left;
  background: url(../images/previous.gif) no-repeat;
  background-position: center center;
  cursor: pointer;    
  display:inline;
  width:210px;
  height:12px;
  margin-bottom:5px;
}

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

#vertical_carousel .previous_button_disabled {
  background: url(../images/previous.gif) no-repeat;
  cursor: default;
  background-position: center center;
}

#vertical_carousel .next_button {
  float:left;
  height: 12px;
  width: 210px;
  background: url(../images/next.gif) no-repeat;
  background-position: center center;
  display:inline;
  cursor: pointer;
  margin-top:5px;
}

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

#vertical_carousel .next_button_disabled {
  background: url(../images/next.gif) no-repeat;
  cursor: default;
  background-position: center center;
}

