/*
	AnythingSlider v1.7+ Default (base) theme
	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/
*/

/*****************************
  SET DEFAULT DIMENSIONS HERE
 *****************************/
/* change the ID to match your slider */
#slider {
	margin:0 auto;
	padding:0;
	width: 640px;
	/* height: 280px;*/
	height: 360px;
	list-style: none;
	/* Prevent FOUC (see FAQ page) and keep things readable if javascript is disabled */
	overflow-y: auto;
	overflow-x: hidden;
}
/* Opera width restriction */
.anythingBase { max-width: 32766px; }


/*--visual_area--*/
div#visual {height:300px; width:890px; margin:0 auto; text-align:center;}
.anythingSlider { width:890px; height:290px; position:relative; margin:0 auto;}
.anythingSlider .wrapper {text-align:center; width:890px; height:300px; margin:0; overflow:auto; position:absolute; top:0; left:0;}
.anythingSlider .wrapper h2 {display:none;}

.thumbNav {margin:0 auto; text-align:center; left:0; z-index:100;}
.thumbNav li {display:inline; list-style:none;}

.anythingSlider .wrapper ul {width:32700px; list-style:none; position:absolute; top:0; left:0; margin:0;}
.anythingSlider .wrapper ul li {display:block; float:left; padding:0; height:290px; width:890px; margin:0;}
.start-stop	{display:none;}
.anythingSlider .arrow {display:none;}

/*
.thumbNav ul {list-style:none;}
.thumbNav ul li {width:50px; height:5px; float:left; margin-right:4px; _float:none; padding:0; font-size:0; line-height:0;}
.thumbNav .link_1 a 		{display:inline-block; background:url(./images/visual_bnr.gif) no-repeat bottom; height:5px; width:50px; text-align:center; font-size:0; color:#f3eae1;}
.thumbNav .link_1 a:hover	{background: url(./images/visual_bnr_ov.gif) no-repeat bottom; color:#e50012;}
.thumbNav .link_1 a.cur		{background: url(./images/visual_bnr_ov.gif) no-repeat bottom; color:#e50012;}
.thumbNav .link_2 a 		{display:inline-block; background:url(./images/visual_bnr.gif) no-repeat bottom; height:5px; width:50px; text-align:center; font-size:0; color:#f3eae1;}
.thumbNav .link_2 a:hover	{background: url(./images/visual_bnr_ov.gif) no-repeat bottom; color:#e50012;}
.thumbNav .link_2 a.cur		{background: url(./images/visual_bnr_ov.gif) no-repeat bottom; color:#e50012;}
.thumbNav .link_3 a 		{display:inline-block; background:url(./images/visual_bnr.gif) no-repeat bottom; height:5px; width:50px; text-align:center; font-size:0; color:#f3eae1;}
.thumbNav .link_3 a:hover	{background: url(./images/visual_bnr_ov.gif) no-repeat bottom; color:#e50012;}
.thumbNav .link_3 a.cur		{background: url(./images/visual_bnr_ov.gif) no-repeat bottom; color:#e50012;}
.thumbNav .link_4 a 		{display:inline-block; background:url(./images/visual_bnr.gif) no-repeat bottom; height:5px; width:50px; text-align:center; font-size:0; color:#f3eae1;}
.thumbNav .link_4 a:hover	{background: url(./images/visual_bnr_ov.gif) no-repeat bottom; color:#e50012;}
.thumbNav .link_4 a.cur		{background: url(./images/visual_bnr_ov.gif) no-repeat bottom; color:#e50012;}
*/
.thumbNav ul {list-style:none;}
.thumbNav ul li {width:50px; height:5px; float:left; margin-right:4px; _float:none; padding:0; font-size:0; line-height:0;}


div.btnarea-link {width:890px; height:290px;}
div.btnarea-link a.link {display:block; width:890px; height:290px; outline-width:0; position:relative; top:-290px; background: url(/common/images/alfa.gif) no-repeat top; color:#fff; text-decoration:none;}


#slider .panel img {
	height:auto!important;
}


/*****************
  SET COLORS HERE
 *****************/
/**** Default state (no keyboard focus) ****/
/* slider window - top & bottom borders, default state */
div.anythingSlider .anythingWindow {
	border-top: 3px solid #777;
	border-bottom: 3px solid #777;
}
/* Navigation buttons, default state */
div.anythingSlider .anythingControls ul a.cur, div.anythingSlider .anythingControls ul a {
	/*background: #777;
	color: #000;*/
}
/* start-stop button, stopped, default state */
div.anythingSlider .start-stop {
	background-color: #040;
	color: #fff;
	visibility: hidden; /* 削除 */
}
/* start-stop button, playing, default state */
div.anythingSlider .start-stop.playing {
	background-color: #800;
}
/* start-stop button, default hovered text color (when visible) */
div.anythingSlider .start-stop:hover, div.anythingSlider .start-stop.hover {
	color: #ddd;
}

/**** Active State (slider has keyboard focus) ****/
/* slider window - top & bottom borders, active state */
div.anythingSlider.activeSlider .anythingWindow {
	border-color: #7C9127;
	border: none;
}
/* Navigation buttons, active state */
div.anythingSlider.activeSlider .anythingControls ul a.cur, div.anythingSlider.activeSlider .anythingControls ul a {
	/*
	background-color: #7C9127;
	border: none;
	background-image: url(../img/index/slider_page_bg.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	*/
	background-color: #CCCCCC;
	border-radius: 5px;
	height: 10px;
	width: 10px;
	padding: 0;
	margin: 5px 3px;
	display: block;
	float: left;
	text-indent: -9999px;
}
div.anythingSlider.activeSlider .anythingControls ul a.cur,
div.anythingSlider.activeSlider .anythingControls ul a:hover{
	/*background-position: 0 -8px;*/
	background-color: #282895;
}



