@charset "utf-8";

#slideshow {
	margin:0 auto;
	width:960px;
	height:480px;
	position:relative;
}

#slideshow #slidesContainer {
  margin:0 auto;
  width:960px;
  height:480px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}

#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:960px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:480px;
}

/** 
 * Slideshow controls style rules.
 */

.control {
  display:block;
  width:35px;
  height:100px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}

#leftControl {
  top:30px;
  left:0;
  background:transparent url(../images/prev.png) no-repeat 0 0;
  z-index:99;
}

#rightControl {
  top:30px;
  right:0;
  background:transparent url(../images/next.png) no-repeat 0 0;
}


.slide img {
  float:right;
  margin:0 15px;
}


#mTakase {
  background:transparent url(../images/bg_takase.png) no-repeat 0 0;
}
#mMorioka {
  background:transparent url(../images/bg_morioka.png) no-repeat 0 0;
}
#mEric {
  background:transparent url(../images/bg_eric.jpg) no-repeat 0 0;
}
.slider-wrap { 
	margin: 20px 0;
	position: relative;
	width: 100%;
	clear: both;
}
.csw {width: 100%; height:960px; overflow: scroll}
.csw .loading {margin: 100px 0 300px 0; text-align: center}

.stripViewer {
	position: relative;
	overflow: hidden; 
	margin: auto;
	width: 960px;
	height: 480px;
	clear: both;
	border-top: 1px solid #333;
	padding:5px 0 0 0;
}
.stripViewer .panelContainer {
	position: relative;
	left: 0; top: 0;
	list-style-type: none;
}
.stripViewer .panelContainer .panel {
	float:left;
	height: 100%;
	position: relative;
	width: 960px;
	
}
.stripViewer .panelContainer .panel .wrapper{
	height:480px;
}
.stripViewer .panelContainer .panel .wrapper img{
	margin:60px 0 0 90px;
	border: 1px solid #535353;
	padding: 4px;
	background: #ccc;
}
.stripViewer .panelContainer .panel .wrapper .comment{
	margin:0px 20px;
}
.stripNav {
	
}
.stripNav ul {
	list-style: none;
}
.stripNav ul li {
	float: left;
	margin-right: -1px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
}
.stripNav a {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	height: 24px;
	padding: 10px 0 0 0;
	background: #000c0e;
	color: #444;
	text-decoration: none;
	display: block;
	width:200px;
	margin-left:3px;
    border:1px solid #333;
	border-bottom:0;
	
}
.stripNav li a:hover {
	background: #7d0022;
	color: #fff;
}
.stripNav li a.current {
	background: #444;
	font-weight:bold;
	color: #fff;
	cursor:default;
}
.stripNavL, .stripNavR {
	position: absolute;
	top: 240px;
	text-indent: -9000em;
}
.stripNavL a, .stripNavR a {
	display: block;
	height: 100px;
	width: 35px;
}

.stripNavL {
	left: 0px;
	z-index:99;
}
.stripNavR {
	right: 0px;
}
.stripNavL {
	background: url(../images/prev.png) no-repeat left top;
}
.stripNavR {
	background: url(../images/next.png) no-repeat right top;
}
.stripNavL a:hover {
	background: url(../images/prev.png) no-repeat left top;
}
.stripNavR a:hover {
	background: url(../images/next.png) no-repeat right top;
}