.slider-wrap {
	position: relative;
	width: 540px; 
	height: 400px;
	overflow: hidden;
}

.csw { width: 100%; background: none; overflow:hidden; }
.csw .loading {margin: 325px 0 0 0; text-align: center; }

.stripViewer { 
	overflow: hidden; 
	width: 540px; 
	height: 525px;
	background red;
}

.panelContainer {
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
/* 	overflow: hidden; */
}

.panelContainer .panel {
	float: left;
}

.panelContainer .panel .wrapper {
	background: none;
}

.album_title {
font-weight:900;
margin-top:50px;
position:absolute;
}


.panel_text {

text-align: center;	
font-size: 0.95em; 
font-weight:900
/*
position:relative;
top:500px;
clear: both;
border-style: double; 
border-width: thick;
z-index: 9999;
line-height: 1.2em; 
margin-bottom: 1.2em; 
*/
}

.stripNav ul { display: none; }

.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 110px;
	text-indent: -9999px;
	z-index: 9999;
}

.stripNavL a {
	background: url(images/arrow-left.png) no-repeat center;
	display: block;
	height: 80px;
	width: 54px;
}

.stripNavR a {
	background: url(images/arrow-right.png) no-repeat center;
	display: block;
	height: 80px;
	width: 54px;
}

.stripNavR {
	right: 0px;
}

#interior {
	width: 575px;
	margin: -40px auto;
	background: #e3e1cc;
	padding: 0 25px 20px 21px;
}

