/* width of slider */
.slider-wrap a, #cross-links a {border:none;} 

.slider-wrap, 
.csw, 
.stripViewer, 
.stripViewer .panelContainer .panel, 
.stripViewer .panelContainer,
.csw
{
	width:695px;
}

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

.slider-wrap {
	margin: 0;
	float:right;
}

.csw {height: 460px; background: #fff; overflow: hidden}
.csw .loading {margin: 200px 0 300px 0; text-align: center}

.stripViewer {
	position: relative;
	overflow: hidden; 
	border: 5px solid #fff;
	height: 100%;
	clear: both;
	background: #fff;
}

.stripViewer .panelContainer {
	position: relative;
	left: 0; top: 0;
	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;
}

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

.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin: auto;
	display:none;
}

.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 slideviewer.js */
}

.stripNav a { /* The nav links */
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	background: #ddd;
	color: #000;
	text-decoration: none;
	display: block;
	padding: 0 15px;
}

.stripNav a:hover { background: #9cf; }

.stripNav a.current { background: #39c; color: #fff;}

/*
nav arrows
--------------------------- */

.stripNavL, .stripNavR {padding:10px;}

.stripNavL {
	float:left;
}

.stripNavR {
	float:right;
	padding-right:15px;
}

/*
number nav
------------------------------- */
a.cross-link {display:block; font-size:9px; padding:2px; width:15px; margin-bottom:6px; float:left; background:#eee; color:#333; text-decoration:none; margin-right:5px;}
a.active-cross-link, a.cross-link:hover {background:#666; color:#fff;}

/*
the stuff inside the slide div
-------------------------------- */
div.project_info_nav ul {list-style-type:none; padding:10px;}
div.project_info_nav ul li {display:inline;}
div.project_info_nav ul li a {padding:3px 6px; background:#000; color:#fff; text-decoration:none;}
div.project_info_nav ul li a.info {background:#8F111C;}
div.project_info_nav ul li a:hover {color:#FDFBF2;}