/*
	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: 200px; overflow: auto !important; padding-right: 20px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 450px; height:310px; } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 450px; }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { background: #E0E0E0;
	background: -moz-linear-gradient(top,#E0E0E0 0%,#CCCCCC 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#E0E0E0),color-stop(100%,#CCCCCC));
	background: -webkit-linear-gradient(top,#E0E0E0 0%,#CCCCCC 100%);
	background: -o-linear-gradient(top,#E0E0E0 0%,#CCCCCC 100%);
	background: -ms-linear-gradient(top,#E0E0E0 0%,#CCCCCC 100%);
	background: linear-gradient(top,#E0E0E0 0%,#CCCCCC 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#E0E0E0', EndColorStr='#CCCCCC'); color: #fff; padding: 3px 5px; width:auto;display:inline;height:auto;
	color:#3a3a3a!important;}

	.coda-nav-left a{border-right:1px solid #E7E7E7;}
	.coda-nav-right a{border-left:1px solid #E7E7E7;}
	
	/* Tab nav */
	
	.coda-nav ul li a.current, .coda-nav ul li a:hover, .coda-nav-left a:hover, .coda-nav-right a:hover{ background: ##A4A4A4;
	background: -moz-linear-gradient(top,#A4A4A4 0%,#878787 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#A4A4A4),color-stop(100%,#878787));
	background: -webkit-linear-gradient(top,#A4A4A4 0%,#878787 100%);
	background: -o-linear-gradient(top,#A4A4A4 0%,#878787 100%);
	background: -ms-linear-gradient(top,#A4A4A4 0%,#878787 100%);
	background: linear-gradient(top,#A4A4A4 0%,#878787 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#A4A4A4', EndColorStr='#878787');
	color:#fff!important;
	text-decoration:none!important;
	}

	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 20px }
	
	/* 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: inline-block; margin: auto; overflow: hidden;}
	.coda-nav ul li { display: inline;}
	.coda-nav ul li a {background: #E0E0E0;
	background: -moz-linear-gradient(top,#E0E0E0 0%,#CCCCCC 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#E0E0E0),color-stop(100%,#CCCCCC));
	background: -webkit-linear-gradient(top,#E0E0E0 0%,#CCCCCC 100%);
	background: -o-linear-gradient(top,#E0E0E0 0%,#CCCCCC 100%);
	background: -ms-linear-gradient(top,#E0E0E0 0%,#CCCCCC 100%);
	background: linear-gradient(top,#E0E0E0 0%,#CCCCCC 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#E0E0E0', EndColorStr='#CCCCCC'); color: #fff; display: block; float: left; /*margin-right: -1px;*/ padding: 3px 6px; text-decoration: none; font-weight:bold;height:auto;border-right:1px solid #E7E7E7;	
	color:#3a3a3a!important;}
	.coda-nav ul li a:first-of-type{border-left:1px solid #E7E7E7;}
	
	/* 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: inline-block; text-align: center; text-decoration: none }
	.coda-nav{width:412px;float:left;background: #E0E0E0;
	background: -moz-linear-gradient(top,#E0E0E0 0%,#CCCCCC 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#E0E0E0),color-stop(100%,#CCCCCC));
	background: -webkit-linear-gradient(top,#E0E0E0 0%,#CCCCCC 100%);
	background: -o-linear-gradient(top,#E0E0E0 0%,#CCCCCC 100%);
	background: -ms-linear-gradient(top,#E0E0E0 0%,#CCCCCC 100%);
	background: linear-gradient(top,#E0E0E0 0%,#CCCCCC 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#E0E0E0', EndColorStr='#CCCCCC');height:24px;}
	