﻿/*banners*/
#institutionlogos{
	margin:0;
	padding:0;
	position:relative;
	width:500px;
	height: 50px;
	overflow:hidden;
}
#institutionlogos .left-overlay, #institutionlogos .right-overlay
{
    position: absolute;
    z-index: 2;
    width:50px;
    height:50px;
    background: url(../img/white-overlay.png) no-repeat;
}
#institutionlogos .left-overlay
{
    left:0;
    background-position: -50px 0;
}
#institutionlogos .right-overlay
{
    right:0;
    background-position: 0 0;
}
.institution-logo-scroll{
	display: block;
	width: 820px;
	height:50px;
	overflow:hidden;
	padding:0;
	margin:0;
	list-style:none outside none;
	position:absolute;
	z-index:1;
}
.institution-logo-scroll li{
	float:left;
	width:160px;
	height: 50px;
}
.institution-logo-scroll li a{
	display: block;
	width:160;
	height:50px;
	text-indent:-99999px;
}
