.slideWrapper .text {
	position: absolute;
	color: #210842;
	top: 25px;
	left: 327px;
	width: 218px;
	padding: 0px 10px 0px 0px;
	z-index: 200;
	line-height: 16px;
}

.slideWrapper .text a {
	color: #1060b4;
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	display: block;
}

.slideWrapper .text h1 a {
    color: #b30607;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: -2px;
    padding: 0px 0px 10px 0px;
    margin: 0px;
    line-height: 32px;
}

.slideWrapper .text h1 a:hover {
    color: #d40506;
    text-decoration: none;
}

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

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

.sliderNav {
    position: relative;
}

/* These 2 lines specify style applied while slider is loading */
.csw {width: 953px; height: 350px; overflow: hidden;}
.csw .loading {margin: 100px 0 400px 0; text-align: center}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	margin: auto;
	width: 952px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 350px;
	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;
	/* -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: 952px; /* 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;
	top: -50px;
	left: 50px;
}


.stripNav ul { /* The auto-generated set of links */
	/*display: none;*/
	list-style: none;
	margin: 0px;
	padding: 0px;
	
}

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

.stripNav a { /* The nav links */
	font-size: 25px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	width: 23px;
	height: 33px;
	padding: 3px 5px 0px 5px;
	display: block;
	margin: 0px 2px 0px 0px;
	background-color: #000000;
}

.stripNav li a:hover {
	background-color: #ab0909;
}

.stripNav li a.current {
	background: #ab0909;
	color: #fff;
}

.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 305px;
	text-indent: -9999em;
	display: none;
}

.stripNavL a, .stripNavR a {
	display: block;
	width: 12px;
	height: 11px;
}

.stripNavL {
	left: 277px;
	background: url(../images/leftArrow.gif) no-repeat center;
}

.stripNavR {
	right: 275px;
	background: url(../images/rightArrow.gif) no-repeat center;
}





