.stripViewer {
	background:none repeat scroll 0 0 #FFFFFF;
	clear:both;
	margin:auto;
	overflow:hidden;
	position:relative;
	width:860px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D7D7D7;
	border-right-color: #D7D7D7;
	border-bottom-color: #D7D7D7;
	border-left-color: #D7D7D7;
}

	.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 10px 0;
			position: relative;
			width: 860px;
		}
		
.stripViewer .panelContainer {
left:0;
list-style-type:none;
position:relative;
top:0;
width:860px;
}
.stripViewer .panelContainer .panel {
float:left;
height:100%;
position:relative;
width:860px;
}
.stripViewer .panelContainer .panel .wrapper {
padding:0px;
}
.stripNav {
background:none repeat scroll 0 0 #EEEEEE;
border-left:1px solid #D7D7D7;
border-right:1px solid #D7D7D7;
border-top:1px solid #D7D7D7;
height:36px;
margin:0;
overflow:hidden;
}
.stripNav ul {
list-style:none outside none;
margin:0;
overflow:hidden;
padding:0;
}
.stripNav ul li {
float:left;
margin:0;
}
#stripNav0 a {
color:#888888;
display:block;
font-size:14px;
font-weight:bold;
line-height:36px;
padding:0 25px;
text-align:center;
text-decoration:none;
}
#stripNav0 li a:hover {
background:none repeat scroll 0 0 #E0F0FA;
color:#1969BC;
text-decoration:none;
}
#stripNav0 li a.current {
background:none repeat scroll 0 0 #FFFFFF;
color:#000000;
}
.stripNavL, .stripNavR {
position:absolute;
text-indent:-9000em;
top:230px;
}
.stripNavL a, .stripNavR a {
background:none repeat scroll 0 0 #000000;
display:none;
height:40px;
width:40px;
}
.stripNavL {
left:0;
}
.stripNavR {
right:0;
}