/* 全体を囲む */
#scroll {
/*border:1px solid #ccc;
border-radius: 5px;
webkit-border-radius: 5px;
-moz-border-radius: 5px;
background: -moz-linear-gradient(top, #FFF, #eee);
background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#eee));*/
overflow: hidden;
width:638px;
}

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

.thumbnail p{
font-size: 10px !important;
}

/* スクロール部分 */
.scrollable {
position:relative;
overflow: hidden;
width:594px;
height:300px;
float:left;
}

.scrollable .items {
width:20000em;
position:absolute;
clear:both;
}
.items div.itemwap {
float:left;
width:594px;
margin-left: 8px;
}
.scrollable img {
background-color:#fff;
}
.scrollable .active {
border:2px solid #000;
position:relative;
cursor:default;
}

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

/* right */
a.right {
background-image: url(../images/scroll/products_next.gif);
margin-right:3px;
}
a.right:hover {
background-position:-17px 0;
}

/* left */
a.left{
background-image: url(../images/scroll/products_prev.gif);
margin-left:3px;
}
a.left:hover  { background-position:-17px 0; }

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

/*価格*/
.price{
	float: right;
	margin-right: 4px;
	font-size:10px !important;
}

.redbig{
	color: #F00;
	font-weight:bold;
	float:right;
}

.proper{
	font-size: 10px !important;
	float: right;
	margin-right: 4px;
	
}

.redsmall{
	color: #F00;
}



