/*
	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 #900; margin: 20px 0; padding: 15px }

/* Most common stuff you'll need to change */
	
	div#slider { width: 980px; margin-top: -4px; background: #eee url('../images/slider-bg.jpg') no-repeat center; }
	.coda-slider-wrapper { width: 900px; margin: 0 auto; padding: 15px 0; background: none; }
	.coda-slider { background: #fff; border: 1px solid #a7a7a7; }
	div#slider h2.title { display: none; }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.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: 600px } 
	@media screen and (-webkit-min-device-pixel-ratio:0)
	{ div.coda-slider { margin-top: 5px; } }
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 680px; }
	.coda-slider { height: 210px; }
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { height: 116px; color: #000; margin: 40px 20px; padding: 0; width: 60px; }
	.coda-nav-left a { background: url('../images/arrow.png') no-repeat center -348px; }
	.coda-nav-left a:hover { background: url('../images/arrow.png') no-repeat center top; }
	.coda-nav-right a { background: url('../images/arrow.png') no-repeat center -232px; }
	.coda-nav-right a:hover { background: url('../images/arrow.png') no-repeat center -115px; }
	/* Tab nav */
	.coda-nav ul li a.current { 
		display: block;
		width: 20px !important;
		padding: 4px 6px;
		background: #fff; 
		border-bottom: 2px solid #fcc50e; 
		-moz-border-radius-bottomleft: 5px;
		-moz-border-radius-bottomright: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-webkit-border-bottom-right-radius: 5px;
		color: #990000;
		font-size: 14px;
		font-weight: bold;
	}
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 0x; }
	
	/* 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: 0 0 0 120px; overflow: hidden }
	.coda-nav ul li { display: inline }
	.coda-nav ul li a { 
		background: #fff url('../images/tab-shadow.png') repeat-x left 5px; 
		color: #232323; 
		display: block; 
		float: left; 
		width: 20px; 
		margin: 0 1px 0 0; 
		padding: 2px 6px;
		border-bottom: 1px solid #fff; 
		-moz-border-radius-bottomleft: 5px;
		-moz-border-radius-bottomright: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-webkit-border-bottom-right-radius: 5px;
		font-size: 12px;
		text-decoration: none;
		text-align: center;
	}
	@media screen and (-webkit-min-device-pixel-ratio:0)
	{ .coda-nav ul li a { background: #fff url('../images/tab-shadow.png') repeat-x left 4px; } }
	
	/* Miscellaneous */
	.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, .coda-nav-right { float: left }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
	
/* Static Page Banners */
div#static-slider { width: 980px; margin-top: -4px; background: #eee url('../images/slider-bg.jpg') no-repeat -50px -19px; }
@media screen and (-webkit-min-device-pixel-ratio:0)
{ div.page-banner img { margin-top: 14px; } }
div.page-banner { width: 680px; height: 250px; margin: 0 auto; background: none; }
.page-banner img { margin-top: 10px; border: 1px solid #a7a7a7; }
	