/* Horizontal Carousel */
#horizontal_carousel_pictures {
  float: left;
  width: 603px;
  height: 160px;
  margin-bottom: 10px;
  position: relative;
}

#horizontal_carousel_pictures .container {
  float: left;
  width: 539px;
  height: 160px;
  position: relative;    
  overflow: hidden;
  margin-top: 30px;
}

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

#horizontal_carousel_pictures ul li {
  width: 137px;
  height: 160px;
  text-align: center; 
  list-style:none;   
  float:left;
}

#horizontal_carousel_pictures .previous_button {
  float:left;  
  width: 32px;
  height: 175px;
  background: url(../images/left.png);
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel_pictures .previous_button_over {
  background: url(../images/left_over.png);
}

#horizontal_carousel_pictures .previous_button_disabled {
  background: url(../images/left_disabled.png);
  cursor: default;
}

#horizontal_carousel_pictures .next_button {
  float:left;  
  width: 32px;
  height: 175px;
  background: url(../images/right.png);
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel_pictures .next_button_over {
  background: url(../images/right_over.png);
}

#horizontal_carousel_pictures .next_button_disabled {
  background: url(../images/right_disabled.png);
  cursor: default;
}





#horizontal_carousel_videos {
  float: left;
  width: 603px;
  height: 160px;
  margin-bottom: 10px;
  position: relative;
}

#horizontal_carousel_videos .container {
  float: left;
  width: 539px;
  height: 160px;
  position: relative;    
  overflow: hidden;
  margin-top: 30px;
}

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

#horizontal_carousel_videos ul li {
  width: 137px;
  height: 160px;
  text-align: center; 
  list-style:none;   
  float:left;
}

#horizontal_carousel_videos .previous_button {
  float:left;  
  width: 32px;
  height: 175px;
  background: url(../images/left.png);
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel_videos .previous_button_over {
  background: url(../images/left_over.png);
}

#horizontal_carousel_videos .previous_button_disabled {
  background: url(../images/left_disabled.png);
  cursor: default;
}

#horizontal_carousel_videos .next_button {
  float:left;  
  width: 32px;
  height: 175px;
  background: url(../images/right.png);
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel_videos .next_button_over {
  background: url(../images/right_over.png);
}

#horizontal_carousel_videos .next_button_disabled {
  background: url(../images/right_disabled.png);
  cursor: default;
}
