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

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

/* These 2 lines specify style applied while slider is loading */
.csw, .stripViewer {
	width: 100%; 
	height: 215px;
	background: #fff; 
}

.csw .loading {
	margin: 200px 0 300px 0; 
	text-align: center;
}


.stripViewerbackup { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	border: 0px solid #000; /* this is the border. should have the same value for the links */
	border-right:1px solid #666;
	border-left:1px solid #666;
	margin: -3px auto 15px auto;
	width: 727px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 215px;
	clear: both;
	background: #fff;
}

#stripNavL0, #stripNav0 { display:none; }

.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;
	position: relative;
	width: 727px; /* Also specified in  .stripViewer  above */
}



.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin: auto;
	height:1px;
	overflow:hidden;
}

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

.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: 1px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	display: block;
}

.stripNavL a, .stripNavR a {
	display: block;
	height: 0px;
	width: 0px;
	overflow:hidden;
}

.stripNavL {
	left: 0;
}

.stripNavR {
	right: 0;
}

p.strapline a:link, p.strapline a:visited {
color:#fff;
text-decoration:none;
}

.panel-one {
	background-image:url(../images/banner1.jpg);
	background-repeat:no-repeat;
	padding: 0;
}

.panel-two {
	width:697px;
	height:195px;
	background-image:url(http://www.blueclaw.co.uk/images/banner2.jpg);
	background-repeat:no-repeat;
	padding:10px 15px;
}
.panel-three {
	width:697px;
	height:195px;
	background-image:url(../images/banner1.jpg);
	background-repeat:no-repeat;
	padding:10px 15px;
}
.panel-four {
	width:697px;
	height:195px;
	background-image:url(http://www.blueclaw.co.uk/images/banner4.jpg);
	background-repeat:no-repeat;
	padding:10px 15px;
}