#works {
	position: relative;
}

#works h1 {
	background-position: 0 -22px;
}

#filter {
	padding: 0;
}

#filter li {
	float: left;
	padding: 2px 15px 0 0;
	list-style-type: none;
}

#filter a {
	text-decoration: none;
	border-bottom: 1px dashed #F0FFB3;
	display: block;
	line-height: 100%;
	cursor: pointer;
}

#filter .current {
	color: #fff;
	border-bottom: none;
}

#filter a:hover {
	border-bottom-color: #fff;
}

#displayed {
	float: right;
	margin: 0 30px 20px 0;
	width: 80px;
}

#works .navi {
	display: block;
	width: 26px;
	height: 26px;
	background-image: url(images/design/navi_button_sprite.png);
	position: absolute;
	top: 120px;
}

#works .navi.prev {
	background-position: left -78px;
	left: -40px;
}

#works .navi.prev a:hover {
	background-image: url(images/design/navi_button_sprite.png);
	background-position: left -104px;
}

#works .navi.prev.disabled{
	background-position: left -130px;
}

#works .navi.next {
	right: -7px;
}

#works .navi.next a:hover {
	background-image: url(images/design/navi_button_sprite.png);
	background-position: left -26px;
}

#works .navi.next.disabled {
	background-position: left -52px;
}

#works span.navi.disabled a {
	display: none;
}

#works .navi a {
	display: block;
	width: 26px;
	height: 26px;
	cursor: pointer;
}

.scrollable {
	overflow: hidden;
	width: 836px;
	height: 340px;
	position: relative;
	margin: 20px 0 0;
	clear: both;
}

#thumbs div {
	width: 179px;
	padding: 0 10px 0 10px;
	float: left;
	margin: 0 10px 0 0;
	height: 340px;
}
#thumbs {
	position: relative;
	width: 20000em;
}

#thumbs div.active {
	background-image: url(images/design/item_box.png);
	background-repeat: no-repeat;
	background-position: -199px top;
}

#thumbs div.hover {
	background-image: url(images/design/item_box.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#thumbs div img {
	margin: 0 -10px 0 -10px;

}

#thumbs h3 {
	padding: 10px 0 10px;
	border-bottom: 1px dotted #fff;
}

#thumbs .date {
	display: block;
	padding: 7px 0 7px;
	border-bottom: 1px dotted #fff;
	color: #80D5E5;
}

#thumbs p {
	padding: 7px 0 0;
}

