.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 */
	position: relative;
	width: 830px;
	background-color: #999999;
	margin-right: 0;
	margin-bottom: 31px;
	margin-left: 0;
}

/* These 2 lines specify style applied while slider is loading */
.csw {
	width: 100%;
	height: 386px;
	background: #fff;
	overflow: hidden;
}
.csw .loading {
	text-align: center;
	margin-top: 193px;
	margin-right: 0;
	margin-bottom: 193px;
	margin-left: 0;
}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; /* this is the border. should have the same value for the links */
	margin: auto;
	width: 830px;
	clear: both;
	background: #fff;
}

.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: 386px;
	position: relative;
	width: 830px; /* Also specified in  .stripViewer  above */
}

.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) */
	position: absolute;
	top: 391px;
	width: 830px;
}

.stripNav ul { /* The auto-generated set of links */
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	position: absolute;
	right: 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 */
	margin-left: 0px;
}

.stripNav li a { /* The nav links */
	font-size: 10px;
	text-decoration: none;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 11px;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	background-position: 0px 0px;
}

.stripNav li a.current {
	background-position: 0px 0px;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	cursor: default;

}

.stripNav li a:hover {

}




li.tab1 {
	padding-right: 8px;
	background-image: url(../btn/border_month.gif);
	background-repeat: repeat-y;
	background-position: right top;
	margin-right: 8px;
}

li.tab2 {
	padding-right: 8px;
	background-image: url(../btn/border_month.gif);
	background-repeat: repeat-y;
	background-position: right top;
	margin-right: 8px;	
}
li.tab3 {
}





.contents {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 100px;
	padding-left: 100px;
}
.stripNav span {
	display: none;
}
#new-books .panel td {
	vertical-align: bottom;
}
#new-books .panel a{
	display: block;
	text-decoration: none;
	margin-bottom: 10px;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	background-position: center bottom;
}

#new-books .panel a:hover{
	display: block;
	text-decoration: none;
	margin-bottom: 5px;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}



#new-books .panel a:active{
	display: block;
	text-decoration: none;
	margin-bottom: 0px;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;	
}

