﻿#sliding-content {
	overflow:hidden;
	position:relative;
	z-index:10;
	width:725px;
}
#work-mask {
	height:100px;
	overflow:hidden;
	position:relative;
	width:680px;
}
#item-scroll {
	left:0pt;
	position:absolute;
	top:0pt;
	width:10000px;
}
#item-scroll img {
	padding:0;
	margin: 0 6px 0 0;
}
#prev {
	background:transparent url(easing/prev_chevron.png) no-repeat;
	float:left;
	margin-top: 40px;
}
#next, #prev {
	display:block;
	height:20px;
	outline-color:invert;
	outline-style:none;
	outline-width:medium;
	text-indent:-9000px;
	width:20px;
}
#next {
	float:right;
	background:transparent url(easing/next_chevron.png) no-repeat;
	margin-top: -55px;
}
a img, :link img, :visited img {
	border: 0;
}
