@charset "utf-8";
/* CSS Document */
.slider-wrap {
	margin: 0;
	position: relative;
	width: 615px;
	height: 90px;
}

.csw {
	width: 615px; 
	height: 90px; 
	overflow: hidden;
}

.csw .loading {
	text-align: center;
}

.stripViewer {
	position: relative;
	overflow: hidden; 
	border: 0px;
	margin: auto;
	width: 615px;
	height: 90px;
	clear: both;
	background: url(../images/page_elements/background-us-newsticker.jpg) no-repeat;
}

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

.stripViewer .panelContainer .panel {
	float:left;
	height: 90px;
	position: relative;
	width: 615px;
}

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

.stripNavL, .stripNavR {
	position: absolute;
	top: 0px;
	text-indent: -9000em;
}

.stripNavL a, .stripNavR a {
	display: block;
	height: 90px;
	width: 30px;			
	outline: 0; 
	-moz-outline: 0;			
}

.stripNavL {
	right: 615px;
}

.stripNavR {
	right: -30px;
}

.stripNavL {
	background: url("../images/page_elements/arrow-left.jpg") no-repeat center;
}

.stripNavR {
	background: url("../images/page_elements/arrow-right.jpg") no-repeat center;
}
