/*サイトバー広告ウィジェット　Start*/
.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
}

.slider-wrap {
	position: relative;
	width: 300px;
}
.csw {width: 100%; height: 250px; background: #fff; overflow: hidden; }
.csw .loading {
	margin: 100px 0 300px 0;
	text-align: center;
}

.stripViewer {
	position: relative;
	overflow: hidden;
	margin: auto;
	width: 300px;
	clear: both;
	background: #fff;
}

.stripViewer .panelContainer {
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
}

.stripViewer .panelContainer .panel {
	float:left;
	height: 100%;
	position: relative;
	width: 300px;
}

.stripViewer .panelContainer .panel .wrapper {
	padding: 0;
}

.stripNav {
	margin: auto;
}

.stripNav ul {
	display:none;
	list-style: none;
	padding:0;
	margin:0;
}

.stripNav ul li {
	float: left;
	border: 1px solid #fff;
	border-width: 0 1px 0 0;
	display: block;
	float: left;
	width: 59px;
}

.stripNav a { /* The nav links */
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	background: #c6e3ff;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 15px;
}

.stripNav li.tab1 { background: #60f }
.stripNav li.tab2 { background: #60c }
.stripNav li.tab3 { background: #63f }
.stripNav li.tab4 { background: #63c }
.stripNav li.tab5 { background: #00e }

.stripNav li li:hover {
	background: #333;
}

.stripNav li.current {
	background: #000;
	color: #fff;
}

.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 230px;
	text-indent: -9000em;
}
/*サイトバー広告ウィジェット　End*/