/* Horizontal Carousel */
#horizontal_carousel {
  float: left;
  width: 900px;
  height: 194px; 
 /* margin-bottom: 10px;*/
  margin-left:0px;
  position: relative;
  display:inline;
  font-size:10px;
}
#horizontal_carousel{
  float:left;
  width:970px;
  height:212px;
  margin-top:8px;
  position: relative;
  display:inline;
  background:url(../images/carusel-bg.jpg) no-repeat;
}

#horizontal_carousel .container {
  float: left;
  width: 890px;
  height: 194px; 
  position: relative;    
  overflow: hidden;
  margin-top:8px;
  margin-left:5px;
}

#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 8;
  left: 0; 
/*  margin-top:8px;*/
  height:194px;
}                      

#horizontal_carousel ul li {
 
  
  
 /*  float:left;*/
  width:199px;
  height:174px;
  background:url(../images/carusel_content_bg.gif) no-repeat;
  margin-left:0px;
  display:inline;
  padding-top:20px;
  padding-right:25px;
  position:relative;
  
}
/*#horizontal_carousel ul li a{
color:#ffffff;
margin-top:5px;
text-decoration:none;
}
#horizontal_carousel ul li a:hover{
color:#cbcbcb;
}
*/


#horizontal_carousel .previous_button {
/*  float:left;  
  width: 27px;
  height: 189px;
  background: url(prototype-ui/horizontal/left.gif);*/
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .previous_button_over {
  background: url(prototype-ui/horizontal/left_over.gif);
}

#horizontal_carousel .previous_button_disabled {
  background: url(prototype-ui/horizontal/left_disabled.gif);
  cursor: default;
}

#horizontal_carousel .next_button {
/*  float:left;  
  width: 27px;
  height: 189px;
  background: url(prototype-ui/horizontal/right.gif);*/
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .next_button_over {
  background: url(prototype-ui/horizontal/right_over.gif);
}

#horizontal_carousel .next_button_disabled {
  background: url(prototype-ui/horizontal/right_disabled.gif);
  cursor: default;
}


/* vertical Carousel */

.ui_vertical_carousel {
}

#vertical_carousel {
  float:left;
  width: 160px;
  height: 350px;
  margin-top:8px;
 /* margin-bottom: 30px;*/
  margin-left:17px;
  position: relative;
  display:inline;
}

#vertical_carousel .container {
  position: relative;
  float:left;  
  width: 160px;
  height: 300px;
  border: 0px solid red;
  overflow: hidden;
}

#vertical_carousel ul {
  margin: 0;
  padding:0;
  height: 100000px;
  position: relative;
  top: 0;
  left: 0;
}

#vertical_carousel ul li {
  width: 160px;
  text-align: center;      
  list-style:none;   
  float:left;
}                         

#vertical_carousel .previous_button {
  float:left;
  height: 32px;
  width: 160px;
  background: url(prototype-ui/vertical/left.gif);
  cursor: pointer; 
  display:inline;
  
/* margin:0 auto;*/
}

#vertical_carousel .previous_button_over {
  background: url(prototype-ui/vertical/left_over.gif);
  
}

#vertical_carousel .previous_button_disabled {
  background: url(prototype-ui/vertical/left_disabled.gif);
  cursor: default;
  
}

#vertical_carousel .next_button {
  float:left;
  height: 32px;
  width: 160px;
  background: url(prototype-ui/vertical/right.gif);
 
 /* margin-left: 10px;*/
  cursor: pointer; 
  display:inline;
}

#vertical_carousel .next_button_over {
  background: url(prototype-ui/vertical/right_over.gif);
  
}

#vertical_carousel .next_button_disabled {
  background: url(prototype-ui/vertical/right_disabled.gif);
  cursor: default;
  
}

