/*-- demo page styles --*/

#wrap {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	}

#slider {
	margin: 0;
	width: 100%;
	}

/*-- jShowOff module styles --*/

#features, #slidingFeatures, #labelFeatures, #basicFeatures, #thumbFeatures {
	background-image: url("../images/backimage.jpg");
	background-repeat: repeat-x;
	osition: relative;
	overflow: hidden;
	width: 100%;
	height: 450px;
	}
.nishiojihachijyo {
	width: 450px;
	height: 450px;
	margin-left: 50%;
	display: block;
}

.jshowoff {
	width: 100%;
	margin: 0 auto;
	}
.jshowoff div {	
	width: 100%;
	margin: 0 auto;
	}

.eddie {
	float: right;
	padding: 15px 20px 15px 20px;
	}
.jshowoff p.jshowoff-slidelinks {
	display: none;
	/*--
	position: absolute;
	bottom: 5px;
	right: 5px;
	margin: 0;
	padding: 0;
	--*/
	}
.jshowoff-slidelinks a, .jshowoff-controls a {
	display: block;
	background-color: #000;
	color: #fff;
	padding: 5px 7px 5px;
	margin: 5px 0 0 5px;
	float: left;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	outline: none;
	font-size: 11px;
	line-height: 14px;
	}
.jshowoff-slidelinks a:hover, .jshowoff-controls a:hover {
	color: #fff;
	}
.jshowoff-slidelinks a.jshowoff-active, .jshowoff-slidelinks a.jshowoff-active:hover {
	background-color: #fff;
	color: #000;
	}
p.jshowoff-controls {
	display: none;
	/*-- 
	background: #aaa;
	overflow: auto;
	height: 1%;
	padding: 0 0 5px 5px;
	margin: 0;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	--*/
	}
.jshowoff-controls a {
	margin: 5px 5px 0 0;
	font-size: 12px;
	line-height: 15px;
	padding: 4px 8px 5px;
	}

.jshowoff-pausetext {
	color: #fff;
	}

/*--

<p>Title:		jShowOff: a jQuery Content Rotator Plugin</p>
<p>Author:		Erik Kallevig</p>
<p>Version:		0.1.2</p>
<p>Website:		http://ekallevig.com/jshowoff</p>
<p>Licene:	 	Dual licensed under the MIT and GPL licenses.</p>

--*/

/*-------------------------------------------------------- SMART PHONE 640px  --------------------------------------------------------*/
@media screen and (max-width: 640px) {
.nishiojihachijyo {
	width: 80%;
	height: auto;
	margin: 160px auto 0;
	display: block;
}
}