		
		* { 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/ */
		
		p.intro { border-bottom: 1px solid #ccc; margin-bottom: 20px; padding: 20px 0 30px 0; text-align: center; width: 100% }
		
		
		a.click-box:link, a.click-box:visited {
			color: #ff9900;
			text-decoration: none;
			padding: 2px 5px 2px 5px;
			margin-right: 1px;
			border: 1px solid #132f3d;
			}
		
		a.click-box:hover {
			color: #fff;
			text-decoration: none;
			background-color: #ff9900;
			padding: 2px 5px 2px 5px;
			border: 1px solid #ff9900;
			}
		
		
		a.title:link, a.title:visited {
			font-family: Georgia, "Times New Roman", Times, serif;
			overflow: hidden;
			font-size: 18px;
			line-height: 28px;
			font-weight: normal;
			color: #fff;
			}
		
		a.title:hover {
			font-family: Georgia, "Times New Roman", Times, serif;
			overflow: hidden;
			font-size: 18px;
			line-height: 28px;
			font-weight: normal;
			color: #ff9900;
			text-decoration: none;
			}

		p#cross-links { 
			position: relative;
			width: 100%;
			margin-top: -18px;
			z-index: +1; }
			
			a.cross-link {
			text-align: center;
			float: left;
			width: 155px;
			height: 119px;
			background: url("../images/ss_thumb_off.png") no-repeat;
			padding-top: 31px;
			margin-bottom: -21px;
			margin-right: 5px;
			margin-left: 5px;
		}
		
		a:hover.cross-link {
			background: url("../images/ss_thumb_on.png") no-repeat;
		}
		
		.thumb-spacer {
		float: left;
		background: url("../images/thumb-spacer.png") repeat-y;
		width: 12px;
		}
		
		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 }
		
		h3 { border-bottom: 1px solid silver; margin-bottom: 5px; padding-bottom: 3px; text-align: left }
		
		
		.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: 10px 0;
			position: relative;
			width: 100%;
			background: url("../images/bg-arrow-left.gif") repeat-x;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 363px; background: #061722; overflow: scroll}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			margin: auto;
			width: 905px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 363px;
			clear: both;
			background: #061722;
		}
		
		.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: 50%;
			position: relative;
			width: 905px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 0;
		}
		
		.wrapper_text {
			padding: 25px 20px 0 510px;
			
		}
		
		.wrapper_text_padding {
			border: 1px solid #132f3d;
			background-color: #031119;
			padding: 10px;
			font-size: 14px;
			line-height: 24px;
			height: 290px;
			
		}
		
		.wrapper-top {
		height: 200px;
		}
		
		
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			display: none;
			margin: auto;
		}
		
		.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 */
		}
		
		.stripNav a { /* The nav links */
			font-size: 10px;
			font-weight: bold;
			text-align: center;
			line-height: 32px;
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 0;
		}
		
		.stripNav li.tab1 a { width: 164px; }
		.stripNav li.tab2 a { width: 163px; }
		.stripNav li.tab3 a { width: 163px; }
		.stripNav li.tab4 a { width: 163px; }
		.stripNav li.tab5 a { width: 163px; }
		.stripNav li.tab6 a { width: 164px; }
		
		.stripNav li a:hover {
			background: #ff9900;
		}
		
		.stripNav li a.current {
			background: #ff9900;
			color: #fff;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 0;
			text-indent: -9000em;
		}
		
		.stripNavL a {
			display: block;
			height: 363px;
			width: 35px;
		}
		
		.stripNavR a {
			display: block;
			height: 363px;
			width: 50px;
		}
		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
		}
		
		.stripNavL {
			background: url("../images/arrow-left.gif") no-repeat center;
		}
		
		.stripNavR {
			background: url("../images/arrow-right.gif") no-repeat center;
		}
		
		.ss_main_image {
			float: left;
			margin-right: 15px;
		
		}
		
		#just-in {
		
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 18px;
			line-height: 28px;
			font-weight: normal;
			color: #ff9900;	
		}
		
		
		
		#title {
			font-family: Georgia, "Times New Roman", Times, serif;
			overflow: hidden;
			font-size: 18px;
			line-height: 28px;
			font-weight: normal;
			color: #fff;
		}
		
		.banner_234x60 {
			text-align: center;
			font-size: 11px;
		}
