@charset "utf-8";

/* -----------------------------------------------------------
CSS Information
 File name:      Slider.css
 Style Info:     Sliderファイル専用CSS
----------------------------------------------------------- */

#slider-wrap{
	margin:0;
}

.stripViewer {
	position: relative;
	width:371px;
	height:371px;
	clear: both;
	overflow: hidden;
	line-height:0;
	background:#fff;
	margin-left:30px;
}

.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
	/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}

.stripViewer .panelContainer .panel {  /*Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
}

/*----------------------------------------------------
	slider 読み込み 用
----------------------------------------------------*/

.csw {
	width:230px;
	height:206px;
	padding:165px 0 0 205px;
}

.csw .panel {
	display:none;
}


/*/////////////////////////////////////////////////photo_navi/////////////////////////////////////////////////*/

#slider-wrap #stripNav0 {
	width:350px !important;
}

#stripNav0 ul {
	position:absolute;
	top: 430px;
	left: 645px;
}

#stripNav0 ul li{
	background:no-repeat;
	float:left;
	width:16px;
	height:17px;
	overflow:hidden;
}

#stripNav0 ul li a {
	display:block;
	text-indent:-9999px;
	width:16px;
	height:17px;
	overflow:hidden;
	background:url(../img/slider/navi_btn.gif) no-repeat;
}

#stripNav0 ul li a:hover {
	background:url(../img/slider/navi_btn_on.gif) no-repeat;
}

#stripNav0 ul .current {
	background:url(../img/slider/navi_current.gif) no-repeat;
}

#stripNav0 ul a.current:hover {
	background:url(../img/slider/navi_current.gif) no-repeat;
}

/*-----------------
	左矢印用
-----------------*/

#stripNavL0 {
	display:none;
}

/*-----------------
	右矢印用
-----------------*/

#stripNavR0 {
	display:none;
}

/*/////////////////////////////////////////////////photo_navi/////////////////////////////////////////////////*/