/* CSS Document */
p#cross-links {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
p#cross-links a{
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
	letter-spacing: 0.1em;
}
p#cross-links a:hover{
	font-size: 10px;
	color: #666666;
	text-decoration:underline;
	margin-right: 5px;
	margin-left: 5px;
	letter-spacing: 0.1em;
}
#slider1{
	overflow-y: hidden;
}

.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0;
}
.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	margin: 0px;
	position: relative;
	width: 667px;
	background-image: url(../img/frm_box_03.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 10px;
}

/* These 2 lines specify style applied while slider is loading */
.csw {
	width: 667px;
	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;
	margin: auto;
	height: auto;
	clear: both;
	width: 667px;
}

.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: 660px;
	list-style-type: none;
	border-top: 5px solid #f45daf;
}
*:first-child+html .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: 660px;
	list-style-type: none;
	border-top: 5px solid #f45daf;
	margin-top: 5px;
}
.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 667px;
}

.stripViewer .panelContainer .panel .wrapper { /* 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;
	height: 20px;
	width: 667px;
	padding-right: 20px;
	padding-left: 20px;
}
.stripNav ul { /* The auto-generated set of links */
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.stripNav ul li {
	float: left; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
	width: 210px;
}
.stripNav a { /* The nav links */
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	background: url(../img/bg_tab.gif) no-repeat left top;
	color: #66CCFF;
	text-decoration: none;
	display: block;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	height: 20px;
	width: 210px;
}

.stripNav li.tab1 a {
	background-image: url(../images/tab.jpg);
	background-repeat: no-repeat;
	background-position: 0px -28px;
	height: 25px;
	width: 210px;
}
.stripNav li.tab1 a.current {
	background-image: url(../images/tab.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 25px;
	width: 210px;
}

.stripNav li.tab2 a {
	background-image: url(../images/tab.jpg);
	background-repeat: no-repeat;
	background-position: -215px -28px;
	height: 25px;
	width: 210px;
}
.stripNav li.tab2 a.current {
	background-image: url(../images/tab.jpg);
	background-repeat: no-repeat;
	background-position: -215px 0px;
	height: 25px;
	width: 210px;
}
.stripNav li.tab3 a {
	background-image: url(../images/tab.jpg);
	background-repeat: no-repeat;
	background-position: -430px -28px;
	height: 25px;
	width: 210px;
}
.stripNav li.tab3 a.current {
	background-image: url(../images/tab.jpg);
	background-repeat: no-repeat;
	background-position: -430px 0px;
	height: 25px;
	width: 210px;
}

.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 160px;
	text-indent: -9000em;
}
.stripNavL a, .stripNavR a {
	display: block;
	height: 20px;
	width: 20px;
}
.stripNavL {left: 0;}
.stripNavR {right: 0;}
.stripNavL {/*background: url(../img/arw_l.gif) no-repeat left;*/}
.stripNavR {/*background: url(../img/arw_r.gif) no-repeat right;*/}

