
/* minimal settings */
div#scrollOuterContainer
{
	width: 700px;
	height: 365px;
	position: relative;
}
#leftScrollArrow, #rightScrollArrow
{
	display: block;
	width: 20px;
	margin: 186px 0 0 0;
	cursor:pointer;
}
form#filter-choices
{
	width: 350px;
	position: absolute;
	left: 310px;
	top: 25px;
}
form#filter-choices select
{
	width: 166px;
	float: left;
}
form#filter-choices select#industry
{
	margin-left: 18px;
}
#leftScrollArrow
{
	float: left;
}
#rightScrollArrow
{
	float: right;
}
div#scrollOuterContainer #leftScrollArrow, div#scrollOuterContainer #rightScrollArrow
{
	display: block;
	width: 20px;
	height: 35px;
	margin: 178px 0 0 0;
	cursor: pointer;
}
div#scrollOuterContainer #leftScrollArrow
{
	float: left;
	background: url(/images/arrow_slide_left.gif) no-repeat 0 0;
}
div#scrollOuterContainer #rightScrollArrow
{
	float: right;
	background: url(/images/arrow_slide_right.gif) no-repeat 0 0;
}
div#scrollOuterContainer #leftScrollArrow.disabled 
{
	background: url(/images/arrow_slide_left_disabled.gif) no-repeat 0 0;
	cursor: default;
}
div#scrollOuterContainer #rightScrollArrow.disabled 
{
	background: url(/images/arrow_slide_right_disabled.gif) no-repeat 0 0;
	cursor: default;
}

div.scrollable {
	
	/* required settings for the root element */
	position:relative;
	top: 60px;
	overflow:hidden;
	width: 620px;	
	
	/* configurable styling */
	margin: 0 auto;
	padding: 0;
	height:305px;
}

div.scrollable div.items { 	
	position:relative;
	width:20000em;	
}

div.scrollable div.items div.logoStack
{
	margin-right: 10px;
	float:left;
}


div.scrollable div.items div div.logo
{
	 width: 200px; height: 144px; 
	 border-bottom: 1px solid #D6D6D6;
	 margin-bottom: 15px;
}

div.scrollable div.items div div.logo img
{
	display: block;
	width: 198px;
	height: 118px;
	border: 1px solid #D6D6D6;
}
div.scrollable div.items div div.logo span
{
	display: block;
	width: 190px;
	padding: 5px 0 3px 10px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	background: #E8E8E8 none;
	font-size: 12px;
	line-height: 14px;
	color: #666;
}
/*div.scrollable div.items div div.logo a.thumb
{
	display: block;
	width: auto;
	padding: 0;
	border-top: none;
	border-bottom: none;
	background: none;
}*/


