/* Horizontal Carousel */
#hcarousel, #hcarousel1 {
  width: 980px;
  height: 255px;
  position: relative;
  background:#FFFFFF url(../img/bg_ipr.gif) 0 0 no-repeat;
}

#hcarousel .container, #hcarousel1 .container {
  float: left;
  width: 980px;
  height: 255px;
  position: relative;    
  overflow: hidden;
}

#hcarousel ul, #hcarousel1 ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 240px;
}                      

#hcarousel ul li, #hcarousel1 ul li {
  width: 980px;
  height: 255px;
  text-align: center; 
  list-style:none;   
  float:left;
}

#hcarousel .previous_button, #hcarousel1 .previous_button {
	position:absolute;
	top:0; left:-30px;
	width: 30px;
	height: 255px;
	background:#010E21 url(../img/left.gif) 0 50% no-repeat;
	z-index: 100;
	cursor: pointer;
}

#hcarousel .previous_button_over, #hcarousel1 .previous_button_over {
	background:#010E21 url(../img/left_over.gif) 0 50% no-repeat;
}

#hcarousel .previous_button_disabled, #hcarousel1 .previous_button_disabled {
	background:#010E21 url(../img/left_disabled.gif) 0 50% no-repeat;
  cursor: default;
}

#hcarousel .next_button, #hcarousel1 .next_button {
	position:absolute;
	top:0; left:980px;
	width: 30px;
	height: 255px;
	background:#010E21 url(../img/right.gif) 100% 50% no-repeat;
	z-index: 100;
	cursor: pointer;
}

#hcarousel .next_button_over, #hcarousel1 .next_button_over {
	background:#010E21 url(../img/right_over.gif) 100% 50% no-repeat;
}

#hcarousel .next_button_disabled, #hcarousel1 .next_button_disabled {
	background:#010E21 url(../img/right_disabled.gif) 100% 50% no-repeat;
	cursor: default;
}