/* Tiny Scrollbar */
#scrollbar1 {
	width: 750px;
	float: left;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	height: auto;
}
#scrollbar1 .viewport {
	width: 680px;
	height: 450px;
	overflow: hidden;
	position: relative;
	margin-left: 10px;
}
#scrollbar1 .overview {
	list-style: none;
	position: absolute;
	left: 0;
	top: 0;
	padding-right: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0px;
}

#scrollbar1 .scrollbar{
	background: transparent url(../images/bg-scrollbar-track-y.png) no-repeat 0 0;
	position: relative;
	background-position: 0 0;
	width: 15px;
	margin-right: 30px;
	float: right;
}
#scrollbar1 .track {
	height: 100%;
	width:13px;
	position: relative;
	background-color: transparent;
	background-image: url(../images/bg-scrollbar-trackend-y.png);
	background-repeat: no-repeat;
	background-position: 0 100%;
	padding-top: 0;
	padding-right: 1px;
	padding-bottom: 0;
	padding-left: 1px;
}
#scrollbar1 .thumb {
	background: transparent url(../images/bg-scrollbar-thumb-y.png) no-repeat 50% 100%;
	height: 20px;
	width: 25px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: -5px;
}
#scrollbar1 .thumb .end { background: transparent url(../images/bg-scrollbar-thumb-y.png) no-repeat 50% 0; overflow: hidden; height: 5px; width: 25px; }
#scrollbar1 .disable { display: none; }

#scroll5text { display: none;}
#scroll5text2 { display: none;}
#scroll5text3 { display: none;}

.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }

.h3body {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	width: auto;
	margin-top: 25px;
	overflow: hidden;
	text-transform: uppercase;
}
.h3specs {
	width: 650px;
	overflow: hidden;
	text-transform: uppercase;
	background-image: url(../../../images/techheader.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	padding-top: 17px;
	padding-bottom: 10px;
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	font-weight: bold;
	margin-left: -5px;
}


.scrollbody {
	border-top-style: none;
	border-bottom-style: none;
	width: auto;
	overflow: hidden;
	font-family: 'Open Sans', sans-serif;
	color: #333;
	text-decoration: none;
	border-right-style: none;
	border-left-style: none;
	font-size: 16px;
}
.scrollbody a {
	border-top-style: none;
	border-bottom-style: none;
	width: auto;
	overflow: hidden;
	font-family: 'Open Sans', sans-serif;
	color: #333;
	text-decoration: none;
	border-right-style: none;
	border-left-style: none;
	font-size: 12px;
	font-weight: bold;
}
.navspace a{
	font-family: 'Open Sans', sans-serif;
	color: #333;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	overflow: hidden;
}
.navlocked a{
	font-family: 'Open Sans', sans-serif;
	color: #333;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	/*
     Introduced in IE 10.
     See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
   */
   -ms-user-select: none;
	user-select: none;
	visibility: hidden;
}


.scrollernav {
	float: left;
	height: 60px;
	width: 700px;
	background-image: url(../../../images/tabbg.png);
	background-repeat: no-repeat;
	background-position: 11px 7px;
	position: relative;
	display: block;
	margin-left: 15px;
}
.scrollerbtn ul{
	display: inline;
	margin: 0px;
}
.scrollerbtn li {
	display: inline;
}

.scrollerbtn li a.slt {
	display: inline;
	color: #FFF;
	text-align: center;
	background-image: url(../../../images/tabbtnselect.png);
	background-repeat: no-repeat;
	background-position: center 5px;
	width: 160px;
	height: 40px;
	line-height: 50px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	float: left;
	margin-left: -37px;
}
.scrollerbtn li a.slt:hover {
	display: inline;
	color: #333;
	text-align: center;
	background-image: url(../../../images/tabbtngrey.png);
	background-repeat: no-repeat;
	background-position: center 5px;
	width: 160px;
	height: 40px;
	line-height: 50px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	float: left;
	margin-left: -37px;
}




.scrollerbtn li a.slt.active {
	display: inline;
	color: #333;
	text-align: center;
	background-image: url(../../../images/tabbtn.png);
	background-repeat: no-repeat;
	background-position: center 5px;
	width: 160px;
	height: 40px;
	line-height: 50px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	float: left;
	margin-left: -37px;
}
