/* Horizontal Carousel */
#horizontal_carousel {
  float:left;
  width: 100%;
  height: 450px;
  position: relative;
  margin:-3px 0px 0px 0px;padding:0;
}         

#horizontal_carousel .slide_container {
  position: absolute;
  top: 0px;
  left: 0px;  
  width: 100%;
  height: 450px;
  overflow:hidden;
  background: #FFF;
}                    

/*#horizontal_carousel .previous_button:hover
{opacity: 1;}
#horizontal_carousel .next_button:hover
{opacity: 1;}

#horizontal_carousel .previous_button_disabled {
  background: url(/images/carousel_horizontal/left-disabled.gif);
  cursor:default;
}

#horizontal_carousel .next_button {
  position: absolute;
  top: 178px;
  right: -5px;
  z-index: 100;
  cursor:pointer;
  opacity:0.4;
    filter:alpha(opacity=40);
}   


#horizontal_carousel .next_button_disabled {
  background: url(/images/carousel_horizontal/right-disabled.gif);
  cursor:default;
}*/

#horizontal_carousel div.wide_pages {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;

}                             

#horizontal_carousel div.wide_pages div {
  border:0px solid green;
  color:#000;
  margin:0pt;
  padding:15px 10px 10px;
  width:550px;
  height:420px;
  float:left;
}

#educ_horizontal_carousel {
  float:left;
  width: 100%;
  height: 700px;
  position: relative;
  margin:0;padding:0;
}         

#educ_horizontal_carousel .slide_container {
  position: absolute;
  top: 0px;
  left: 0px;  
  width: 100%;
  height: 700px;
  overflow:hidden;
  background: #FFF;
}            

/*#educ_horizontal_carousel .previous_button {
  position: relative;
  top: 178px;
  left: 4px;
  width:40px;
  z-index: 100;    
  cursor:pointer;
  opacity: 0.4;
  filter:alpha(opacity=40);
}       

#educ_horizontal_carousel .previous_button:hover
{opacity: 1;}
#educ_horizontal_carousel .next_button:hover
{opacity: 1;}

#educ_horizontal_carousel .previous_button_disabled {
  background: url(/images/carousel_horizontal/left-disabled.gif);
  cursor:default;
}

#educ_horizontal_carousel .next_button {
  position: absolute;
  top: 178px;
  right: -5px;
  z-index: 100;
  cursor:pointer;
  opacity:0.4;
    filter:alpha(opacity=40);
}   


#educ_horizontal_carousel .next_button_disabled {
  background: url(/images/carousel_horizontal/right-disabled.gif);
  cursor:default;
}*/

#educ_horizontal_carousel div.educ_wide_pages {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;

}     


#educ_horizontal_carousel div.educ_wide_pages div {
  border:0px solid green;
  color:#000;
  margin:0pt;
  padding:15px 10px 10px;
  width:734px;
  height:700px;
  float:left;
}