.top_elementSlider {
	background:url(../images/bg_center_top.gif) transparent top center no-repeat;
	width:310px;
	float:left;
	display:inline;
	margin:0 0 0 3px;
	padding:0;
}

.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: 20px 0 0 0;
	padding:0;
    position: relative;
	float:left;
	display:inline;
    width: 100%;
}

/* These 2 lines specify style applied while slider is loading */
.csw {width: 300px; margin: 0 0 0 5px; height: 170px; background: #fff; overflow: scroll;float:left;display:inline; }
.csw p.loading {margin: 5px 0 0 5px; text-align: left;float:left;display:block;}
.csw p.loading images {margin: 0px 5px 0 5px; float:left;display:inline;}


.viewBtn {float:left;display:inline;margin:10px 0 0 95px;padding:0;}
.viewBtn .view { margin-top:0px; }


.stripViewer { /* This is the viewing window */
    position: relative;
    overflow: hidden; 
    margin: 0 auto;
	padding-top:36px;
    width: 111px; /* Also specified in  .stripViewer .panelContainer .panel  below */
    height: 111px;
    clear: both;
	background: transparent;
}

.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;
    /* -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;
	display:inline;
    height: 111px;
    width: 111px; /* Also specified in  .stripViewer  above */
    position: relative;
}

.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
    padding: 0;
	float:left;display:inline;
	
}

.stripViewer .panelContainer .panel .wrapper images {cursor:pointer;}

.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin: -15px 20px 0 0;
	padding: 5px 0 0 100px;
	*position:relative;
	*margin:5px 20px 0 0;
	*padding:0 0 0 0;
	width: auto;
	float:right;
	display:inline;
}

.stripNav ul { /* The auto-generated set of links */
    list-style: none;
	margin: 0;
	padding: 0;
	float: right;
	display:inline;
}

.stripNav ul li {
	margin: 0;
	padding: 0;
	float: left;
	display:inline;
    margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
}

.stripNav a { /* The nav links */
    display: block;
    padding: 0;
	margin:0;
	width:6px;
	height:6px;
	-moz-outline:none;
	outline:none;
}

.stripNav li.tab1 a { background: url("../images/light_point.gif") no-repeat top left; }
.stripNav li.tab2 a { background: url("../images/light_point.gif") no-repeat top left; }
.stripNav li.tab3 a { background: url("../images/light_point.gif") no-repeat top left; }
.stripNav li.tab4 a { background: url("../images/light_point.gif") no-repeat top left; }
.stripNav li.tab5 a { background: url("../images/light_point.gif") no-repeat top left; }
.stripNav li.tab6 a { background: url("../images/light_point.gif") no-repeat top left; }
.stripNav li.tab7 a { background: url("../images/light_point.gif") no-repeat top left; }
.stripNav li.tab8 a { background: url("../images/light_point.gif") no-repeat top left; }
.stripNav li.tab9 a { background: url("../images/light_point.gif") no-repeat top left; }
.stripNav li.tab10 a { background: url("../images/light_point.gif") no-repeat top left; }

.stripNav li a:hover, .stripNav li a.current {
background: url("../images/dark_point.gif") no-repeat top left;
}

/* The left and right arrows */
.stripNavL { 
	position: absolute;
	top: 105px;
	left: 18px;
	text-indent: -9000em;
	background: url(../images/big_arrow_sx.gif) no-repeat center center;
}

.stripNavR {
	position: absolute;
	top: 105px;
	right: 18px;
	text-indent: -9000em;
	background: url(../images/big_arrow_dx.gif) no-repeat center center;
}

.stripNavL a, .stripNavR a {
	display: block;
	height: 40px;
	width: 40px;
	outline:none;
	-moz-outline:none;
}
