a:focus { outline:none }

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; }

.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 25px;
}

.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	background-color: transparent;
	margin: 0;
	position: relative;
	width: 320px;
}

/* These 2 lines specify style applied while slider is loading */
.csw {
	width: 100%;
	height: 450px;
	background: transparent;
	overflow: scroll;
}

.csw .loading {
	margin: 200px 0 0 140px;
	text-align: left;
}

.wrapper p {
	clear: both;
}
wrapper img {
    width:320px;
    height:480px;
}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden;
	margin: 10px;
	padding: 0;
	width: 320px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 480px;
	clear: both;
	background: transparent;
}

.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;
	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: 100%;
	position: relative;
	width: 320px; /* 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;
}

.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	position: absolute;
	width: 200px;
	height: 12px;
	top: -40px;
	left: 10%;
	cursor: pointer;
	z-index: 501;
}

.stripNav ul { /* The auto-generated set of links */
	list-style-type: none;
	width: 200px;
}

.stripNav ul li {
	float: left;
	width: auto;
	margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
}

.stripNav ul li a { /* The nav links */
	background: transparent url('/app/www/images/marketing/bg-tab1.png') no-repeat center;
	width: 10px;
	text-decoration: none;
	padding: 0 5px;
}

/*
.stripNav li.tab1 a { background: transparent }
.stripNav li.tab2 a { background: transparent }
.stripNav li.tab3 a { background: transparent }
*/

.stripNav ul li a:hover {
	background: transparent url('/app/www/images/marketing/bg-tab2.png') no-repeat center;
}

.stripNav ul li a.current {
	background: transparent url('/app/www/images/marketing/bg-tab2.png') no-repeat center;
}

.stripNavL { /* The left arrow */
	position: absolute;
	top: 500px;
	left: 130px;
	width: 35px;
	margin: 0 auto;
	background: transparent url('/app/www/images/marketing/arrow-l.png') no-repeat center;
	cursor: pointer;
	text-indent: -9000em;
	z-index: 500;
}

.stripNavR { /* The right arrow */
	position: absolute;
	top: 500px;
	left: 165px;
	width: 35px;
	margin: 0 auto;
	background: transparent url('/app/www/images/marketing/arrow-r.png') no-repeat center;
	cursor: pointer;
	text-indent: -9000em;
	z-index: 499;
}

.stripNavL a, .stripNavR a {
	display: block;
	width: 35px;
	height: 27px;
	border: none;
}