p#cross-links { 
	text-align: center 
}

.cross-link img { 
	border: 1px solid #888;
}

a:focus { 
	outline: none 
}

.slider-wrap { 
	margin: 0; 
	position: relative; 
	width: 100%; 
}

.csw { 
	width: 100%; 
	height: 380px; 
	background: #fff; 
	overflow: hidden; 
}

.csw .loading { 
	margin: 200px 0 300px 0; 
	text-align: center 
}

.stripViewer { 
	position: relative; 
	overflow: hidden; 
	margin: auto;	
	width: 538px; 
	height: 380px; 
	clear: both; 
}

.stripViewer .panelContainer { 
	position: relative; 
	left: 0; 
	top: 0; 
	width: 100%; 
	list-style-type: none; 
}

.stripViewer .panelContainer .panel { 
	float: left; 
	height: 100%;
	position: relative;
	width: 538px;
}

.stripNav {
	margin: auto;
}

.stripNav ul {
	list-style: none;
}

.stripNav ul li {
	float: left;
	margin-right: 2px;
}

.stripNav a {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	background: #c6e3ff;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 15px;
}

.stripNav li { 
	display: none; 
}

.stripNav li a:hover { 
	background: #333; 
}

.stripNav li a.current {
	background: #000;
	color: #fff;
}

.stripNavL, .stripNavR {
	position: absolute;
	top: 230px;
	text-indent: -9000em;
}

.stripNavL a, .stripNavR a {
	display: none;
	height: 40px;
	width: 40px;
}

.stripNavL {
	left: 0;
	display: none;
}

.stripNavR {
	right: 0;
	display: none;
}

.wrapper img {
	border: 0;
}
