/* Horizontal Carousel */
#experience_carousel {
  float: left;
  width: 574px;
  height: 120px;
  margin-bottom: 0px;
  position: relative;
}

#experience_carousel .container {
  float: left;
  width: 528px;
  height: 120px;
  position: relative;    
  overflow: hidden;
}

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

#experience_carousel ul li {
	width: 264px;
	height: 120px;
	text-align: center;
	list-style:none;
	float:left;
	background-image: url(../../../images/back_large.png);
	background-repeat: no-repeat;
}

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

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

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

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

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

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

/*Education carousel*/

#education_carousel {
  float: left;
  width: 574px;
  height: 120px;
  margin-bottom: 0px;
  position: relative;
}

#education_carousel .container {
  float: left;
  width: 528px;
  height: 120px;
  position: relative;    
  overflow: hidden;
}

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

#education_carousel ul li {
	width: 264px;
	height: 120px;
	text-align: center;
	list-style:none;
	float:left;
	background-image: url(../../../images/back_large.png);
	background-repeat: no-repeat;
}

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

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

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

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

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

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

/*Research carousel*/

#research_carousel {
  float: left;
  width: 574px;
  height: 120px;
  margin-bottom: 0px;
  position: relative;
}

#research_carousel .container {
  float: left;
  width: 528px;
  height: 120px;
  position: relative;    
  overflow: hidden;
}

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

#research_carousel ul li {
	width: 176px;
	height: 120px;
	text-align: center;
	list-style:none;
	float:left;
	background-image: url(../../../images/back_small.png);
	background-repeat: no-repeat;
}

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

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

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

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

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

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