/*  ********************************************* HOME JQUERY SLIDER *********************************************** */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	left: -9000px;
	position: absolute !important;
}
#home-slideshow {
	padding-top: 10px;
	/* padding-top: 26px; */
	position: relative;
}
.home-slide-images {
	background: none repeat scroll 0 0 #FFF;
	cursor: pointer;
	float: left;
	height: 340px;
	margin: 0 0 13px 0;
	position: relative;
	width: 909px;
}
.home-slide-images div {
	display: none;
	height: 340px;
	left: 0;
	margin: 0px;
	position: absolute;
	top: 0;
}
.home-slide-images img {
	left: 0;
	position: absolute;
	top: 0;
}
.home-slide-tabs {
	clear: both;
	left: 440px;
	position: absolute;
	top: 350px;
}
.home-slide-tabs a {
	background: url("/_data/n_0001/images/navigator.png") no-repeat scroll 0 0 transparent;
	display: block;
	float: left;
	font-size: 1px;
	height: 8px;
	margin: 3px;
	width: 8px;
}
.home-slide-tabs a:hover {
	background-position: 0 -8px;
}
.home-slide-tabs a.current {
	background-position: 0 -16px;
}
.home-slide-forward, .home-slide-backward {
	background: url("/_data/n_0001/images/hori_large.png") no-repeat scroll 0 0 transparent;
	cursor: pointer;
	display: block;
	font-size: 1px;
	height: 30px;
	position: absolute;
	text-indent: -9999em;
	top: 180px;
	left: 867px;
	width: 30px;
	z-index: 20;
}
.home-slide-forward {
	background-position: 0 -30px;
	right: 15px;
}
.home-slide-forward:hover {
	background-position: -30px -30px;
}
.home-slide-forward:active {
	background-position: -60px -30px;
}
.home-slide-backward {
	left: 15px;
}
.home-slide-backward:hover {
	background-position: -30px 0;
}
.home-slide-backward:active {
	background-position: -60px 0;
}
.disabled {
	visibility: hidden !important;
}
.panes {
	margin: 0;
	padding: 10px;
}
