/* JS content scroll bar */

#content-holder{
	padding-top: 22px;
	float: left;
	clear: both;
	width: 858px;
	margin-left: 0;
	padding-left: 84px;
	text-align: left;
}


#scroll-content {
	width: 472px;
	height: 469px;
	position: relative;
	line-height: 20px;
	float: left;
}




#ContentNav {
	width: 12px;
	position: relative;
	
	right: -447px;
	padding-top: 2px;
}

#ContentNav a {
	color: lime;
}

#ContentSlide {
	height: 369px;
	background-color: #5f5f5f;
	margin: 8px 3px 6px;
}



#scrollOuter {
	position: absolute;
	overflow: hidden;
	width: 424px;
	height: 411px;
	float: left;
	top: 0;
	margin-top: 0;
}

#scrollInner {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 424px;
	clip: rect(0px, 424px, 382px, 0px);
}

#scroll-content p  {
	margin-bottom: 15px;
	margin-top: 0;
	float: none;
}

.png-prob {
	text-decoration: none;
	border-style: none;
}



