/*
	anythingSlider v1.0
	By Chris Coyier: http://css-tricks.com
	with major improvements by Doug Neiner: http://pixelgraphics.us/
	based on work by Remy Sharp: http://jqueryfordesigners.com/
*/
#slide {
	width:1000px; 
	height:355px; 
	margin: 0 auto;
	text-align:center;
}
.anythingSlider {
	width:1000px; /* 画像の幅877px + 左右余白10px */
	height:345px; /* 画像の高さ294px + メニューの高さ41px + 下余白10px */
	position:relative;
	margin:0 auto;
	text-align:center;
	display:block;
	/*background:#e9e9e9;*/
}
.anythingSlider .wrapper {
	width:1000px; /* 画像の幅 */
	height:335px; /* 画像の高さ294px + メニューの高さ41px */
	overflow:hidden;
	margin:0; padding:0;
	position:absolute;
	top:0px; left:0px;
}
.anythingSlider .wrapper ul {
	width:99999px;
	list-style:none;
	 position:absolute;
	 top:0; left:0;
	 background:#fff;
	 margin:0;  padding:0;
}
.anythingSlider ul li {
	display:block;
	float:left;
	list-style:none;
	width:1000px; height:294px; /* 画像サイズ */
	margin:0; padding:0;
	position: relative;
}
.anythingSlider ul li .ui-link a {
	background: transparent;
	display: block;
	height: 102px;
	overflow: hidden;
	text-align: left;
	text-indent: -9999px;
	width: 240px;
	position: absolute;
	top: 188px;
}
.anythingSlider ul li .ui-link a:nth-child(1) {
	left: 240px;
}
.anythingSlider ul li .ui-link a:nth-child(2) {
	left: 490px;
}
.anythingSlider ul li .ui-link a:nth-child(3) {
	left: 740px;
}
.anythingSlider ul li .ui-link a:hover {
	background: rgba(255,255,255,.5);
}
.anythingSlider .arrow {
	display:none;
}
.anythingSlider .forward { display:none; }
.anythingSlider .back { display:none; }
#thumbNav { position:relative; top:296px;left:0px; text-align:center;}
#thumbNav a {
}
#thumbNav a:hover { }
#thumbNav a.cur {  }
#start-stop { display:none; }
/*
  Prevents
*/
#textSlide { display:none; }

#thumbNav a {
	width:250px;
	height:41px;
	text-indent:-99999px;
	float:left;
}
#thumbNav a.menu1 {
	background:url(../images/m_menu1.png) no-repeat left top;
}

#thumbNav a.menu2 {
	background:url(../images/m_menu2.png) no-repeat left top;
}

#thumbNav a.menu3 {
	background:url(../images/m_menu3.png) no-repeat left top;
}

#thumbNav a.menu4 {
	background:url(../images/m_menu4.png) no-repeat left top;
}

#thumbNav a.menu5 {
	background:url(../images/m_menu5.png) no-repeat left top;
}
#thumbNav a.menu6 {
	background:url(../images/m_menu6.png) no-repeat left top;
}
#thumbNav a:hover, #thumbNav a.cur {
	background-position:bottom;
}

#thumbNav a.cur {
}

