/* outmost wrapper element */
.new_item_scroll .scrollable{
	float: left;
	width:625px;
	height:200px;
	position: relative;
	overflow: hidden;
}

.new_item_scroll .scrollable div.items {
	position: absolute;
	width: 20000em;
}
.new_item_scroll .scrollable div.items a {
	display:block;
	float:left;
	height:180px;
	background-image: url(../new_img/sagasu/items_shadow.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-right: 8px;
	padding-left: 7px;
}
.new_item_scroll .scrollable div.items a:hover{
	height:190px;
	padding: 0px;
	background-image: url(../new_img/sagasu/items_shadow_on.gif);
}
.new_item_scroll .scrollable div.items a:hover img{
	width:125px;
	height:160px;
}
.new_item_scroll .scrollable div.items div{
	float:left;
}
.new_item_scroll a.prev, .new_item_scroll a.next {
	display:block;
	width:32px;
	float:left;
	cursor:pointer;
	background-image: url(../new_img/sagasu/item_arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 150px;
}
.new_item_scroll a.next {
	background-image:url(../new_img/sagasu/item_arrow_right.gif);
	background-position: right center;
	width: 33px;
}


/*クローズアップ*/
.side .scrollable_closeup_wrapper .scrollable{
	float: left;
	width:152px;
	height:277px;
	position: relative;
	overflow: hidden;
}
.side .scrollable_closeup_wrapper .scrollable div.items {
	position: absolute;
	width: 20000em;
}
.side .scrollable_closeup_wrapper .scrollable div.items div{
	float:left;
	width: 152px;
}
.side .scrollable_closeup_wrapper .scrollable div.items .closeup_comment {
	font-size: 11px;
	line-height: 16px;
	height: 32px;
	overflow: hidden;
	padding-top: 31px;
	padding-bottom: 22px;
}
.side .scrollable_closeup_wrapper .scrollable div.items .closeup_photo {
	width: 140px;
	padding-right: 6px;
	padding-left: 6px;
}
.side .scrollable_closeup_wrapper a.prev, .side .scrollable_closeup_wrapper a.next {
	display:block;
	width:29px;
	float:left;
	cursor:pointer;
	background-image: url(../new_img/sagasu/closeup_arrow_left.gif);
	background-repeat: no-repeat;
	background-position: 22px 170px;
	height: 277px;
}
.side .scrollable_closeup_wrapper a.next {
	background-image:url(../new_img/sagasu/closeup_arrow_right.gif);
	background-position: 1px 170px;
	width: 26px;
}