#imagepool .slider-wrap .stripViewer .panelContainer .panel ul {
text-align: left;
margin: 0 15px 0 30px;
}

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

/* These 2 lines specify style applied while slider is loading */
#imagepool .slider-wrap .csw {
	width: 100%;
	height: 135px;
	overflow: hidden;
}
#imagepool .slider-wrap .csw .loading {margin: 200px 0 300px 0; text-align: center}

#imagepool .slider-wrap .stripViewer { /* This is the viewing window */
position: relative;
overflow: hidden; /* this is the border. should have the same value for the links */
margin: auto;
width: 760px; /* Also specified in  .stripViewer .panelContainer .panel  below */
height: 135px;
clear: both;
background: #fff;
}

#imagepool .slider-wrap .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. */
}

#imagepool .slider-wrap .panel { /* Each panel is arranged end-to-end */
	float:left;
	position: relative;
	width: 760px; /* Also specified in  .stripViewer  above */
	background-color: #e5e5e5;
}

#imagepool .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding-top: 20px;
	padding-left: 33px;
	height: 95px;
	overflow: hidden;
	margin-bottom: 20px;
}

#imagepool .slider-wrap .stripNav { /* This is the div to hold your nav (the UL generated at run time) */
margin: auto;
position: absolute;
z-index: 98;
bottom: -17px;
}

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

#imagepool .slider-wrap .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 */
}

#imagepool .slider-wrap .stripNav a { /* The nav links */
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0;
	background-image: url(../img/dot.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	height: 7px;
	width: 9px;
	overflow: hidden;
}


#imagepool .slider-wrap .stripNav li a.current {
background-position: 0px -7px;
}

#imagepool .slider-wrap .stripNavL,
#imagepool .slider-wrap .stripNavR { /* The left and right arrows */
position: absolute;
top: 55px;
z-index: 99;
}

#imagepool .slider-wrap .stripNavL a,
#imagepool .slider-wrap .stripNavR a {
display: block;
height: 23px;
width: 23px;
}
#imagepool .slider-wrap .stripNavL a span,
#imagepool .slider-wrap .stripNavR a span {
display: none;
}		

#imagepool .slider-wrap .stripNavL {
left: -11px;
}

#imagepool .slider-wrap .stripNavR {
right: -11px;
}

#imagepool .slider-wrap .stripNavL {
background: url("../img/arrow-left.gif") no-repeat center;
}

#imagepool .slider-wrap .stripNavR {
background: url("../img/arrow-right.gif") no-repeat center;
}

#imagepool .slider-wrap .slider-wrap #stripNav0 a span {
display: none;
}
#imagepool .slider-wrap .panelContainer .panel .wrapper li,#imagepool .slider-wrap .panelContainer .panel .wrapper ul {
margin: 0px;
padding: 0px;
list-style: none;
}
#imagepool .slider-wrap .panelContainer .panel .wrapper li{
float: left;
margin-right: 25px;
}
#imagepool .slider-wrap .panelContainer .panel .wrapper li a {
	display: block;
	height: 95px;
	width: 95px;
	background: no-repeat center center;
}
#imagepool .slider-wrap .panelContainer .panel .wrapper  span {
display: none;
}
#imagepool .panelContainer {
	height: 135px;
	overflow: hidden;
}
