
/* outmost wrapper element */
#scrollable_title {
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;

	padding: 5px 8px;
	color: #616161;
	text-align: left;
	font-weight: bold;
	background: #fff url(jp.co.warpstream.wsservlet.ImageReaderDir?path=%2Fwork%2Fdev%2Fsystem%2Fcitystyle%2Fup%2Fdetail%2Ftakasago-f-2%2Fimage%2Fspacer_04.gif) no-repeat left bottom;
}

#scrollable {
	background-color:#fff;
	border:1px solid #ddd;
	padding: 8px 8px 8px 8px;
/*	padding:10px 8px;
	width:560px;*/
	width:auto;
	height:151px !important;
	text-align:left;
}
/* container for the scrollable items */
div.items {
/*	height:220px;*/
	height:150px !important;
	margin-left:15px;
/*	margin-right:10px;*/
	padding-top:2px;
	float:left;
/*	width:478px !important;*/
/*	width:86% !important;*/
/*	width:770px !important;*/
/*	width:590px !important;*/
/*	width:553px !important;*/
	width:660px !important;
}
/* single item */
div.items a {
	display:block;
	float:left;
/*	margin-right:8px;
	width:64px;
	height:64px;
	width:88px;
	height:66px;*/
	background: #fff;
/*	line-height:66px;
	text-decoration:none;
	text-align:center;
	cursor:pointer;*/
}
div.items a:hover {
	color:#999;
}
div.items a.active {
/*	background-position:-174px 0;
	color:#555;
	cursor:default;*/
}
div.items div.itembox {
	float:left;
/*	width:88px;
	width:120px;*/
	padding:0 10px 0 0;
}

div.items div.imgbox {
	display:block;
/*	width:88px;
	height:66px;*/
	width:110px;
	height:110px;
/*	overflow-y:hidden;*/
	overflow:hidden;
	border:5px solid #ddd;
}
div.items div.imgbox img {
	width:155px !important;
}


div.items div.spacer {
/*	height:1px;*/
	height:0;
}
div.items div.wordbox {
	display:block;
/*	width:88px;
	height:32px;*/
	width:110px;
	height:30px;
	overflow-y:hidden;
	font-size:12px;
	line-height:1.2;
	padding-top:3px;
}

/* next / prev buttons */
a.prev {
	display:block;
	width:31px;
	height:145px;
/*	height:95%;*/
/*	height:33px;*/
	float:left;
	background-repeat:no-repeat;	
	margin: 0;
	cursor:pointer;
	overflow:hidden;
}
a.next {
	display:block;
	width:31px;
	height:145px;
/*	height:95%;*/
/*	height:33px;*/
	float:right;
	background-repeat:no-repeat;	
	margin: 0;
	cursor:pointer;
	overflow:hidden;
}
a.prev {
	background: #fff url(jp.co.warpstream.wsservlet.ImageReaderDir?path=%2Fwork%2Fdev%2Fsystem%2Fcitystyle%2Fup%2Fdetail%2Fzephere_test%2Fimage%2Fbutton-left.gif) no-repeat 100% 50%;
	border: 3px solid #D5D5D5;
}
/*
a.prev:hover {
	background: #000 url(./button-left-over.gif);
}*/

a.next {
	background: #fff url(jp.co.warpstream.wsservlet.ImageReaderDir?path=%2Fwork%2Fdev%2Fsystem%2Fcitystyle%2Fup%2Fdetail%2Fzephere_test%2Fimage%2Fbutton-right.gif) no-repeat 100% 50%;
	border: 3px solid #D5D5D5;
}
/*
a.next:hover {
	background: #000 url(./button-right-over.gif);
}
*/
/* navigator */
div.navi {
	position:relative;
	top:-30px;
	left:310px;
	margin-left:-50px;
	width:50px;
	height:0px;
}
/* items inside navigator */
div.navi span {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(dots.png) 0 0 no-repeat;
	cursor:pointer;
}
div.navi span:hover {
	background-position:0 -8px;
}
div.navi span.active {
	background-position:0 -16px;
} 	
