@charset "UTF-8";
/* CSS Document */

.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0px 0px 0px 0px;
}
		
.slider-wrap { 
	position: relative;
	width: 100%;
}

.csw {width: 100%; height: 460px; background: #fff; overflow: scroll;}
.csw .loading {margin: 0px 0px 0px 0px; text-align: center; display:none;}

.stripViewer { 
	position: relative;
	overflow: hidden; 			
	margin-left:23px;
	width: 900px; 
	height: 460px;
	clear: both;
	background:none;
}
		
.stripViewer .panelContainer {
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
}
		
.stripViewer .panelContainer .panel { 
	float:left;
	height: 100%;
	position: relative;
	width: 900px; 
}
		
.stripViewer .panelContainer .panel .wrapper { 
		/*padding: 10px;*/
}
		
.stripNav { 
	display:none;
}
		
.stripNavL, .stripNavR { 
	position: absolute;
	top: 17px;
	text-indent: -9000em;
	cursor:pointer;
}

.stripNavL a, .stripNavR a {
	display: block;
	height: 166px;
	width: 9px;
	outline:none;
}
		
.stripNavL {
	left: 5px;
	z-index:1;
}
		
.stripNavR {
	left: 915px;
}
		
.stripNavL {
	background: url("../_img/left.jpg") no-repeat center;
}
		
.stripNavR {
	background: url("../_img/right.jpg") no-repeat center;
}