		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 0 ;
			position: relative;
			width: 100%;
			clear:both;
			text-align:center;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 150px; background: #fff; overflow: hidden;}
		.csw .loading {margin: 50px 0 50px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			margin:0 auto;
			width: 725px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 150px;
			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: 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;
			position: relative;
			width: 725px; /* 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) */
			margin:0 auto;
			display:none;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
			
		}
		
		.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-size: 1px;
			font-weight: bold;
			text-align: center;
			background: #fff;
			color: #fff;
			text-indent:-9999px;
			text-decoration: none;
			display: block;
			padding: 0;
		}		
		
		.stripNav li a:hover {

		}
		
		.stripNav li a.current {

		}

/*cross-link original*/
		.crossNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin:0 auto;
		}
		
		.crossNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		.crossNav 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 */
		}
		
		.crossNav a { /* The nav links */
			font-size: 1px;
			font-weight: bold;
			text-align: center;
			background: #fff;
			color: #fff;
			text-indent:-9999px;
			text-decoration: none;
			display: block;
			padding: 0;
		}		
		.crossNav li.tab1 a { background: #fff url(../img/solution01.gif) no-repeat top center; width:145px; height:70px; }
		.crossNav li.tab2 a { background: #fff url(../img/solution02.gif) no-repeat top center; width:145px; height:70px; }
		.crossNav li.tab3 a { background: #fff url(../img/solution03.gif) no-repeat top center; width:145px; height:70px; }
		.crossNav li.tab4 a { background: #fff url(../img/solution04.gif) no-repeat top center; width:145px; height:70px; }
		.crossNav li.tab5 a { background: #fff url(../img/solution05.gif) no-repeat top center; width:145px; height:70px; }
		
		.crossNav li a:hover {

		}
		
		.crossNav li a.current {

		}
.index_wrapper{
	clear:both;
	}