@charset "utf-8";

/*
	jQuery Coda-Slider v2.0 - http://www.ndoherty.biz/coda-slider
	Copyright (c) 2009 Niall Doherty
	This plugin available for use in all personal or commercial projects under both MIT and GPL licenses.
*/
	
.coda-slider {
	overflow: hidden;
	width: 635px;
	height: 360px;
	margin-bottom: 30px;
	position: relative;
	margin-top: 70px;
}
.coda-slider .panel {
	display: block;
	float: left;
}

/* 切り替えボタン */
.coda-nav ul {
	display: block;
	top: 440px;
	width: 34px;
	z-index: 1;
	left: 45%;
	position: relative;
}
.coda-nav ul li {
	float: left;
	list-style-type: none;
	font-size:0;
}
.coda-nav ul li a {
	background: url(../images/ico_nowimg_no.gif) no-repeat;
	color: #fff;
	display: block;
	margin-right: 5px;
	width: 13px;
	height: 0;
	overflow: hidden;
	padding-top: 13px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.coda-nav ul li a.current {
	background: url(../images/ico_nowimg_on.gif) no-repeat;
}

/* Arrow styling */

.coda-nav-left,
.coda-nav-right {
	float: left;
	display: none;
}
.coda-nav-left a,
.coda-nav-right a {
	background: #000;
	color: #fff;
	width: 0;
	display: block;
	text-align: center;
	text-decoration: none;
}


.coda-slider .panel-container { position: relative; }
.coda-slider-no-js .coda-slider {
	height: 400px;
	overflow: auto !important;
}

/* Preloader */
.coda-slider p.loading { text-align: center; }
