/* Horizontal Carousel */
#horizontal_carousel {

  width: 450px;
  height: 192px;
  margin-bottom: 10px;
z
  border: solid 1px #e7e7e7;
  padding: 18px 14px 0 14px;
  background: url(Images/Nexto/nexto_bg.jpg) repeat-x top left;
  font-size: 11px;
  color: #838383;
  margin: 10px auto;
  display: block;
}

#horizontal_carousel b 
{
	color: #385ac0;
}

#horizontal_carousel div.nexto_title
{
	font-size: 16px;
}

#horizontal_carousel .container 
{
  float: left;
  width: 440px;
  height: 150px;
  position: relative;    
  overflow: hidden;
  padding-top: 10px;
}

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

#horizontal_carousel ul li {
  width: 110px;
  height: 130px;
  text-align: center; 
  list-style:none;   
  float:left;
}

#horizontal_carousel .previous_button {
  float:right;  
  width: 18px;
  height: 18px;
  background: url(Images/Nexto/nexto_prev.jpg);
  z-index: 100;
  cursor: pointer;
  margin-right: 5px;
}

#horizontal_carousel .previous_button_over {
  background: url(Images/Nexto/nexto_prev.jpg);
}

#horizontal_carousel .previous_button_disabled {
  background: url(Images/Nexto/nexto_prev_d.jpg);
  cursor: default;
}

#horizontal_carousel .next_button {
  float:right;  
  width: 18px;
  height: 18px;
  background: url(Images/Nexto/nexto_next.jpg);
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .next_button_over {
  background: url(Images/Nexto/nexto_next.jpg);
}

#horizontal_carousel .next_button_disabled {
  background: url(Images/Nexto/nexto_next_d.jpg);
  cursor: default;
}

#horizontal_carousel div.nexto_title
{
	float: left;
}

#horizontal_carousel div.nexto_item
{
	width: 100px;
	padding: 0 5px;
}

#horizontal_carousel div.nexto_item img
{
	border: 0;
}

