		p { text-align: left; }
		
		div#spotlightlinks{
			margin:0px 25px;
			width:250px;
			height:275px;
			background:url(../images/img_bg_spotlight_design.jpg) no-repeat;
			float:left;
		}
		div#spotlightlinks ul{
			margin:70px 0px 0px 15px;
			padding:0px;
			list-style-type:none;
		}
		div#spotlightlinks ul li a{
			display:block;
			width:215px;
			font-size:16px;
			font-weight:bold;
			color:#888888;
			padding:5px 0px;
			border-bottom:1px solid #EEEEEE;
			text-decoration:none;
		}
		div#spotlightlinks ul li a:hover, div#spotlightlinks ul li a:active{
			text-decoration:none;
			background:url(../images/img_bg_sl_arrow.jpg) right no-repeat;
		}
		div#spotlightlinks ul li.last a{
			display:block;
			width:215px;
			font-size:12px;
			font-weight:normal;
			color:#2C95D7;
			padding:5px 0px;
			margin-right:26px;
			text-align:right;
		}
		div#spotlightlinks ul li.last a:hover{
			background:none;
		}
		p.panellinks{
			margin-top:175px;
			text-align:left;
			margin-bottom:10px;
		}
		p.panellinks a{
			margin:5px 10px;
		}
		p.testimonial{
			margin:0px;
			color:#999999;
			font-size:12px;
			line-height:14px;
		}
		p.testimonial span{
			color:#2C95D7;
			font-style:italic;
		}
		#panel1{
			background:url(../images/spotlight_bg_twba.jpg) no-repeat;
		}
		#panel2{
			background:url(../images/spotlight_bg_milsec.jpg) no-repeat;
		}
		#panel3{
			background:url(../images/spotlight_bg_lrm2.jpg) no-repeat;
		}
		#panel4{
			background:url(../images/spotlight_bg_ef2.jpg) no-repeat;
		}
		#panel5{
			background:url(../images/spotlight_bg_kw2.jpg) no-repeat;
		}
		
		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; }
		
		a:focus { outline:none }
		
		img { border: 0 }
		
		.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;
			float:left;
		}

		/* 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: 1px solid #39c;  this is the border. should have the same value for the links */
			margin: auto;
			width: 500px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 275px;
			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;
			height: 275px;
			position: relative;
			width: 500px; /* 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:none;
		}
		.stripNavL, .stripNavR { /* The left and right arrows */
			display:none;
		}
		.clear{
			clear:both;
		}