/*
	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.
*/

/* Insignificant stuff, for demo purposes */

	.panel h2.title { margin-bottom: 10px }
	noscript div { background: #ccc; border: 1px solid #535; margin: 20px 0; padding: 15px }

	/* スライドコンテンツの大きさと表示位置 */

	.coda-slider-wrapper { padding: 0;  position:relative; width:535px; margin:0; }
	.coda-slider { background: #ebebeb}
	
	/* JavaScriptが使用不能なときでも、箱に含まれるスライダー内容を保つために、これを使ってください（yahoo翻訳にて） */
	.coda-slider-no-js .coda-slider { height: 200px; overflow: auto !important; padding-right: 20px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 535px } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 535px }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0px }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { background: #fff; color: #000; padding: 0px; width: 45px }

	
	/* スライドコンテンツの横幅と高さ */
	.coda-slider, .coda-slider .panel { width: 535px ; height:385px; } 
	

	/* ローディングバーの表示位置 */
	.coda-slider p.loading { padding: 20px; text-align: center }


	/* ナビゲーション（四角いボタン）のスタイル */
	.coda-nav ul { position:absolute; top:6px; right:0px;}
	.coda-nav ul { clear: both; display: block; margin: auto; overflow: hidden }
	.coda-nav ul li { display: inline; padding:1px; }
	.coda-nav ul li a { background: #fff; width:10px; height:10px; display: block; float: left; margin-right: 5px; padding: 0; border:#CCC solid 1px; text-indent:-9999px; text-decoration: none }
	.coda-nav ul li a.current { background: #CCC ;}
	
	
	/* ベース（触らない方が良い部分） */
	.coda-slider-wrapper { clear: both; overflow: auto }
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }
	.coda-nav-left { float: left }
	.coda-nav-right { float: right }
	.coda-nav-left a { display: block; font-size: 16pt; text-align: left; text-decoration: none }
	.coda-nav-right a { display: block; font-size: 16pt; text-align: right; text-decoration: none }
	