/* Horizontal Carousel */
#horizontal_carousel {
  width: 950px;
  height: 105px;
}

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

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

#horizontal_carousel ul li {
  width: 286px;
  list-style:none;   
  float:left;
}

#horizontal_carousel .previous_button {
  float:left;  
  width: 25px;
  height: 25px;
  margin-top:35px;
  margin-left:10px;
  margin-right:10px;
  background: url(/frontend/Gui/legport/carousel/images/left.png)  no-repeat;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .previous_button_over {
  background: url(/frontend/Gui/legport/carousel/images/left.png) no-repeat;
}

#horizontal_carousel .previous_button_disabled {
    background: url(/frontend/Gui/legport/carousel/images/left.png) no-repeat;
    cursor: default;
}

#horizontal_carousel .next_button {
  float:left;  
  width: 25px;
  height: 25px;
  margin-top:35px;
  margin-left:10px;
  margin-right:10px;
  background: url(/frontend/Gui/legport/carousel/images/right.png) no-repeat;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .next_button_over {background: url(/frontend/Gui/legport/carousel/images/right.png) no-repeat;}
#horizontal_carousel .next_button_disabled { 
    background: url(/frontend/Gui/legport/carousel/images/right.png) no-repeat;
    cursor: default;
}


#horizontal_carousel .stub{height:90px; width:171px; margin-top:10px; background:#fff; }



/* Horizontal Carousel  Interview*/

#horizontal_carousel_3 {
  width: 950px;
  height: 105px;
 padding-top:17px;
}

#horizontal_carousel_3 .container {
  float: left;
  width: 860px;
  height: 100px;
  position: relative;
  overflow: hidden;
}

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

#horizontal_carousel_3 ul li {
  width: 290px;
  list-style:none;   
  float:left;
}

#horizontal_carousel_3 .previous_button {
  float:left;  
  width: 25px;
  height: 25px;
  margin-top:35px;
  margin-left:10px;
  margin-right:10px;
  background: url(/frontend/Gui/legport/carousel/images/left.png)  no-repeat;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel_3 .previous_button_over {
  background: url(/frontend/Gui/legport/carousel/images/left.png) no-repeat;
}

#horizontal_carousel_3 .previous_button_disabled {
    background: url(/frontend/Gui/legport/carousel/images/left.png) no-repeat;
    cursor: default;
}

#horizontal_carousel_3 .next_button {
  float:left;  
  width: 25px;
  height: 25px;
  margin-top:35px;
  margin-left:10px;
  margin-right:10px;
  background: url(/frontend/Gui/legport/carousel/images/right.png) no-repeat;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel_3 .next_button_over {background: url(/frontend/Gui/legport/carousel/images/right.png) no-repeat;}
#horizontal_carousel_3 .next_button_disabled { 
    background: url(/frontend/Gui/legport/carousel/images/right.png) no-repeat;
    cursor: default;
}


#horizontal_carousel_3 .stub{height:90px; width:171px; margin-top:10px; background:#fff; }