
@CHARSET "ISO-8859-1";

a:focus { outline:none }
.csw .loading {text-align: center}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden;
	margin: auto;
	clear: both;
	width: 279px;
}

.stripViewer .panelContainer {
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
}

.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 279px; /* 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 10px;
}

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

.singInScroll {
	/*border:#FF0000 1px solid;*/
	position: relative;
	top:20px;
	float:right;
	margin-right:15px;
}
.stripNavR a, .stripNavL a {
	text-decoration:none;
	color:#FFFFFF;
	font:Arial, Helvetica, sans-serif;
	font-size:13px;
}
