
/* 画像部分 */
.thumbnail {
width:140px;
padding-right:3px;
padding-top:3px;
padding-bottom:3px;
float:left;
text-align:center;
}
.thumbnail .thumimg {
height:140px;
width:140px;
display:table-cell;
vertical-align:middle;
text-align:center;
}
.thumbnail .thumtitle {
font-size:70%;
line-height:1.2em;
padding-top:3px;
margin:0;
}


/* スクロール部分 */
.scrollable {
position:relative;
overflow:hidden;
width:1166px;
height:180px;
float:left;
background-color:#ffffff;
}
.scrollable .items {
width:20000em;
position:absolute;
clear:both;
}
.items div.itemwap {
float:left;
width:860px;
}
.scrollable img {
background-color:#fff;
}
.scrollable .active {
border:2px solid #000;
position:relative;
cursor:default;
}


/* ナビゲーションボタン */
a.browse {
margin-top:3px;
display:block;
width:17px;
height:150px;
float:left;
cursor:pointer;
font-size:1px;
background-repeat:no-repeat;
background-position:0 0;
}

/* right */
a.right {
background: url(img/products_next.gif) #ffffff;
margin: 0;
height: 180px;
}
a.right:hover {
background-position:-17px 0; 
}

/* left */
a.left{
background: url(img/products_prev.gif) #ffffff;
margin: 0;
height: 180px;
} 
a.left:hover  { background-position:-17px 0; }

/* ボタン非表示時 */
a.disabled {
visibility:hidden !important;
} 
