
/* slide structure */
#page-wrap { 
	background: url(/img/system/slider-bg.jpg) top center;
	height: 260px;
	margin: 0;
	position: relative;
	width: 530px;
}

/* woertz slider */
.slider-wrap { 
	height: 230px;
	left: 8px;
	position: absolute;
	top: 14px;
	width: 510px;
}
		
.stripViewer .panelContainer .panel ul {
	margin: 0 15px 0 30px;
	text-align: left;
}

.stripViewer {
	height: 230px;
	overflow: hidden;
	position: relative;
	width: 510px;
}

.stripViewer .panelContainer {
	left: 0;
	position: relative;
	top: 0;
}
	
.stripViewer .panelContainer .panel	{ 
	float: left;
	height: 100%;
	position: relative;
	width: 510px;
}
	
.stripNavL, .stripNavR {
	display: none;
}

.stripNav {
	height: 45px;
	position: absolute;
	right: 20px;
	top: -20px;
	width: auto;
	z-index: 9999;
}
		
.stripNav ul {
	list-style-type: none;
	margin: 0;
	padding: 0; 
}
		
.stripNav ul li {
	float: left;
	margin-right: 2px;
}

.stripNav a {
	background: transparent url(/img/system/btn-slider.gif) 0 0 repeat-x;
	color: #000;
	float: left;
	font-weight: bold;
	height: 26px;
	line-height: 24px;
	margin: 0 5px 0 0;
	position: relative;
	text-align: center;
	text-decoration: none;
	top: 0;
	width: 26px;
}
		
.stripNav li a:hover {
	color: #fff;
	background-position:0 -26px;
}
		
.stripNav li a.current {
	background-position:0 -26px;
	color: #fff;
}
	
.nav-thumb {
	margin-right: 5px;
}

.right-left {
	border-right: 2px solid #eee;
	float: left;
	height: 240px;
	margin: 0;
	padding: 0;
   	width: 180px;
}

.right-right {
   float: right;
   height: 240px;
   margin: 10px 5px 0 10px;
   padding: 0;
   width: 310px; 
}	








