

/*
	PAGE STRUCTURE
*/
#page-wrap 									{
	width: 500px;
	position: relative;
	min-height: 500px;
	background: url(images/bg.png) top center;
	margin-right: auto;
	margin-left: auto;
	height: 500px;
}

/*
	SLIDER
*/
.slider-wrap								{
	width: 419px;
	position: absolute;
	top: 87px;
	left: 39px;
}			
.stripViewer .panelContainer 
.panel ul									{
	text-align: left;
	margin-top: 0;
	margin-right: 15px;
	margin-left: 30px;
}
.stripViewer								{
	position: relative;
	overflow: hidden;
}
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 419px; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }

