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

.svw ul{left:-999em;}
#div1{display:none}
#showcaseport
{
width:186px;
 height:195px;
display:block;

position:relative;
clear:both;
}




.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: none; /* this is the border. should have the same value for the links */
	
	width: 190px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 185px;
	clear: both;
	background: transparent;
	display:block;
	margin:0 auto;
}

.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;
}


#nextbut
{
clear:both;
}

#innerRight .stripNavR
{
	
}

.stripNavR a 
{
margin:4px 7px 0 0 ;
	cursor:pointer;
	float:left; 
	
}

.stripNavL a
{
cursor:pointer; 
	float:left;
	margin:4px 0 0 7px;
}
.stripNavL a, .stripNavR a {
	display: block;
	height: 20px;
	width: 20px;
}




ul.panelContainer li{
 float:left;

position:relative;
overflow:hidden;
width:210px;
	height:195px;
}
ul.panelContainer li a
{
display:block;
width:100px;
	height:95px;
	float:left;
}
ul.panelContainer li img
{
	display:block;
	
	border:2px solid #D7F487;
	margin:0 7px 5px 0;
	padding:2px;
	width:81px;
	height:76px;
	
}

#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;
}
