/*!
*  - v1.0.8
* Homepage: http://bqworks.com/slider-pro/
* Author: bqworks
* Author URL: http://bqworks.com/
*/
/* Core
--------------------------------------------------*/
.sp-next-arrow:before {
	content:' ' !important;
	display: block;
	background: url(http://www.rakuten.ne.jp/gold/dtc/toppage/images/next.png) no-repeat left top;
	text-indent: -9999px;
	width: 38px;
	height: 62px;
	filter: alpha( opacity=60 );	/* IE */
	opacity:0.6;					/* Firefox,Opera,Safari */
	-moz-opacity:0.6;				/* Firefox 0.9より前 */
}
.sp-previous-arrow:before {
	content:' ' !important;
	display: block;
	background: url(http://www.rakuten.ne.jp/gold/dtc/toppage/images/prev.png) no-repeat left top;
	text-indent: -9999px;
	width: 38px;
	height: 62px;
	filter: alpha( opacity=60 );	/* IE */
	opacity:0.6;					/* Firefox,Opera,Safari */
	-moz-opacity:0.6;				/* Firefox 0.9より前 */
}

.sp-horizontal .sp-arrows {
 margin-top: -31px;
}

/*ナビゲーションボタンの色*/
.sp-button {
	border:none;
	background-color: #ccc;

}
.sp-selected-button {
	background-color: #09f;
}
.sp-buttons {
 padding-top: 0;
}
.sp-thumbnails {
 margin-top: 15px;
}
p.sp-thumbnail {
 width: 128px;
 text-align: center;
 cursor: pointer;
 font-size: 12px;
 line-height: 18px;
}
.sp-bottom-thumbnails.sp-has-pointer {
}
.sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail {
	position: absolute;
	margin-top: 0 !important;
	height: 40px;
	top: 4px;
	line-height: 16px;
}
.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail {
	cursor: pointer;
	border-radius: 3px;
}
#top658_new_box {
 width: 730px;
 margin-bottom: 30px;
}
#top658_new .sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail {
	color: #fff;
	background-color: #6af;
}
.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
	border-color: #6af;
}
.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
	color: #6af;
}
