.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
}

/* These 2 lines specify style applied while slider is loading */
.csw {
	width: 100%;
	height: 214px;
	background: #000000;
	overflow: scroll
}
.csw .loading {
	margin: 200px 0 300px 0;
	text-align: center
}


.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden;
	margin: auto;
	width: 764px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 214px;
	clear: both;
	background: #000000;
}

.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: 100%;
	position: relative;
	width: 764px; /* Also specified in  .stripViewer  above */
}

.stripViewer .panelContainer .panel .slidea {
	background: #000000 url(../../images/nb/frontslider_1.jpg) no-repeat;
	width: 764px;
	height: 214px;
}
.stripViewer .panelContainer .panel .slideb {
	background: #000000 url(../../images/nb/frontslider_2.jpg) no-repeat;
	width: 764px;
	height: 214px;
}
.stripViewer .panelContainer .panel .slidec {
	background: #000000 url(../../images/nb/frontslider_3.jpg) no-repeat;
	width: 764px;
	height: 214px;
}
.stripViewer .panelContainer .panel .slided {
	background: #000000 url(../../images/nb/frontslider_4.jpg) no-repeat;
	width: 764px;
	height: 214px;
}
.stripViewer .panelContainer .panel .slidee {
	background: #000000 url(../../images/nb/frontslider_5.jpg) no-repeat;
	width: 764px;
	height: 214px;
}

.stripViewer .panelContainer .panel .text h1 {
	margin: 0;
	padding: 0;
	font-size: 24px;
	letter-spacing: -2px;
	text-align: left;
}
.panelContainer h6 {
	margin: 0;
	padding: 0;
	font-size: 48px;
	font-weight: 700;
	line-height: 55px;
	text-align: left;

}
.stripViewer .panelContainer .panel .text {
	position: absolute;
	top: 10px;
	left: 396px;
	width: 340px;
	height: 135px;
	font-size: 18px;
	letter-spacing: -1px;
	text-align: justify;
}

.stripViewer .panelContainer .panel .blimedlem {
	position: absolute;
	top: 170px;
	left: 396px;
	width: 355px;
	height: 50px;
}

.blimedlem {
	top: 200px;
 
 }





.stripNav {
display: none;
}

.stripNavL {
display: none;
}
.stripNavR {
display: none;
}







#slidemenu {
	margin: 1px auto auto;
	width: 764px;
}

#slidemenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 42px;
	overflow: hidden;
	white-space: nowrap;
	background: url(../../images/frontslider_bg1.png) repeat-x;	
}

#slidemenu li {
	display: inline;
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
	height: 42px;
}

#slidemenu a:link, #slidemenu a:active, #slidemenu a:visited, #slidemenu a:hover {
	color: #FFFFFF;
}

#slidemenu a {
	width: 153px;
	font: bold 12px arial, helvetica, sans-erif;
	text-align: center;
	padding: 8px 0 20px 0;
	display: block;
}
#slidemenu a.current {
	width: 152px;
	background: url(../../images/frontslider_bg3.png) repeat-x;
}




.wrapper {
color: red;
}
