div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 880px; 
	height: 300px;
	overflow: hidden;

	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width: 880px; 
		height:300px;
		overflow:hidden;
	
		padding:1em;		
		}
	div.scroller div.content {
		width: 10000px;
		}
		div.section {

			float:left;
		}


 div.panel li{
	list-style:none;
	width:280px;
		float:left;
		height:130px;		
	}
	
	div#projectslider {
		width:100%;
		height:650px;
	
		display:none;
	
	}
	

	.project h3{
		text-transform: uppercase;
		font-size: 1.8em;
		font-weight:bold;
		
		
	}
	.project p{
		color:#666;
		padding-top:0.4em;
		font-size:1.2em;
	}
	div#projectslider h2{
	display: block;
	font-size:2.3em;
	width:860px;
	color:#fff;
	text-transform:none;
	line-height:1.4em;
	background-color:#888;	
	padding:5px  0 5px 20px;
	}

		.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 */
		
			position: relative;
		
		}

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

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			padding-top:10px;
			padding: 10px 0 0 6px;
			width: 100%; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 300px;
			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%;
			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: 880px; /* 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) */
			display:inline-block;
	
			height:30px;
			overflow:hidden;
		
			padding: 25px 0px 5px 16px;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
			display:inline-block;
				float: left;
		}
		
		.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 */
				display: block;
			font-weight: bold;
			text-align: center;
			font-size:1.4em;
			
			background: #ccc;
			color: #666;
			text-decoration: none;
	
			padding: 5px 10px 5px 10px;
		}
		
		.stripNav li.tab1 a { background: #eee }

		
		.stripNav li a:hover {
			background: #666;
		}
		
		.stripNav li a.current {
			background: #ff9900;
			color: #fff;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
		display:block;
		float:left;
		
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
		
		}
		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			float:right;
			right: 0;
		}
		
	

