/*
	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.
*/
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 566px; /* width: 334px */} 
	.coda-nav li {padding-bottom: 5px;}
	.coda-slider .panel-wrapper .caption {
		padding: 10px;
		width: 556px;
		background-color: black;
		font-weight: bold;
		font-size: 23px;
		color: #fff;
		filter: alpha(opacity=80); /* internet explorer */
		-khtml-opacity: 0.80;      /* khtml, old safari */
		-moz-opacity: 0.80;       /* mozilla, netscape */
		opacity: 0.80;           /* fx, safari, opera */
		position: absolute; bottom: 0px;
	}
	.caption a:link, .caption a:visited, .caption a:active {color: #ff9966; font-weight: bold; text-decoration: none;}
	.caption a:hover {color: #ff691e; text-decoration: underline;}	
	/* Preloader */
	.coda-slider p.loading {}

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

	/* Tabbed nav */
	.coda-nav {padding-top: 112px;}
	.coda-nav ul { clear: both; display: block; margin: auto; overflow: hidden; list-style-type: none; }
	.coda-nav ul li a { display: block; text-decoration: none; width: 20px; height: 20px; background-repeat: no-repeat; background-position: 50% 50%; background-image: url('images/template/nav-other.gif'); }
	.coda-nav ul li a.current { background-image: url(images/template/nav-current.gif); }
	
	/* Miscellaneous */
	#coda-nav-1 {float: right; display: inline; padding-right: 2px;}
	#coda-slider-1 {float: right;  display: inline; margin-right: 20px;}
	.panel-wrapper {position: relative;}
	.coda-slider-wrapper { clear: both; overflow: auto }
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left; display: inline; }
	.coda-slider .panel-container { position: relative; }
	.coda-nav-left, .coda-nav-right { float: left; display: inline; }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
	