#work-mask {
	position: relative;
	overflow: hidden;
}

#work-scroll * {
	margin: 0;
	padding: 0;
}

#work-scroll {
	position: absolute;
	left: 0;
	top: 0;
	width: 10000px;
}

a.prev {
	background: url(img/carousel-prev-arrow.gif);
	margin-right: 10px;
	float: right;
}

a.next {
	background: url(img/carousel-next-arrow.gif);
	margin-left: 10px;
	float: left;
}

a:hover.prev, a:hover.next {
	background-position: 0 0;
}

a.prev, a.next {
	display: block;
	width: 27px;
	height: 22px;
	outline: none;
	text-indent: -9999px;
	background-position: 0 -22px;
}