
		a:focus { outline:none }
		
		img { border: 0 }
		
		
		#slider-container {
			width: 490px;
		}
		
		
		
		.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;
			width: 100%;
	
		}

		/* 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; 
	
			
			margin: auto;
			width: 448px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 249px; /* change to 249px if you don't the description text */
			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;
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 448px; /* 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-left: auto;
			margin-right: 21px;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
			margin: 0; 
			padding: 0; 

		}
	
		
		.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: 27px;
			background: #c6e3ff;
			color: #555;
			text-decoration: none;
			display: block;
			padding: 0 15px;
			border-top: 2px #ccc solid;
			
		}
		
		.stripNav li.tab1 a { 
			background-color: #fff;
		}
		.stripNav li.tab2 a { 
			background-color: #fff;
		}
		.stripNav li.tab3 a { 
			background-color: #fff;
		}
		.stripNav li.tab4 a {
			background-color: #fff;
		}

		
		.stripNav li a:hover {
			border-top: 2px #0d7bc0 solid;
		}
		
		.stripNav li a.current {
			border-top: 2px #0d7bc0 solid;
			background-color: #fff;
		}
		
		.stripNav li a {
			color: red;
		}
		.stripNav li a:visited {
			color: red;
		}
		
		.stripNav li a:link {
			color: red;
		}
		.stripNav li a:active {
			color: red;
		}
		
		
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 120px;
			text-indent: -9000em;
			
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 88px;
			width: 21px;
		}
		
		.stripNavR a {
			width: 21px;
		}
		
		.stripNavL {
			left: 0px;
			
		}
		
		.stripNavR {
			right: 0px;
		}
		
		.stripNavL {
			background: url("../images/arrow-left.gif") no-repeat right;
				
		}
		
		.stripNavR {
			background: url("../images/arrow-right.gif") no-repeat center;

		}
		
		#slidershadow {
			background: url("../images/shadow.gif") no-repeat center;
			width: 400px;
			height: 35px;
			margin: 0 auto;
		}
		
		.design {
			width: 442px;
			height: 243px;
			border: 1px #ccc solid;
			padding: 2px;
		}


		
		.design a {
			display: block;
			width: 442px;
			height: 243px;
			
		}
		.design a:hover {
			display: block;
			width: 430px;
			height: 231px;
			border: 6px #ddd solid;
			padding: 0;
		}

		