@charset "utf-8";
/* CSS Document */

.panelsBox {
	display: block;
	height: 307px;
	width: 960px;
	background: #FFF;
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 1; //test
}
.panelsBox #thumbHolder {
	background: #FFF;
	display: block;
	height: 65px;
	width: 310px;
	position: absolute;
	top: 224px;
	left: 0px;
	z-index: 99;
}
.panelsBox #thumbHolder #thumbList {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: absolute;
	top: 10px;
	left: 10px;
}
.panelsBox #thumbHolder #thumbList li {
	height: 25px;
	width: 25px;
	display: block;
	float: left;
	background: #FFF;
	margin-right: 25px;
	padding: 2px;
}
.panelsBox #thumbHolder #thumbList a:link {
	display: block;
	height: 25px;
	width: 25px;
	background: #FFF;
	border: 0px solid #FFF;
}

.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: 0px;
	position: relative;
	width: 960px;
	height: 307px;
	padding: 0px;
}

/* These 2 lines specify style applied while slider is loading */
.csw {
	width: 100%;
	height: 307px;
	background: #FFF;
	overflow: hidden
}

.csw .loading {
	margin: 128px 0 129px;
	text-align: center
}

.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: 960px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 307px;
	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: 960px; /* Also specified in  .stripViewer  above */
}

.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 0px;
}

.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 0px;
	text-decoration: none;
}

.stripNavL a, .stripNavR a {
	display: block;
	height: 307px;
	width: 42px;
	text-decoration: none;
}

.stripNavL {
	background: url(http://hypercache.h5i.s3.amazonaws.com/clients/1408/filemanager/slider/trans.gif) no-repeat left;
	left: 0px;
	z-index: 90;
	height: 307px;
	width: 42px;
}

.stripNavR {
	background: url(http://hypercache.h5i.s3.amazonaws.com/clients/1408/filemanager/slider/trans.gif) no-repeat right;
	right: 0px;
	z-index: 90;
	height: 307px;
	width: 42px;
}

.stripNav {
	display: block;
	height: 25px;
	width: 185px;
	position: absolute;
	top: 250px;
	left: 810px;
	z-index: 99;
}


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

.stripNav ul li {
	height: 25px;
	width: 25px;
	display: block;
	float: left;
	/* background: #2D73B1; */
	margin-right: 12px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
	padding: 2px;
}

.stripNav a { /* The nav links */
	display: block;
	height: 25px;
	width: 25px;
	background: #FFF;
	/* border: 2px solid #2972B4; */
	padding: 0px;
}

.stripNav li.tab1 a {
	background: #FFF;
	text-decoration: none;
}
.stripNav li.tab2 a {
	background: #FFF;
	text-decoration: none;
}
.stripNav li.tab3 a {
	background: #FFF;
	text-decoration: none;
}

.stripNav li a:hover {
	background: #FFF;
}
.stripNav li a.current {
	text-decoration: none;
	border: 2px solid #000;
}