#logosContianer {
	background: #111;
	width: 100%;
	float: left;
	clear: both;
}

#scrollContainer1 {
	width: 960px;
	height: 137px;
	overflow: hidden;	
	margin: -15px auto 0 auto;
	padding: 0;
}
#scrollContainer1 .scrollContent {
	width: 1320px;
	height: 95px;
	display: block;
	float: left;
}
#scrollContainer1 .scrollContent p {
	margin: 0;
	padding: 0;
	float: left;
	height: 95px;
}
#scrollContainer1 .scrollContent p#selectedCompany {
	background: #000;
}
#scrollContainer5 {
	width: 960px;
	height: 137px;
	overflow: hidden;	
	margin: -15px auto 0 auto;
	padding: 0;
}
#scrollContainer5 .scrollContent {
	width: 1080px;
	height: 95px;
	display: block;
	float: left;
}
#scrollContainer5 .scrollContent p {
	margin: 0;
	padding: 0;
	float: left;
	height: 95px;
}
#scrollContainer5 .scrollContent p#selectedCompany {
	background: #000;
}
/* SCROLLBAR CSS */
.scrollbar {
	width: 960px;
}
.knob {
	cursor: default;
	height: 30px; /* fix for IE6 */
	margin-bottom: -15px; /* fix for IE6 */
}
.horizontal .knobTop {
	height: 15px;
	width: 4px;
	background: url(../_img/scroller/horizontalKnobTop.gif) no-repeat top left;
	float: left;
	font-size: 0;
}
.horizontal .knobMiddle {
	height: 15px;
	font-size: 0;
	background: url(../_img/scroller/horizontalKnobMiddle.gif) repeat-X top left;
	float: left;
}
.horizontal .knobBottom {
	height: 15px;
	font-size: 0;
	width: 5px;
	background: url(../_img/scroller/horizontalKnobBottom.gif) no-repeat top left;
	float: left;
}
.horizontal .track {
	float: left;
	background: url(../_img/scroller/horizontalTrackMiddle.gif) repeat-x top left;
}
.horizontal .scrollbarUp, 
.horizontal .scrollbarDown {
	display: block;
	width: 15px;
	height: 15px;
	background: url(../_img/scroller/horizontalArrowTop.gif) no-repeat top right;
	cursor: pointer;
	float: left;
}
.horizontal .scrollbarDown {
	background: url(../_img/scroller/horizontalArrowBottom.gif) no-repeat top left;
	float: right;
}