@charset "utf-8";
/* CSS Document */
		
		* { margin: 0; padding: 0 }
		/* I've used a hard CSS reset above, but you should consider a more sophisticated reset, such as this one: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
		
		h2{font-size:26px;
		text-transform:uppercase;
		}
		
		p#cross-links {}
		
		p#cross-links {}
		
		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 15px;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
		position: relative;
		width:590px;
		margin-left:-40px;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 460px; background: #fff; overflow: scroll}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			border:0; /* this is the border. should have the same value for the links */
			margin: auto;
			width: 512px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 500px;
			clear: both;
			background: #fff;
		}
		
		.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: 512px;
			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: 100%;
			position: relative;
			width: 512px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 0px;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
		clear:both;
		text-align:left;

		margin-left:40px;

		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		    float:right;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 0px; /* 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-family:Georgia, "Times New Roman", Times, serif;
			font-size: 18px;
			text-align: center;
			text-decoration: none;
			display: block;
			width:20px;
			height:20px;
			padding-bottom:2px;
		}
		
		.stripNav li.tab1 a {}
		.stripNav li.tab2 a {}
		.stripNav li.tab3 a {}
		.stripNav li.tab4 a {}
		.stripNav li.tab5 a {}
		.stripNav li.tab6 a {}
		.stripNav li.tab7 a {}
		.stripNav li.tab8 a {}
		.stripNav li.tab9 a {}	
		
		
		.stripNav li a:hover {
			background:url(../images/slider_tab_bg.gif) no-repeat 1px 4px;
		}
		
		.stripNav li a.current {
			background:url(../images/slider_tab_bg.gif) no-repeat 1px 4px;
			color: #000;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top:150px;
			text-indent: -9000em;
		}
		.stripNavL,{}
		.stripNavR,{}
		.stripNavL a, .stripNavR a {
			display: block;
			height: 31px;
			width: 29px;
		}
		
		.stripNavL {
			left: 0px;
		}
		
		.stripNavR {
			right: 10px;
		}
		
		.stripNavL {
			background: url("../images/slider_arrow_left.gif") no-repeat center;
		}
		
		.stripNavR {
			background: url("../images/slider_arrow_right.gif") no-repeat center;
		}
		.panel a img{
			padding:10px;
			border:1px solid #999;
		}
		.panel a:hover img{
			border:1px solid #000;
		}
		#slider_header{
			padding-left:50px;
		}
.panel h3{margin:10px 0px 5px 0px;	line-height:28px;}
.panel h3 em{color:#CCCCCC;}
