﻿* { margin: 0; padding: 0 }

.slider-wrap { 
	margin: 20px auto;
	position: relative;
	width: 960px;
}

.stripViewer { 
	position: relative;
	overflow: hidden;
	margin: 20px auto;
	left: 200px;
	width: 420px; 
	min-height: 280px;
	clear: both;
	background: #ffcc35;
}

.stripViewer p {
	color:#47485d;
	font: 14px Tahoma, Arial, Helvetica, sans-serif;
	width: 420px;
	}
	
.stripViewer hr {
	color:#c0c0c0;
	}
	
.stripViewer h1 {
	font: 24px Arial Narrow, sans-serif;
	color:#47485d;
	padding: 5px 0px;
	}

.stripViewer .panelContainer {
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
}

.stripViewer .panelContainer .panel { 
	float:left;
	height: 100%;
	position: relative;
	width: 480px; 
}

.stripViewer .panelContainer .panel .wrapper { 
	margin: 10px 0px;
}

.stripNav { 
	float:right;
}

.stripNav ul { 
	list-style: none;
}

.stripNav ul li {
	float: left;
	margin: 10px 0px 10px 2px;
}

.stripNav a { 
	font: 18px Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 32px;
	background: #c6e3ff;
	color: #b99a40;
	text-decoration: none;
	display: block;
	padding: 0px;
}

.stripNav li a {
	background: url(../images/circle.png) no-repeat center;
	width:30px;
	height:30px;
	text-decoration:none;
	}

.stripNav li a:hover {
	background: url(../images/circle_active.png) no-repeat center;
	text-decoration:none;
}

.stripNav li a.current {
	background: url(../images/circle_active.png) no-repeat center;
	color: #b99a40;
	text-decoration:none;
}

.stripNavL, .stripNavR { 
	position: absolute;
	top: 130px;
	text-indent: -9000em;
}

.stripNavL a, .stripNavR a {
	padding:1px;
	display: block;
	height: 73px;
	width: 50px;
}

.stripNavL {
	left: 400px;
}

.stripNavR {
	right: 0;
}

.stripNavL {
	background: url(../images/arrow-left.png) no-repeat center;
}

.stripNavR {
	background: url(../images/arrow-right.png) no-repeat center;
}