	.slider-wrap {
		clear:both;
		width:225px;
		height:270px;
		overflow:hidden;
	}
	
	.stripViewer .panelContainer .panel ul {
		text-align: left;
		margin: 0 0 0 0;
	}
	
	/* These 2 lines specify style applied while slider is loading */
	.csw {width: 225px; height: 270px; /*background: #fff;*/ overflow: hidden;}
	.csw .loading {margin:10px 0 10px 0; text-align: center;}
	
	.stripViewer { /* This is the viewing window */
		position: relative;
		overflow: hidden; 
		/*border: 1px solid #000;  this is the border. should have the same value for the links */
		margin: auto;
		width: 225px; /* Also specified in  .stripViewer .panelContainer .panel  below */
		height: 270px;
		clear: both;
		/*background: #fff;*/
	}
	
	.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;
		height: 270px;
		width: 300px;
		list-style-type: none;
		overflow:hidden;
		/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
	}
	
	.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
		float:left;
		height: 270px;
		position: relative;
		width: 300px; /* Also specified in  .stripViewer  above */
		overflow:hidden;
	}
	
	.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
		padding: 0px;
	}
	
	.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
		margin: 0;
		float:left;
		width:275px;
	}
	
	.stripNav ul { /* The auto-generated set of links */
		/*height: 25px;*/
		margin:1px 0 0 0;
		padding: 0;
		width: 275px;
		position: relative;
		background: #fff;
	}
	
	.stripNav ul li {
		float: left;
		margin-left: 2px; /* If you change this, be sure to adjust the initial value of navWidth in slideviewer.js */
		height:15px;
	}
	
	.stripNav a { /* The nav links */
		font-size: 10px;
		font-weight: bold;
		text-align: left;
		/*line-height: 32px;*/
		background: #fff;
		color: #333;
		text-decoration: none;
		display: block;
		padding: 0 10px;
	}
	
	.stripNav a:hover {
		background: #ccc;
		color: #000;
	}
	
	.stripNav a.current {
		background: #ccc;
		color: #000;
	}
	
	
.homeimageContainer{
	position:relative; 
	z-index:100;
	min-height:300px;
}

* html .homeimageContainer{
	height:300px;
}




div.caption h6 a {
	font-family: Helvetica Neue, Helvetica, Arial, Sans-Serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #ffe600;
	letter-spacing: -1px;
	line-height: 24px;
	font-size: 22px;
}

div.caption h6 a:hover {
	color: #fff;
}


.caption p {
	color: #fff;
	line-height: 10px;
}
.caption ul {
	margin: 0 0 0 0;
}
.caption ul li {
	list-style: none;
	margin: 10px 0;
}
	