@charset "utf-8";
.stripViewer .panelContainer-monthpick .panel ul 
{
	text-align: left;
	margin: 1px;
}

.stripViewer .panelContainer-monthpick .panel ul li
{
	display:block; 
	overflow:hidden; 
	width:138px; 
	border:1px transparent solid; 
	margin-bottom:11px;
}

.stripViewer .panelContainer-monthpick .panel ul li a
{
	display:block; 
	text-decoration:none; 
	color:#000;
}

.stripViewer .panelContainer-monthpick .panel ul li .image 
{
	display:block;
}

.stripViewer .panelContainer-monthpick .panel ul li .name 
{
	margin-top:5px; 
	font:11px Arial; 
	font-weight:bolder; 
	color:#000;
}

.stripViewer .panelContainer-monthpick .panel ul li .class 
{
	font:11px Arial; 
	color:#717171;
}

.stripViewer .panelContainer-monthpick .panel ul li .style 
{
	font:11px Arial;
	color:#717171;
}

.stripViewer .panelContainer-monthpick .panel ul li:hover 
{
	background:#f6f6f6; 
	border:1px solid #fff;
}
	
.slider-wrap 
{
	margin: 0px;
	position: relative;
	width: 100%;
	overflow: hidden;
	float:left;
}

/* These 2 lines specify style applied while slider is loading */
.csw
{
	width: 100%;
	background: #fff; 
	overflow: hidden;
	float:left;
}

.csw .loading
{
	margin: 200px 0 300px 0; 
	text-align: center;
}

 /* This is the viewing window */
.stripViewer 
{
	position: relative;
	overflow: hidden;
	border: 0px solid #000;
	margin: auto;
	width: 150px;
	height: 100%;
	clear: both;
	background: #ebebeb;
}

 /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */		
.stripViewer .panelContainer-monthpick 
{
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
}

/* Each panel is arranged end-to-end */
.stripViewer .panelContainer-monthpick .panel 
{
	float:left;
	height: 100%;
	position: relative;
	width: 150px;
}

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