/*Slider Header and Nav*/
#home_latest {
	display: block;
	float: left;
	width: 500px;
}
ul#latest {
	height: 20px /* margin for slideshow */
}
ul#latest li {
	display: block;
	float: left;		
}
ul#latest li.title {
	color: #5a5858;
	font-weight: 700;
	padding-left: 5px;
	width: 380px;
	}
ul#latest li a {
	color: #b1b1b1;
	font-size: 11px;
	font-weight: 700;
	padding: 3px 5px 2px;
	text-decoration: none;
	}
ul#latest li a:hover {
	background: #e2e2e2;
	color: #b1b1b1;
	text-decoration: none;
	}
ul#latest li a.active-thumb {
	background: #7686C2;
	color: #fff;
	padding: 3px 5px 2px;
	text-decoration: none;
	}
	
/* Slider */
.sliderWrap {
	width: 500px;
	}
.stripViewer {
	height: 150px;
	overflow: hidden;
	position: relative;
	}
.stripViewer .panelContainer {
	position: relative;
	left: 0;
	top: 0;
	}
.stripViewer .panelContainer .panel {
	float: left;
	height: 100%;
	position: relative;
	width: 500px;
	}
.stripNavL,
.stripNavR,
.stripNav { display: none; }
