.slider
{
    position: relative;
	overflow: hidden; 
	border: 0px solid #000; /* this is the border. should have the same value for the links */
	margin: 0px 0px 0px 0px;
	width: 100%; /* Also specified in  .stripViewer .panelContainer .panel  below */
	clear: both;
	/*padding-left:3px;*/
}
.panel
{
    width:720px;
    float:left;
    float:left;
    height:100%;
    position:relative;
}
/* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
.slidercon { 
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	list-style-type: none;
	/* -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. */
}