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; }

.slider-wrap a:focus { outline:none }

.stripViewer .panelContainer .panel ul {
		text-align: left;
		margin: 0 15px 0 30px;
}

.slider-wrap {
		position: relative;
		width: 964px;
		text-align: left;
}

/* These 2 lines specify style applied while slider is loading */
		.csw {
		width: 964px;
		height: 300px;
		background: #fff;
		overflow: auto
}

.csw .loading {
		margin: 200px 0 300px 0;
		text-align: center
}

.csw .panel {
		width: 947px;
		height: 300px;
}

.stripViewer { /* This is the viewing window */
		position: relative;
		overflow: hidden;
		margin: auto;
		width: 964px; /* Also specified in  .stripViewer .panelContainer .panel  below */
		height: 300px;
		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;
}

.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
		float:left;
		height: 300px;
		position: relative;
		width: 964px; /* Also specified in  .stripViewer  above */
}

.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
		margin: auto;
		position: absolute;
		z-index: 9999;
		bottom: 10px;
		left: 10px;
}

.stripNav ul { /* The auto-generated set of links */ list-style: none; padding: 0; margin: 0;}

.stripNav ul li {
		float: left;
		padding: 0;
		margin: 0 2px 0 0; /* If you change right padding, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
}

.stripNav a { /* The nav links */
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		background: #f18a23;
		color: #fff;
		text-decoration: none;
		display: block;
		padding: 0 7px;
		line-height: 18px;
		margin-right: 5px;
}

.stripNav li a:hover { background: #5ac2df; }

.stripNav li a.current {
		background: #fff;
		color: #000;
}

.stripNavL, .stripNavR { /* The left and right arrows */
		position: absolute;
		top: 127px;
		text-indent: -9000em;
		z-index: 9999;
}

.stripNavL a, .stripNavR a {
		display: block;
		height: 47px;
		width: 23px;
}

.stripNavL { left: 0; }

.stripNavR { right: 0; }

.stripNavL a { background: url("../images/slider-prev.png") no-repeat; }

.stripNavR a { background: url("../images/slider-next.png") no-repeat; }

* html .stripNavL a { background: url("../images/slider-prev-IE.png") no-repeat; }

* html .stripNavR a { background: url("../images/slider-next-IE.png") no-repeat; }

.stripNavL a:hover, .stripNavR a:hover { background-position: bottom left; }

.sliderColumn {
		display: block;
		position: relative;
		float: right;
		height:270px;
		padding:25px 25px 5px 20px;
		width:157px;
		text-align: left;
		background:transparent url('../images/scrollerCol.png') no-repeat;
}

.sliderColumn h2 {
		color:#fff;
		font-size:1.2em;
		font-weight:bold;
}

.sliderColumn p {
		color:#fff;
		font-size:1em;
		margin-top:10px;
}

.sliderColumn .watchNow {
		background:transparent url(../images/button-watchnow.jpg) no-repeat scroll 0 0;
		display:block;
		height:40px;
		outline-color:-moz-use-text-color;
		outline-style:none;
		outline-width:0;
		text-indent:-9999px;
		width:165px;
				position: absolute;
								bottom: 10px; left: 17px;
}

.sliderColumn .watchNow:hover { background-position:right top; }
