/* ------ NOTES ---------------------------------------------------------------

Javascript Slider CSS for Wild Weddings, lovingly crafted by Damien Buckley,
Propeller Graphic Design & Marketing (http://www.propellerglobal.com).

---------------------------------------------------------------------------- */

.slider-wrap {
	margin: 0;
	position: relative;
	width: 100%;
	}

/* Loading window */
.csw {width: 100%; height: 460px; overflow: scroll}
.csw .loading {margin: 200px 0 300px 0; text-align: center}

.stripViewer {
	position: relative;
	overflow: hidden; 
	margin: 15px auto 0;
	width: 600px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	clear: both;
	}

.stripViewer .panelContainer { /* Width is calculated and specified by the JS  */
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
	}

.stripViewer .panelContainer .panel {
	float:left;
	height: 100%;
	position: relative;
	width: 600px; /* Also specified in  .stripViewer  above */
	}

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

.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin:auto;
	border:1px solid #FFF;
	border-width:1px 0;
	overflow:hidden;
	}

.stripNav ul { /* The auto-generated set of links */
	padding:0;
	margin:0 auto;
	text-align:center;
	}

.stripNav ul li {
	float: left;
	display:inline;
	margin:0 10px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
	padding:0 0 0 25px;
	margin-bottom:0!important;
	background:transparent url(/images/bullet.gif) 0 50% no-repeat;
	text-transform:lowercase;
	}

.stripNav a:link, .stripNav a:visited {
	text-align: center;
	display: block;
	border-bottom:none;
	padding:5px 0;
	line-height:1.4em;
	font-size:1em;
	}

.stripNavL, .stripNavR {
	position: absolute;
	top: 200px;
	text-indent: -9000em;
	}

.stripNavL a, .stripNavR a {
	display: block;
	height: 60px;
	width: 50px;
	border:none;
	}

.stripNavL {
	left: 0;
	}

.stripNavR {
	right: 0;
	}

.stripNavL {
	background: url("/images/prev.gif") no-repeat center;
	}

.stripNavR {
	background: url("/images/next.gif") no-repeat center;
	}