@charset "UTF-8";
/* CRG */
/* Copyright (c) 2007 CRG */
/* Stylesheet developed by Kevin at Brough Communications [http://www.brough.com] */
/* For Screen */

/************** Slider **************/
.stripViewer .panelContainer .panel ul { 
	text-align:left;
	margin:0 15px 0 30px;
}

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

.stripViewer { /* This is the viewing window */
	position:relative;
	overflow:hidden; 
	border:0px solid #fff; /* this is the border. should have the same value for the links */
	margin:auto;
	width:555px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height:auto;
	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;
	top:0; left:0; 
	width:100%;
	list-style-type:none;
}

.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height:100%;
	position:relative;
	width:555px; /* Also specified in  .stripViewer  above */
}

.stripViewer .panelContainer .panel .wrapper { padding:0px; }

.stripNav { display:none; }
.stripNav ul { list-style:none; }
.stripNav ul li { float:left; margin-right:10px; }
.stripNav a { /* The nav links */
	font-size:10px;
	font-weight:bold;
	text-align:center;
	line-height:14px;
	background:#ffffff;
	color:#3D4724;
	text-decoration:none;
	display:inline;
	padding:0 2px;
}
.stripNav li a:hover { background:#fff;  }
.stripNav li a.current { color:#683515; background:#fff; }
.stripNavL, .stripNavR { display:none; }