/***********************
  COMMON SLIDER STYLING
 ***********************/
/* Overall Wrapper: 45px right & left padding for the arrows, 28px @ bottom for navigation
div.anythingSlider {
	display: block;
	margin: 0 auto;
	overflow: visible !important;
	position: relative;
	padding: 0 45px 28px 45px;
} */
/* anythingSlider viewport window */
div.anythingSlider .anythingWindow {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}
/* anythingSlider base (original element) */
.anythingBase {
	background: transparent;
	list-style: none;
	position: absolute;
	overflow: visible !important;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
/* all panels inside the slider */
.anythingBase .panel {
	background: transparent;
	display: block;
	overflow: hidden;
	float: left;
	padding: 0;
	margin: 0;
}
.anythingBase .panel.vertical {
	float: none;
}

/* Navigation Arrows */
div.anythingSlider .arrow {
	top: 50%;
	position: absolute;
	display: block;
}
div.anythingSlider .arrow a {
	display: block;
	height: 140px;
	margin: -70px 0 0 0; /* half height of image */
	width: 45px;
	text-align: center;
	outline: 0;
}
div.anythingSlider .arrow a:hover{
	/*background: url(../images/default.png) no-repeat;*/
}
/* hide text, target the span so IE7 doesn't text-indent the link */
div.anythingSlider .arrow a span { display: block; text-indent: -9999px; }
/* back arrow */
div.anythingSlider .back { left: 0; }
div.anythingSlider .back a { background-position: left top; }
div.anythingSlider .back a:hover, div.anythingSlider .back a.hover { background-position: left -140px; }
div.anythingSlider .back.disabled { display: none; } /* disabled arrows, hide or reduce opacity: opacity: .5; filter: alpha(opacity=50); */
/* forward arrow */
div.anythingSlider .forward { right: 0; }
div.anythingSlider .forward a { background-position: right top; }
div.anythingSlider .forward a:hover, div.anythingSlider .forward a.hover { background-position: right -140px; }
div.anythingSlider .forward.disabled { display: none; } /* disabled arrows, hide or reduce opacity: opacity: .5; filter: alpha(opacity=50); */

/* Navigation Links */
div.anythingSlider .anythingControls { outline: 0; display: none; margin-top: 3px;}
div.anythingSlider .anythingControls ul { margin: 0; padding: 0; float: left; }
div.anythingSlider .anythingControls ul li { display: inline; }
div.anythingSlider .anythingControls ul a {
	font: 11px/18px Georgia, Serif;
	display: inline-block;
	text-decoration: none;
	padding: 2px 8px;
	height: 18px;
	margin: 0 5px 0 0;
	/*background-image: url(../images/default.png);
	background-position: center -288px ;
	background-repeat: repeat-x;*/
	text-align: center;
	outline: 0;
	/*
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;*/
}/*
div.anythingSlider .anythingControls ul a:hover {
	background-image: none;
}*/
/* Navigation size window */
div.anythingSlider .anythingControls .anythingNavWindow { overflow: hidden; float: left; }

/* slider autoplay right-to-left, reverse order of nav links to look better */
div.anythingSlider.rtl .anythingControls ul a { float: right; } /* reverse order of nav links */
div.anythingSlider.rtl .anythingControls ul { float: left; }    /* move nav link group to left */
div.anythingSlider.rtl .anythingWindow {
	direction: ltr;
	unicode-bidi: bidi-override;
}
/* div.anythingSlider.rtl .start-stop { float: right; } */ /* move start/stop button - in case you want to switch sides */

/* Autoplay Start/Stop button */
div.anythingSlider .start-stop {
	/*
	background-image: url(../images/default.png);
	background-position: center -288px;
	background-repeat: repeat-x;
	padding: 2px 5px;
	width: 40px;
	text-align: center;
	text-decoration: none;
	float: right;
	z-index: 100;
	outline: 0;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	
	background-image: url(../img/index/slider_go_stop.gif);
	background-position: 0 0;*/
	width: 34px;
	height: 15px;
	float: right;
	z-index: 100;
	outline: 0;
	text-indent: 9999px;
}
/* hide cell shading on hover - makes the button appear to come forward */
div.anythingSlider .start-stop:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	opacity: 0.5;
}

/* start-stop button, stopped, active state */
div.anythingSlider .start-stop {
	background-color: #080;
	color: #fff;
	/*background-image: url(../img/index/slider_go_stop.gif);
	background-position: 0 -15px;*/
}
/* start-stop button, playing, active state */
div.anythingSlider .start-stop.playing {
	background-color: #d00;
	/*background-image: url(../img/index/slider_go_stop.gif);
	background-position: 0 0;*/
}
/* start-stop button, active slider hovered text color (when visible) */
div.anythingSlider .start-stop:hover, div.anythingSlider .start-stop.hover {
	color: #fff;
}

/* probably not necessary, but added just in case */
div.anythingSlider, div.anythingSlider .anythingWindow, div.anythingSlider .anythingControls ul a, div.anythingSlider .arrow a, div.anythingSlider .start-stop {
	transition-duration: 0;
	-o-transition-duration: 0;
	-moz-transition-duration: 0;
	-webkit-transition-duration: 0;
}



