﻿/**#logoParade
{
	height: 100px;
	position: relative;
	margin-top: 10px;
}
#logoParade div
{
	position: relative;
	padding: 0px;
	margin: 0px;
	height: 100px;
	overflow: hidden;
}
#logoParade img
{
	float: left;
	padding: 0px;
	margin: 0px;
	/**margin-left: 25px;**/
	/**
	height: 100px;
	border: none;
}
**/
/* The scroll wrapper is always the same width and height as the containing element (div).
   Overflow is hidden because you don't want to show all of the scrollable area.
*/
/**
div.scrollWrapper
{
	overflow: hidden;
}
div.scrollableArea
{
	width: 2000px;
	height: 120px;
}
**/


/* js-disabled class - set image sizes so they all fit in the viewer */
.js-disabled img { height:100px; float:left; padding: 0px; margin: 0px;border: none; display: none; }
div#container {overflow:hidden; position: relative; width: 1000px; }
#outerContainer { overflow:hidden; height:100px; padding-top: 10px; position: relative; width: 1000px;  }
#imageScroller { overflow:hidden; position: relative; width: 1000px; }
#viewer { overflow:hidden; position: relative; width: 1000px; }
#imageScroller a:active, #imageScroller a:visited { color:#000000; }
#imageScroller a img { border:0; height: 100px; margin-left: 10px; }
/**#controls { height:47px; background-color: #000000; position:absolute; top:4px; left:4px; z-index:10;	}
#controls a { width:37px; height:35px; }
#controls a:active, #controls a:visited { color:#0d0d0d; }
#title { color:#ffffff; font-family:arial; font-size:100%; font-weight:bold; width:100%; text-align:center; margin-top:10px; }
#rtl { background:url(images/rtl.png) no-repeat; left:100px; }
#rtl:hover { background:url(images/rtl_over.png) no-repeat; left:99px; }
#ltr { background:url(images/ltr.png) no-repeat; right:100px; }
#ltr:hover { background:url(images/ltr_over.png) no-repeat; }**/