/*
	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; color:#fff; font-size:1.6em; font-weight:100; font-family:Arial, Helvetica, sans-serif; }
	.panel h2.title strong { font-weight:bold; }
	.panel p{ color:#fff; font-size:0.9em;}
	noscript div { background: #ccc; border: 1px solid #900; margin: 20px 0; padding: 15px }
	
	
	.panel a.btn-moreinfo{margin:10px 0 0 0; float:left; background:url(../graphics/btn-moreinfo-trans.png) no-repeat left top; height:0px; padding:35px 0 0 0; width:131px; display:block; overflow:hidden; font-size:0px;}
	.panel a.btn-moreinfo:hover{margin:10px 0 0 0; float:left; background:url(../graphics/btn-moreinfo-trans.png) no-repeat 0 -35px; height:0px; padding:35px 0 0 0; width:131px; display:block; overflow:hidden; font-size:0px;}

	.panel a.btn-booknow{ margin:10px 0 0 10px; float:left; background:url(../graphics/btn-booknow-trans.png) no-repeat left top; height:0px; padding:35px 0 0 0; width:131px; display:block; overflow:hidden; font-size:0px;}
	.panel a.btn-booknow:hover{margin:10px 0 0 10px;  float:left; background:url(../graphics/btn-booknow-trans.png) no-repeat 0 -35px; height:0px; padding:35px 0 0 0; width:131px; display:block; overflow:hidden; font-size:0px;}

	.panel p.callnow{ margin:10px 0 0 -2px; float:left; background:url(../graphics/callnow-trans.png) no-repeat top left; width:337px; height:0px; overflow:hidden; font-size:0px; padding:42px 0 0 0;}
/* Most common stuff you'll need to change */

	.coda-slider-wrapper { padding: 20px 0 }
	.coda-slider { }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { overflow: auto !important; padding-right: 20px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 777px } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 777px }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { background: #000; color: #fff; padding: 5px; width: 100px }
	
	/* Tab nav */
	.coda-nav ul li a.current { border:none; background:url(../graphics/tab-focused-pale-green.png) repeat-x; }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 0 20px 0 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 { background: #E8EEDC; clear: both; display: block; margin: auto; overflow: hidden; position:absolute; bottom:0px; width:777px; height:50px;}
	.coda-nav ul li { display: inline; float:left;  }
	.coda-nav ul li a { background:url(../graphics/tab-unfocused-pale-green.png) repeat-x center top; color: #fff; display: block; float: left; margin-right: 1px; padding: 6px 6px 0 10px; text-decoration: none; height:45px; border-right:1px solid; width:176.5px; }
	
		.coda-nav ul li a p.link-head{ font-weight:bold; font-size:0.8em; color:#493e33}
			.coda-nav ul li a p.link-subtext{ font-weight:100; font-size:0.7em; color:#493e33}

.coda-nav ul li a.current p.link-head{ font-weight:bold; font-size:0.8em; color:#fff;}
			.coda-nav ul li a.current p.link-subtext{ font-weight:100; font-size:0.7em; color:#fff;}


	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto; position:relative; height:auto; min-height:225px; background:#333366; margin:0 0 10px 0; padding:20px 0 80px 0; }
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left; height:250px;}
	.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 }
	
	
	.slider-img{ float:left; padding:0 20px 0 0;}