﻿div.scrollWrapper
{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%; 
}

div.scrollableArea
{
	position: relative;
	width: auto;  
	height: 100%;
}

	#logoParade
	{
		width: 600px;
		height: 50px;
		position: relative;
	}

	#logoParade div.scrollableArea img
	{
		float: left;
		margin-left: 25px;
	}
