.ui-carousel {
	height: 100px;
	margin: 0;
	overflow: auto;
	padding: 0;
	position: relative; /*for ie7 to work e.g in html carousels*/
	width: 245px
}
.ui-carousel > .wrapper {
	margin: 0;
	padding: 0;
	width: 9999px;
}
.ui-carousel > .wrapper > * {
	border: 0;
	display: block;
	float: left;
	height: 100px;
	overflow: hidden;
	width: 100px;
}
.recruit-Slider #container {
	width: 390px;
	position: relative;
}
#carousel {
	width: 390px;
}
#ui-carousel-next, #ui-carousel-prev {
	width: 20px;
	height:110px;
	background: url(../images/arrow-left.png) center 50px no-repeat;
	display: block;
	position: absolute;
	top: 0;
	z-index: 100;
	opacity:.3;
}
#ui-carousel-next:hover, #ui-carousel-prev:hover {
	opacity:1;
}
#ui-carousel-next {
	right: 3px;
	background-image: url(../images/arrow-right.png);
}
#ui-carousel-prev {
	left: 0;
}
#ui-carousel-next > span, #ui-carousel-prev > span {
	display: none;
}
.slide {
	margin: 0;
	position: relative;
}
#pages {
	width: 150px;
	margin: 0 auto;
}
.bullet {
	background: url(../images/page-off.png) center center no-repeat;
	display: none;
	width: 18px;
	height: 18px;
	margin: 0;
	margin-right: 5px;
	float: left;
}
