                .slider-wrap .stripViewer .panelContainer .panel .wrapper .content {
                    font-size: 14px; line-height: 1.4em; color: #000000
                }
                
		p.intro { border-bottom: 1px solid #ccc; margin-bottom: 10px; padding: 20px 0 30px 0; text-align: center; width: 100% }
				
		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;
			
		}
		               
		/* These 2 lines specify style applied while slider is loading */
		.csw { background: #fff; display:none;}
		.csw .loading { text-align: center;}

		.stripViewer { /* This is the viewing window */
			position: relative;			
			/*border: 2px solid #000; /* this is the border. should have the same value for the links */*/
			margin: auto;
			width: 930px; /* Also specified in  .stripViewer .panelContainer .panel  below */			
			height: 460px;
			clear: both;
			background: #fff;
                        overflow: hidden;
		}
		
		.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: 930px;
			list-style-type: none;
                        
                        /*border: 2px solid #000;*/
			/* -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: 460px;
			position: relative;
			width: 930px; /* Also specified in  .stripViewer  above */
                        overflow: auto;
		}
		                
                
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 1px;
                        padding-left: 25px;
                        padding-right: 23px;                        
		}
		
                .stripViewer .panelContainer .panel .wrapper p { /* Wrapper to give some padding in the panels, without messing with existing panel width */
		    padding:10px 0 0;
                    text-align: justify;
		}
                
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
                        width:934px;
		}
		
		.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 */
                        margin-left:1px;
                }
		
		.stripNav a { /* The nav links */
			font-size: 12px;
                        font-family:arial;
			text-align: center;
			line-height: 25px;			
			color: #000000;
			text-decoration: none;
			display: block;
			padding: 0 5px;
                        width:138px;                        
		}
		
		.stripNav li.tab1 a { background: #CCCCCC }
		.stripNav li.tab2 a { background: #CCCCCC }
		.stripNav li.tab3 a { background: #CCCCCC }
		.stripNav li.tab4 a { background: #CCCCCC }
		.stripNav li.tab5 a { background: #CCCCCC }
		.stripNav li.tab6 a { background: #CCCCCC }
                
		.stripNav li a:hover {
			background: #999999;
		}
		
		.stripNav li a.current {
			background: #fff;
			color: #2570C4;
                        border-bottom: none;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 230px;
			text-indent: -9000em;
		}
                
                #sidebar{
                    display:none;
                }
                
                div.slider-wrap{
                    
                    width:934px;
                }
        

