<?php header("Content-type: text/css");?>

.stripViewer .panelContainer .panel ul {
	text-align: left;
}

.slider-wrap {
	margin:0 0 20px;
	position: relative;
	width: 100%;
}

.csw {width: 100%; height: 275px; background: #fff; overflow: hidden;}
.csw .loading {margin: 200px 0 300px 0; text-align: center}

.stripViewer {
	position: relative;
	overflow: hidden;
	margin: auto;
	width: 775px;
	height: 300px;
	clear: both;
	background: #fff;
}

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

.stripViewer .panelContainer .panel {
	float:left;
	height: 100%;
	position: relative;
	width: 775px;
}

.stripViewer .panelContainer .panel .wrapper {
	padding:0 0 10px;
}

.stripNav {
	margin: auto;
}

.slider-wrap a {
	height: 16px;
	text-decoration: none;
	display: block;
	line-height:16px;
	-moz-user-select: none;
}

.slider-wrap .nav {
	padding-bottom: 2px;
}

.slider-wrap .clear {
	clear: both;
}

.stripNav ul {
	list-style: none;
}

.stripNav ul li {
	float: left;
	line-height:16px;
}

.stripNav a {
	background: #D1D1D1;
	color: #D1D1D1;
	margin: 0 2px;
	overflow: hidden;
	width: 25px;
}

.stripNav li a:hover {
	background: #3394FF;
	color: #3394FF;
}

.stripNav li a.current {
	background: #545454;
	color: #545454;
}

.stripNavL, .stripNavR, .stripPlay, .stripPause {
	float: left;
}

.stripPlay a, .stripPause a {
	background-color:#D1D1D1;
	color:white;
	margin:0 2px;
	padding:0 8px;
	font-weight: bold;
}

.stripNavL a, .stripNavR a {
	background-color:#D1D1D1;
	line-height:16px;
	height: 16px;
	display: block;
	margin:0 2px;
}

.stripNavL a:hover, .stripNavR a:hover, .stripPlay a:hover, .stripPause a:hover {
	background-color: #3394FF;
}

.stripPlay a.active, .stripPause a.active {
	background-color: #545454;
}

.stripNavL, .stripNavR { 
	text-indent: -9000em;
}

.stripNavL a, .stripNavR a {
	display: block;
	height: 16px;
	width: 12px;
	overflow: hidden;
}

.stripNavL a {
	background-image: url("images/arrow-left.png");
	background-position: center;
	background-repeat: no-repeat;
}

.stripNavR a {
	background-image: url("images/arrow-right.png");
	background-position: center;
	background-repeat: no-repeat;
}

