.stripViewer { 
position: relative;
overflow: hidden; 
margin: auto;
width: 255px;
clear: both;
}
		
.stripViewer .panelContainer { 
position: relative;
left: 0; top: 0;
width: 100%;
list-style-type: none;
}
		
.stripViewer .panelContainer .panel { 
float:left;
position: relative;
width: 255px;
}
		
.stripNav {
	margin: 0;
	position: relative;
	top: 0;
	right: 0;
}
		
.stripNav ul { 
list-style: none;
margin: 0;
padding: 0;

}
		
.stripNav ul li {
float: left;
margin-right: 2px; 
}
		
.stripNav a {
display: block;
text-indent: -900em;
cursor: default;
}
		
.stripNav li a.current {
display: block;
text-indent: -900em;
}
		
.stripNavL a, .stripNavR a {
text-indent: -900em;
width: 12px;
height: 15px;
margin: 0;
padding: 0;
	display: block;
}
		
.stripNavL {
width: 10px;
height: 15px;
margin: 0;
padding: 0;
	right: 30px;
	position: absolute;
	top: 20px;
}

.stripNavL a {
background: url(img/arrow2.gif) no-repeat 0 0;
}

.stripNavL a:hover {
	background-image: url(img/arrow13.gif);
}
		
.stripNavR {
width: 10px;
height: 15px;
margin: 0;
padding: 0;
position: absolute;
	top: 20px;
	right: 20px;
/* IE */
margin-top: expression('-17');
top: expression('37');

}

.stripNavR a {
	background: url(img/arrow2.gif) no-repeat right 0;
}

.stripNavR a:hover {
	background-image: url(img/arrow13.gif);
}

