		noscript p, noscript ol { color: #a00; font-size: 12px; line-height: 1.4em; text-align: left }
		noscript a { color: #a00; text-decoration: underline }
		noscript ol { margin-left: 25px; }
		
		.slider-wrap { 
			width: 760px;
			height: 500px;
			margin:20px;
			position: relative;
		}

		.csw {width: 100%; height: 120px; background: #fff; overflow: scroll}
		.stripViewer {
			position: relative;
			overflow: hidden; 
			width: 760px;
			height: 500px;
			clear: both;
			background:none;
			margin-left:0px;
			padding:0px 0px 0px 0px;
		}
		
		.stripViewer .panelContainer { 
			position: relative;
			left: 0; top: 0;
			list-style-type: none;
		}
		
		.stripViewer .panelContainer .panel { 
			float:left;
			width: 760px;
			height: 500px;
			position: relative;
		}
		
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
		}
		
		.stripNav a {
			font-size: 10px;
			font-weight: bold;
			text-align: center;
			background: #c6e3ff;
			color: #000;
			text-decoration: none;
			display: block;
			padding: 0 15px;
		}
		
		.stripNav a:hover {
			background: #9cf;
		}
		
		.stripNav a.current {
			background: #39c;
			color: #fff;
		}
		
		.stripNavL, .stripNavR {
			position: absolute;
			top: 230px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 40px;
			width: 40px;
		}
		
		.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;
		}
		.stripNav { display: none }
