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

/* 

#CCCCCC light gray 
#999999 medium gray
#333333 medium-dark gray
#201C1C very dark gray
#2792BB beautiful blue
#15A6D8 crazy blue
#B93961 dribbble pink
#CE7898 bubble gum

*/
	body { }
	.panel h2.title { margin-bottom: 0; display:none;}
	.panel h3 {font-size:16px; margin:0 10px 5px 10px; font-weight: normal; font-family:Helvetica, Arial, Sans-Serif; clear:left; float:left;}
	.panel h3#sipdip {width:300px; float:none; margin:0 auto 10px; text-align:center;}
	.panel img {float:left; margin:0 10px 10px 0; background:#eeeeee; padding:6px;}
	.panel p { font-family:Georgia, Times New Roman, Serif; line-height:21px; font-size:14px;}
	.panel a.news-read-more {display:none; float:right; text-decoration: none; font-size:16px; position:relative; z-index:2000;}
	.panel a.news-read-more:hover {display:block; float:right; text-decoration: underline;}
	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: 0; width:640px; }
	.coda-slider { background: white;}
	
	/* 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: 400px } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 600px }
	.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 { background: rgba(39, 146, 187, .70); color: #333333; width:200px; border:#CCCCCC solid 1px; border-top:#CCCCCC solid 1px; border-right:none; font-size:16px; font-weight:bold;}
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 0 20px 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 {float:right; width:638px;}
	.coda-nav ul { clear: both; display: block; overflow: hidden; position:absolute; right:11px; top:0; z-index:100; width:638px; }
	.coda-nav ul li {display: block; float:none; clear:both; }
	.coda-nav ul li a { background:white; color: #CE7898; display: block; float:right; height:20px; padding: 10px 10px; text-decoration: none; width:180px; font-size:16px; border:#CCCCCC solid 1px; border-top:none; border-bottom:none; border-right:none; }
	
	/* 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 }
	