
#MonthsContainer{
	width:317px;margin: 0 auto;border:0px solid #00FF00;
	}
#DaysContainer{width:352px;margin: 10px auto}
.stripViewerMonth, .stripViewerDays{padding: 0;margin: 0;}

.slider-wrap {
	/* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	margin: 0px 0px;
	position: relative;
	width: 100%;	
	float:left;
	display: block;

}

/* These 2 lines specify style applied while slider is loading */
.csw {
	width: 100%;
	height: 24px;
	background: #000000;
	overflow: hidden;	
}


.csw .loading {
	margin: 0px 0 0px 0;
	text-align: center
}

.stripViewerMonth { /* This is the viewing window */
	position: relative;
	overflow: hidden;
	/*border: 3px solid #39c; /* this is the border. should have the same value for the links */
	margin: auto;
	width:292px; /**==**/
	/* Also specified in  .stripViewer .panelContainer .panel  below */
	height:24px;
	clear: both;	
}

.stripViewerDays{ /* This is the viewing window */
	position: relative;
	overflow: hidden;
	/*border: 3px solid #39c; /* this is the border. should have the same value for the links */
	margin: auto;	
	width:320px; /**==**/
	/* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 40px;
	clear: both;
	
}

.stripViewerMonth .panelContainer, .stripViewerDays .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. */
}

.stripViewerMonth .panelContainer .panel, .stripViewerDays .panelContainer .panel {
	/* Each panel is arranged end-to-end */
	float: left;
	height: 100%;
	position: relative;	
	width:292px; /* Also specified in  .stripViewer  above */
	
}

.stripViewerMonth .panelContainer .panel .wrapper, .stripViewerDays .panelContainer .panel .wrapper {
	/* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding:0px;
		
}

.stripViewerDays .panelContainer .panel {
	/* Each panel is arranged end-to-end */
	float: left;
	height: 100%;
	position: relative;
	width: 320px; /* Also specified in  .stripViewer  above */	
}

.wrapper .MnthLst {
	font-size:1.18em;
	line-height:1.846em;
	float:left;
	color:#666666;
	display:block;
	text-align:center;
	width:291px;
	margin:0 auto;
	padding:0;
	border:0px solid #FFFFFF;
}
.wrapper  .MnthLst a {
	color:#666666;
	text-decoration:none;
	margin:0 5px;
}
.wrapper  .MnthLst a:hover {
	color:#b3b3b3;
	text-decoration:none;
}
.wrapper  .MnthLst a.Active, .MnthLst a.Active:hover {
	color:#b3b3b3;
	text-decoration:none;
	font-weight:bold;
	margin:0 5px;
}


.wrapper .Dts1{
	width:27px;
	_width:26px;
	height:43px;
	display:block;
	float:left;
	margin:0 2px 0 0;
	
	}

.wrapper .Dts1 .Day {
	font-size:0.82em;
	color:#707070;
	line-height:1.77em;
	text-transform:uppercase;
	text-align:center;
	height:16px;
}
.wrapper .Dts1 .Date {
	font-size:1.45em;
	color:#999999;
	font-weight:bold;
	height:27px;
	line-height:1.63em;
	text-align:center;
}
.wrapper .Dts1 .Date a {
	color:#999999;
	text-decoration:none;
	height:1.63em;
	line-height:1.63em;
	display:block;
}
.wrapper .Dts1 .Date a:hover {
	color:#999999;
	text-decoration:none;
	background:#000;
}
.wrapper .Dts1 .Date a.sun, .wrapper .Dts1 .Date a.sun:hover {
	color:#eca800;
	background:#1a1a1a;
	border:1px solid #666666;
	text-decoration:none;
	height:1.51em;
	line-height:1.51em;
	display:block;
}
.wrapper .Dts1 .Date a.act, .wrapper .Dts1 .Date a.act:hover {
	color:#eca800;
	background:#8d0d00;
	border:1px solid #666666;
	text-decoration:none;
	height:1.51em;
	line-height:1.51em;
	display:block;
}


.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 slideviewer.js */
}

.stripNav a { /* The nav links */
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	background: #c6e3ff;
	color: #000;
	text-decoration: none;
	display: block;
	padding: 0 15px;
}

.stripNav a:hover {
	background: #9cf;
}

.stripNav a.current {
	background: #39c;
	color: #fff;
}

#MonthsContainer .stripNavL, #MonthsContainer .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 0px;
	text-indent: -9000em;	
	padding: 0;
	margin: 0;
	border:0px solid #FF0000;
	
	
}

#MonthsContainer .stripNavL a,#MonthsContainer  .stripNavR a {
	display: block;
	height: 25px;
	width: 10px;
	margin: 0;
	padding: 0;
	float:left;
}

#DaysContainer .stripNavL, #DaysContainer .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 0px;
	text-indent: -9000em;	
	padding: 0;
	margin: 0;
}

#DaysContainer .stripNavL a,#DaysContainer  .stripNavR a {
	display: block;
	height: 50px;
	width: 10px;
	margin: 0;
	padding: 0;
}

#MonthsContainer  .stripNavL, #DaysContainer  .stripNavL {
	left: 0;
}

#MonthsContainer  .stripNavR, #DaysContainer  .stripNavR {
	right: 0;
}

#MonthsContainer .stripNavL, #DaysContainer .stripNavL {
	background: url("../images/arwLt1.gif") no-repeat center;
}

#MonthsContainer .stripNavR, #DaysContainer  .stripNavR {
	background: url("../images/arwRt1.gif") no-repeat center;
}
