/*-- jShowOff module styles --*/


#features, #slidingFeatures, #labelFeatures, #basicFeatures, #thumbFeatures {
	position: relative;
	overflow: hidden;
	width: 700px;
	height: 228px;
}
.jshowoff {
	width: 700px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
.jshowoff div {
	width: 700px;
	height: 250px;
}
.jshowoff h2, .jshowoff p {
	font-size: 18px;
	padding: 15px 20px 0px;
	margin: 0;
}
.jshowoff p {
	font-size: 13px;
	line-height: 15px;
}
.eddie {
	float: right;
	padding: 15px 20px 15px 20px;
}
.jshowoff p.jshowoff-slidelinks {
	position: absolute;
	bottom: 8px;
	right: 7px;
	margin: 0;
	padding: 0;
	/*IE6-7*/
	/bottom: 6px;
}
.jshowoff-slidelinks a {
	display: block;
	color: #fff;
	float: left;
	text-decoration: none;
	outline: none;
	font-size: 11px;
	height: 17px;
	width: 18px;
	margin-right: 0;
	margin-bottom: 0;
	font-weight: bold;
	background-image: url(../nrh_img/top/gallery_btn.gif);
	background-repeat: no-repeat;
	margin-left: 5px;
	padding-top: 1px;
	text-align: center;
}
.jshowoff-slidelinks a:hover, .jshowoff-controls a:hover {
	color: #fff;
}
.jshowoff-slidelinks a.jshowoff-active, .jshowoff-slidelinks a.jshowoff-active:hover {
	background-color: #4677c4;
	color: #fff;
	background-image: url(../nrh_img/top/gallery_btn_roll.gif);
	background-repeat: no-repeat;
}
p.jshowoff-controls {
	overflow: auto;
	height: 1%;
	margin: 0;
	background-image: url(../nrh_img/top/campaign_bg.gif);
	background-repeat: repeat;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 5px;
	/*IE6-7*/
	/padding-bottom: 6px;
}
.jshowoff-pausetext {
	color: #fff;
}

/*コントロールボタンの共通カスタム*/
.jshowoff-controls a {
	text-indent: -9999px;
	display: block;
	float: left;
	text-decoration: none;
	height: 18px;
	width: 18px;
	margin-top: 7px;
	margin-bottom: 3px;
}

/*再生のカスタム*/
.jshowoff-play {
	background-image: url(../nrh_img/top/gallery_btn_stop.gif);
	background-repeat: no-repeat;
	margin-right: 5px;
	margin-left: 2px;
}
/*停止のカスタム*/
.jshowoff-paused {
	background-image: url(../nrh_img/top/gallery_btn_play.gif);
	background-repeat: no-repeat;
	margin-right: 5px;
	margin-left: 2px;
}
/*前のカスタム*/
.jshowoff-prev {
	background-image: url(../nrh_img/top/gallery_btn_prev.gif);
	background-repeat: no-repeat;
	margin-right: 5px;
}
/*次のカスタム*/
.jshowoff-next {
	background-image: url(../nrh_img/top/gallery_btn_next.gif);
	background-repeat: no-repeat;
}
