
/*--- slider ---*/

#slider {
	height: 255px;
}

div.slider-wrap {
	position: relative;
	margin: 0 auto;
	width: 785px;
	height: 200px;
	background: transparent url('../images/slider_wrap_bg.gif') no-repeat 50% 0;
}

div.slider-wrap h3 {
	font-size: 17px;
	color: #FFF;
	margin-bottom: 5px;
	text-transform: uppercase
}

div.slider-wrap h3 a {
	color: #453526;
	}

div.slider-wrap p {
	color: #241B26;
	line-height: 14px;
}

div.slider-wrap img {
	border: 3px solid #FFF;
}

div.slider-wrap span.slider-img {
	display: block;
	padding-bottom: 9px;
	margin-bottom: 7px;
	background: transparent url('../images/slider_img_bg.jpg') no-repeat left bottom;
}

div.slider-wrap .boxwrap-left, div.slider-wrap .boxwrap-right {
	width: 366px;
	float: left;
}

div.slider-wrap .boxwrap-right {
	float: right;
}


.stripViewer {
	position: relative;
	overflow: hidden; 
	margin: 0 auto;
	width: 790px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	clear: both;
}
		
.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;
	height: 100%;
	position: relative;
	width: 790px; /* Also specified in  .stripViewer  above */
}

.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 70px;
	text-indent: -9000em;
}
		
.stripNavL a, .stripNavR a {
	display: block;
	height: 30px;
	width: 30px;
}
		
.stripNavL {
	left: -50px;
}
		
.stripNavR {
	right: -50px;
}
		
.stripNavL {
	background: url("../images/arrow-left.jpg") no-repeat center;
}
		
.stripNavR {
	background: url("../images/arrow-right.jpg") no-repeat center;
}
		
		
.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin: auto;
	position: absolute;
	left: 47%;
	bottom: 0;
}
		
.stripNav ul { /* The auto-generated set of links */
	list-style: none;
}
		
.stripNav ul li {
	width: 10px;
	height: 10px;
	float: left;
	margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
}
		
.stripNav ul li a { /* The nav links */
	text-indent: -9000px;
	display: block;
}
		
.stripNav li.tab1 a, .stripNav li.tab2 a, .stripNav li.tab3 a, .stripNav li.tab4 a, .stripNav li.tab5 a {
	background: url('../images/slider_bullet.gif') no-repeat left top;
}
		
.stripNav li a:hover {
	background: url('../images/slider_bullet_current.gif') no-repeat left top;
}
		
.stripNav li a.current {
	background: url('../images/slider_bullet_current.gif') no-repeat left top;
}


