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

/* Most common stuff you'll need to change */

	.coda-slider-wrapper { padding: 0; width: 670px; float:left;}
	.coda-slider { background:url(../images/bg_selector.gif) repeat-x; overflow:hidden; }
	
	/* 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: 340px; height:250px; } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider { width: 670px;}
	.coda-slider-wrapper.arrows .coda-slider .panel { width: 670px;}
	.coda-slider-wrapper.arrows .coda-slider { margin: 0px }
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }

/* Don't change anything below here unless you know what you're doing */
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto }
	.coda-slider { float: left; overflow-x: hidden; position: relative }
	.coda-slider .panel { 
		display: block; 
		float: left;	
	}
	.coda-slider .panel .caption {
		background: url(../images/template/bg_black85.png);
		position: absolute;
		z-index: 999;
		height:65px;
		width:525px;
		margin-top: 175px;
		padding: 10px 75px 0 75px;
	}
	.caption h3 {
		color: #fff;
		font-weight: normal;
		font-size: 24px;
		text-transform: uppercase;
		float: left;
		line-height:1;
	}
	.caption a { color:#fff;}
	.caption a:hover { background: #b41720;}
	
	.coda-nav-left, .coda-nav-right { float: left }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
	
	/* Tabbed nav */
	.coda-nav {
		display: none;
	}

	.coda-nav ul { clear: both; display: block; background:#ff0; margin: 0px 0px 0 28px;  z-index:1000; padding: 0px; }
	.coda-nav ul li { display: inline }
	.coda-nav ul li a { background: #ccc; color: #fff; display: block; float: left; margin-right: 1px; padding: 3px 6px; width:10px; height: 10px; text-decoration: none }
	.coda-nav ul li a:hover {background: #aaa;}
	

	
	
	/* Arrow styling */
	.coda-nav-left a, 
	.coda-nav-right a
	{
		float: left;
		margin: 190px 0 0 10px;
		padding:0px;
		width:39px;
		height:39px;
		position: absolute;
		z-index: 1000;
		text-indent: -999em;
		background:url(../images/template/arwLeft.png) no-repeat;
	}
	.coda-nav-right a {margin-left: -50px;}

	.coda-nav-right a { background:url(../images/template/arwRight.png) no-repeat; }
	.coda-nav-right a:hover, .coda-nav-right a:focus { outline: none;}
	.coda-nav-left a:hover, .coda-nav-left a:focus { outline: none;}
