.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
	}
		
.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	margin: 5px 0;
	position: relative;
	width: 100%;
	}

/* These 2 lines specify style applied while slider is loading */
.csw {width: 100%; height: 460px; background: #fff; overflow: scroll}
.csw .loading {margin: 200px 0 300px 0; text-align: center}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden;
	margin: auto;
	width: 930px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 229px;
	clear: both;
	background: url(../images/slider-bg.jpg) no-repeat left top white;
	}
		
.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	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: 930px; /* Also specified in  .stripViewer  above */
	}
		
.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 0 40px;
	}
		
.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	display:none;
	}

	.stripNavL, .stripNavR { /* The left and right arrows */
		position: absolute;
		top: 82px;
		text-indent: -9000em;
		z-index:2;
		outline: none;
		}
		
	.stripNavL a, .stripNavR a {display: block; height: 66px; width: 34px; outline:none;}
		
	.stripNavL {left: 5px;}
		
	.stripNavR {right: 5px;}
		
	.stripNavL {background: url("../images/arrow-left.gif") no-repeat center;}
		
	.stripNavR {background: url("../images/arrow-right.gif") no-repeat center;}
	
div.panel dl {margin:25px 20px 0; text-align:center; float:left; display:inline;}
div.panel dl.first {margin-left:0;}
div.panel dl.last {margin-right:0;}

	div.panel dl dt, div.panel dl dd {margin: 0; padding: 0;}
	
	div.panel dl dt a img {border:none;}
	
	div.panel dl dd a {color:white; font-size:8pt; text-decoration: none;}
	div.panel dl dd a:hover {text-decoration: underline;}
.err_msg
{
	color:#FF0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-align:left;
	padding-top:10px;
	padding-bottom:10px;
}
