@charset "utf-8";

div.slideContainer {/* 20130308修正 */
	width:745px;
	height:300px;
	background:#FDFCFC;
	border:solid 1px #DDDDDD;
	margin-top:20px;
	margin-bottom:20px;
	padding-top:5px;
	position: relative;
}
div.codaSection {
	width: 142px;
	text-align: center;
	float: left;
}

.slideContainer h3{
	border-left:3px solid #7f0019;
	margin-left:10px;
	text-indent:5px;
	text-align:left;
}

.stripViewer .panelContainer { position: relative; left: 0; top: 10px; width: 100%; }

/* These 2 lines specify style applied while slider is loading */
.csw {
	width: 100%;
	height: auto;
	overflow: scroll;
}
.csw .loading { margin-top: 10px; text-align: center }

/* This is the viewing window */
.stripViewer {
	width: 600px;
	height: 260px;
	position: relative;
	overflow: hidden;
	clear: both;
	margin-left:40px;
}
		
.stripViewer .panelContainer { position: relative; }

/* Each panel is arranged end-to-end */
.stripViewer .panelContainer .panel {
	float:left;
	/*top: 10px;*/
	position: relative;
	width: 578px; /* Also specified in  .stripViewer  above */
}


/* tab navigation */
.stripNav { margin: 0 auto; position:relative; top:5px; z-index: 1; }
.stripNav ul li { margin: 2px 2px 2px 0; float: left; list-style-type:none; }
.stripNav a {
	font-size: 12px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	line-height: 18px;
	color: #333;
	text-decoration: none;
	display: block;
	width: 23px;
}
.stripNav a:hover { display: block; }

.stripNav li.tab1 a,
.stripNav li.tab2 a,
.stripNav li.tab3 a,
.stripNav li.tab4 a,
.stripNav li.tab5 a,
.stripNav li.tab6 a { background: url(../images/scroll/bg_coda-tab_no.gif) no-repeat 0 0; }


.stripNav li a:hover   { background: url(../images/scroll/bg_coda-tab_no_on.gif) no-repeat 0 0; color: #333; }
.stripNav li a.current { background: url(../images/scroll/bg_coda-tab_no_on.gif) no-repeat 0 0; color: #fff; }

		
/* The left and right arrows */		
.stripNavL,
.stripNavR { position: absolute; text-indent: -9999em; top: 60px; z-index: 1; }
		
.stripNavL a,
.stripNavR a { display: block; height: 228px; width: 31px; }
		
.stripNavL { left: 3px; background: url(../images/scroll/arrow_left.jpg) no-repeat center; }
.stripNavR { right: 3px; background: url(../images/scroll/arrow_right.jpg) no-repeat center; }

.stripNavL a:hover { background: url(../images/scroll/arrow_left.jpg) no-repeat center; }
.stripNavR a:hover { background: url(../images/scroll/arrow_right.jpg) no-repeat center; }


/* add 20110322 */	/* 20130308修正 */	
div.slideContainer2 {
	width:745px;
	height:300px;
	background:#FDFCFC;
	border:solid 1px #DDDDDD;
	margin-top:20px;
	margin-bottom:20px;
	padding-top:5px;
	position: relative;
}

.slideContainer2 h3{
	border-left:3px solid #7f0019;
	margin-left:10px;
	text-indent:5px;
	text-align:left;
}
