/*  slider */
a:focus { outline:none }
.slider-wrap { margin: 0 auto; position: relative; width: 737px;}
.csw { width: 100%; height: 280px; background: #000; overflow: scroll; }
.csw .loading { margin: 110px 0 140px 0; text-align: center; background:url(../img/ajax-loader.gif) no-repeat center; padding:0 0 40px 0}
.csw .loading img { display:none; }

.stripViewer { 
	position: relative;
	overflow: hidden; 
	margin: auto;
	width: 655px; 
	height: 280px;
	clear: both;
	background: #000;
		}

.stripViewer .panelContainer { 
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
		}
		
.stripViewer .panelContainer .panel { 
	float:left;
	height: 100%;
	position: relative;
	width: 740px;
		}
		
.stripViewer .panelContainer .panel .wrapper { padding: 0; }
		
.stripNav { 
	margin: 0 0 0 62px;
	padding:0px;
	line-height:4px;
		}
		
.stripNav ul { list-style: none; display:none; }
.stripNav ul li {
	float: left;
	margin-right: 2px; 
	padding:0 0 6px 0;
		}

.stripNav a { 
	width:37px;
	line-height: 0px;
	background: #fff;
	color: #000;
	font-size:0;
	border:1px solid #b6b6b6;
	text-decoration: none;
	display: block;
	padding:2px;
		}

.stripNav a:hover { background: #e1275f; }

.stripNav a.current {
	background: #e1275f;
	color: #fff;
	padding:2px;
	border:1px solid #e1275f;
		}

*html .stripNav a.current {
	background: #e1275f;
	color: #fff;
	padding: 0 2px;
	height:0;
	line-height:4px;
	border:1px solid #e1275f;
		}

.stripNavL, .stripNavR { 
	position: absolute;
	top: 118px;
	text-indent: -9000px;
		}

.stripNavL a, .stripNavR a {
	display: block;
	height: 40px;
	width: 40px;
		}

.stripNavL { left: 0; }
.stripNavR { right: 0; }
		
.stripNavL { background: url("../img/arrow-left.gif") no-repeat center; }
.stripNavR { background: url("../img/arrow-right.gif") no-repeat center; }