/*
	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 */
/* 
	body { padding: 20px }
	.panel h2.title { margin-bottom: 10px }
	noscript div { background: #ccc; border: 1px solid #900; margin: 20px 0; padding: 15px }
 */
/* Most common stuff you'll need to change */
/* 
	.coda-slider-wrapper { padding: 20px 0 }
	.coda-slider { background: #ebebeb }
	*/
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 80px; overflow: auto !important; padding-right: 20px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 350px } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, 
	.coda-slider-wrapper.arrows .coda-slider .panel { width: 350px;}
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a {}
	
	/* Tab nav */
	.coda-nav ul li a.current {}
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 20px 20px 4px; font-size: 90%; }
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav ul { clear: both; display: block; margin: auto; overflow: hidden }
	.coda-nav ul li { display: inline }
	.coda-nav ul li a { display: block; float: left; padding: 3px 6px; height:14px; width: 14px; overflow: hidden }
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; background: url(../images/bg_slider.gif) no-repeat top center; }
	.coda-slider-wrapper h2 { position: absolute; margin-top: 1px; }
	.coda-slider-wrapper p { text-indent: 20px;}
	.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, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
	
	
.coda-nav { position:relative; clear:both;}
.coda-nav ul li { position: absolute; height:14px; width:14px; }
.coda-nav ul li.tab1 { top:74px; left:365px; 
}
.coda-nav ul li.tab2 { top:106px; left:13px; 
}
.coda-nav ul li.tab3 { top:143px; left:205px; 
}
.coda-nav ul li.tab4 { top:121px; left:214px; 
}
.coda-nav ul li.tab5 { top:93px; left:215px; 
}
.coda-nav ul li.tab6 { top:77px; left:165px; 
}
.coda-nav ul li.tab7 { top:54px; left:202px; 
}
.coda-nav ul li.tab8 { top:178px; left:23px; 
}
.coda-nav ul li.tab9 { top:141px; left:228px; 
}
.coda-nav ul li.tab10 { top:230px; left:231px; 
}
.coda-nav ul li.tab11 { top:226px; left:40px; 
}
.coda-nav ul li a { background-image: url(../images/spacer.gif); text-indent: -999px;}
.coda-nav ul li.tab1 a.current { background: url(../images/ico01.gif) no-repeat;}
.coda-nav ul li.tab2 a.current { background: url(../images/ico02.gif) no-repeat;}
.coda-nav ul li.tab3 a.current { background: url(../images/ico03.gif) no-repeat;}
.coda-nav ul li.tab4 a.current { background: url(../images/ico04.gif) no-repeat;}
.coda-nav ul li.tab5 a.current { background: url(../images/ico05.gif) no-repeat;}
.coda-nav ul li.tab6 a.current { background: url(../images/ico06.gif) no-repeat;}
.coda-nav ul li.tab7 a.current { background: url(../images/ico07.gif) no-repeat;}
.coda-nav ul li.tab8 a.current { background: url(../images/ico08.gif) no-repeat;}
.coda-nav ul li.tab9 a.current { background: url(../images/ico09.gif) no-repeat;}
.coda-nav ul li.tab10 a.current { background: url(../images/ico10.gif) no-repeat;}
.coda-nav ul li.tab11 a.current { background: url(../images/ico11.gif) no-repeat;}

