* { margin: 0; padding: 0 }
/* I've used a hard CSS reset above, but you should consider a more sophisticated reset, such as this one: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */



p#cross-links { text-align: center }

p#cross-links { border-bottom: 1px solid #ccc; margin-bottom: 30px; padding-bottom: 30px }



a:focus { outline:none }

img { border: 0 }

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

.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	margin: 0 auto;
	position: relative;
	width: 914px;
	height: 382px;
	background: url(/images/slide-bg.gif) no-repeat;
}

/* These 2 lines specify style applied while slider is loading */
.csw {width: 870px; height: 340px; background: white; overflow: hidden; position: absolute; top: 20px; right: 20px;}
.csw .loading {margin: 150px 0 200px 20px; text-align: center}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	margin: auto;
	width: 870px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 100%;
	clear: both;
	cursor: pointer;
}

.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: 870px; /* Also specified in  .stripViewer  above */
	margin-top:20px;
}

.stripViewer .panelContainer .panel .coda_wrapper { /* coda_wrapper to give some padding in the panels, without messing with existing panel width */
}

.stripNav{
	position: absolute;
	top: 337px;
	left: 22px;
	z-index: 2;

	/* display: none; */
}

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

.stripNav ul li {
	float: left;
	list-style: none;
	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 */
	padding: 6px 8px 4px;
	background: #fff url(/images/slider_tab_bg.jpg) repeat-x;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #463720;
	margin-right: 3px;
	border-right: solid 1px #87765c;
	border-top: solid 1px #dad7cf;
	display: block;
}

.stripNav li a:hover {
	background: #fff;
}

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

.stripNavL, .stripNavR { 
	position: absolute;
	top: 10px;
	text-indent: -9000em;
	z-index: 2;
	height:100%;
}

/* Hover Arrows Start */

.stripNavL a {
	display: block;
	height: 28px;
	width: 52px;
	padding: 165px 100px 165px 0;
	background: url("/images/transparent.gif");
}

.stripNavL a:hover {
	display: block;
	height: 28px;
	width: 52px;
	background: url("/images/prev.gif") no-repeat center left;
	padding: 165px 100px 165px 0;
}



.stripNavR a {
	display: block;
	height: 28px;
	width: 52px;
	padding: 165px 0 165px 100px;
	background: url("/images/transparent.gif");
}

.stripNavR a:hover {
	display: block;
	height: 28px;
	width: 52px;
	background: url("/images/next.gif") no-repeat center right;
	padding: 165px 0 165px 100px;
}

/* Hover Arrows End */

.stripNavL {
	left: 22px;
}


.stripNavR {
	right: 22px;
}

#sliderNav{
	top: 343px;
	position: absolute;
}

#sliderNav a{
	padding: 6px 8px 4px;
	background: #fff url(/images/slider_tab_bg.jpg) repeat-x;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #463720;
	margin-right: 3px;
	border-right: solid 1px #87765c;
	border-top: solid 1px #dad7cf;
}

#sliderNav a:hover{
	background: #fff;
}

#sliderNav a:current {
	background: #fff;
}