/*
frensrazer@yahoo.com
Next Slide Show 2009
*/

/* --------------------- reset all elements ---------------------- */
div#showcase .csw, ul.panelContainer, .panelContainer li{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

ul.panelContainer{
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */




/* ------------------------ layout -------------------------- */



.imgRight {
	float: right;
	margin: 20px 0 20px 20px;
}

.imgLeft {
	float: left;
	margin: 20px 20px 20px 0;
}



.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}




/* ---------------------------- showcase slider ------------------------------ */
.stripViewer .panelContainer .panel ul {
	text-align: left;
}

.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	margin: 0;
	position: relative;
	width: 100%;
}

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

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow:hidden;
	border: 3px solid #FCFBFC; /* this is the border. should have the same value for the links */
	width: 630px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 264px;
	clear: both;
	background: transparent;
	display:block;
	float:left;
}

.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: 700px; /* Also specified in  .stripViewer  above */

}

.stripViewer .panelContainer .panel .entry { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 10px;
}

.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin: auto;
}

.stripNav ul { /* The auto-generated set of links */
	list-style: none;
}

.stripNav ul li {
	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 a { /* The nav links */
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	background: #c6e3ff;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 15px;
}

.stripNav li a:hover {
	background: #333;
}

.stripNav li a.current {
	background: #000;
	color: #fff;
}

/* The left and right arrows */
.stripNavL, .stripNavR { margin-top:10px;}
#nextbut{clear:both;}
.stripNavR {
clear:both;
margin-left:582px;
float:left;
display:block;
margin-top:-39px;
}

.stripNavL
{
clear:both;
display:block;
float:left;
}
.stripNavL a, .stripNavR a {
	display: block;
	height: 70px;
	width: 40px;
}


.stripNavL a,.stripNavR a{
	color:#FFFFDF;
	text-decoration:none;
	border:2px outset #333322;
	height:15px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 18px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color: #75754F;
	letter-spacing: 1px;
}
.stripNavL a:hover,.stripNavR a:hover{
	color:#003700;
	text-decoration:none;
	border:2px inset #000000;
	background-color: #F9F9F7;
}

ul.panelContainer li{
float:left;
}
ul.panelContainer li{
 float:left;

height:100%;
position:relative;
width:700px;
}

#click_here{

padding:5px;
border:none;
background:none;
cursor:pointer;
display:block;
position:relative;
font:bold 14px Arial, Helvetica, sans-serif;
width:80px;
color:#bcbdc0;
float:left;

}
a:hover#click_here
{
text-decoration:underline;
color:#00a54f !important;
}
#showcase {
	background-color:#F6F6F6;
}