@charset "utf-8";
/* CSS Document */

.wrapper {
background-color: white;
width: 978px;
margin:0 auto;
height:80px;
border: 1px solid #cacaca;
overflow:hidden;
}
	
.image_carousel {
	padding: 2px 0 12px 50px;
	position: relative;
}
.image_carousel img {
	margin-left: -18px;
	margin-right: 22px;
    display:block;
	float:left;
	padding:10px;
}

#foo2 a {
  display: block;
  width: 180px;
  height: 55px;
  float: left;
  padding-left:20px;
  padding-right:20px;
  padding-bottom:15px;
}

a.prev, a.next {
	background: url(../images/miscellaneous_sprite.png) no-repeat transparent;
	width: 20px;
	height: 80px;
	display: block;
	position: absolute;
	top: 0px;
}
a.prev {			left: 0px;
					background-position: 0 0; }
a.prev:hover {		background-position: 0 -80px; }
a.prev.disabled {	background-position: 0 -160px !important;  }
a.next {			right: 0px;
					background-position: -20px 0px; }
a.next:hover {		background-position: -20px -80px; }
a.next.disabled {	background-position: -80px -160px !important;  }
a.prev.disabled, a.next.disabled {
	cursor: default;
}

a.prev span, a.next span {
	display: none;
}

.clearfix {
	float: none;
	clear: both;
}