/*	Coda slider for featured news	*/
#stripNav0 {
	display:none;
	color:#fff;
}

		noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
		noscript a { color: #a00; text-decoration: underline }
		noscript ol { margin-left: 25px; }
	
		
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 0;
			position: relative;
			/*width: 75%;*/
			width:680px;
			float:left;

			background: #eee;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 188px; background: transparent; overflow: scroll}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			margin:0; padding:0;
			position: relative;
			overflow: hidden;
			height:100%;
			width: 680px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			clear: both;
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			height:140px;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 120px;
			position: relative;
			width: 690px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 10px;
		}

		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}
		
		.stripNav a { /* The nav links */
			font-size: 10px;
			font-weight: bold;
			text-align: center;
			line-height: 32px;
			background: #c6e3ff;
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 0 15px;
		}
		
		.stripNav li.tab1 a { background: #60f }
		.stripNav li.tab2 a { background: #60c }
		.stripNav li.tab3 a { background: #63f }
		.stripNav li.tab4 a { background: #63c }
		.stripNav li.tab5 a { background: #00e }
		
		.stripNav li a:hover {
			background: #333;
		}
		
		.stripNav li a.current {
			background: #000;
			color: #fff;
		}

		.navContainer {
			float:right;
			width:125px;
		}
		
		.stripNavL, .stripNavR, .stripNavP { /* The left and right arrows */
			/*position: absolute;
			top: 180px;
			*/
			width:40px;
			height:40px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a, .stripNavP a {
			display: block;
			height: 40px;
			width: 40px;
		}
		
		.stripNavL {
			float:left;
		}
		
		.stripNavR {
			float:left;
		}
		
		.stripNavL {
			background: url("../images/controls/back_off.gif") no-repeat center;
		}

		.stripNavL:hover {
			background: url("../images/controls/back_on.gif") no-repeat center;
		}

		.stripNavP {
			float:left;
			background: url("../images/controls/pause_off.gif") no-repeat center;
		}

		.stripNavP:hover {
			background: url("../images/controls/pause_on.gif") no-repeat center;
		}

		#panelCounter { float:left; color:#aaa; padding:10px 0 0 5px; font-size:9pt; font-weight:bold; }

		.stripNavP:hover {
			background: url("../images/controls/pause_on.gif") no-repeat center;
		}
		
		.stripNavR {
			background: url("../images/controls/forward_off.gif") no-repeat center;
		}

		.stripNavR:hover {
			background: url("../images/controls/forward_on.gif") no-repeat center;
		}

/*
#accordionContainer { background:#aaa; padding:10px; margin:0 0 20px 0; }

.ui-accordion-header { font-size:16pt; font-weight:bold; padding:5px 30px 5px 5px; letter-spacing:-1px; background:#eee; width:250px; }

.selected .ui-accordion-header,
.ui-accordion-header:hover { background:url('../images/nav_ball.png') no-repeat center right; color:#fff; width:230px; }

#accordionNav li { width:230px; }
#accordionNav li ul { background:#fff; padding:5px 0 5px 0; color:#000; width:230px; }
#accordionNav li ul li { margin-bottom:5px; }
#accordionNav li ul li a { background:transparent; font-size:12pt; color:#000; }
*/