.slideBox_head {	/* Styling question */
	/* Start layout CSS */
	color:#fff;
	font-size:12px;
	font-weight: 900;
	padding:5px;
	width:365px;
	background-image:url('../img/greenBar.jpg');
	border: 1px solid #000;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.slideBox_body{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:1px solid #000;
	background-color:#222;
	background-image: url(../img/slideback.png);
	color: #fff;
	width:365px;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
html>body .slideBox_body{
width: 375px;
}
.slideBox_body_content{	/* Content that is slided down */
	padding:10px;
	font-size:12px;	
	position:relative;
}


.objecthead {
	color:#FFF;
	font-size:12px;
	font-weight: 900;
	padding:5px;
	width:350px;
	background-image:url('../img/greenBar.jpg');
	border: 1px solid #111;
	border-bottom: 0px;
	text-align: left;
}
*html .objecthead { width: 362px; }

.thumb15 {
padding-left: 0px;
padding-right: 8px;
*padding-right: 10px;
padding-bottom: 0px;
padding-top: 10px;
display: inline-table;
di
}
.thumb15 img {
border: 1px solid #000;
}
*html .thumb15 {
position: relative;
float: left;
}



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

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

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	margin: auto;
	width: 800px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height:auto;
	clear: both;
}
*html .stripViewer { padding-bottom: 10px; }
		
.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;
	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: 840px; /* Also specified in  .stripViewer  above */
	padding-top: 0px;
}

.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: auto;
	position: relative;
	top: -5px;
}
	
.stripNav ul { /* The auto-generated set of links */
	list-style: none;margin: 0; padding: 0;
}

.stripNav ul li {
	float: left;
	margin-right: 0px; /* 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 */
	font-size: 10px;
	text-align: left;
	color: #fff;
	text-decoration: none;
	padding: 0 2px;
	position: relative;
	left: -300px;
	top: 3px;
	* left: 85px;
	* top: 5px;
	z-index: 9999;
}

.stripNav li  a { color: #ff; }
.stripNav li a:hover {
color: #999;
}
.stripNav li a.current {
	color: #fff;
	text-decoration: underline;
}

.stripNavL { /* The left and right arrows */
	position: absolute;
	top: 0px;
	left: 0px;
	width: 720px;
	color: #fff;
}
.stripNavR { /* The left and right arrows */
	position: absolute;
	top: 0px;
	left: 40px;
	width: 720px;
	color: #fff;
}
		
.stripNavL a, .stripNavR a {
	height: 40px;
	width: 40px;
	color: #fff;
	text-decoration: none;
	font-size: 10px;
}
.stripNavL a:hover, .stripNavR a:hover {
color: #999;
}
.stripNavL {
	right: 40px;
}

.stripNavR {
	right: 0px;
}
.stripNavL {
	//background: url("images/arrow-left.gif") no-repeat center;
}

.stripNavR {
	//background: url("images/arrow-right.gif") no-repeat center;
}
/* END OF CODA SLIDER! */
