
/* brand tray - soon to become a module */

#brandtray {
	width:960px; 
	margin: 20px 0 0 15px;
	padding-bottom: 5px;
	clear: both;
}
#brandtray_inner {
	width: 960px;
	height: 56px;
	padding-top: 5px;
	position: relative;
	background: url("/style/template/brand-tray-bg.gif") no-repeat center;
}
#brandtray_logo_groups {
	width: 904px;
	height: 50px;
	margin: auto;
	overflow: hidden;
	position: absolute;
	left: 27px;
}
#brandtray #next {
	background: url("/style/template/brand-tray-right.gif") no-repeat;
	position: absolute;
	right: 0;
	top: 14px;
	height: 29px;
	width: 23px;
	text-indent: -9999px;
	cursor: pointer;
}
#brandtray #prev {
	background: url("/style/template/brand-tray-left.gif") no-repeat;
	position: absolute;
	left: 0;
	top: 14px;
	height: 29px;
	width: 23px;
	text-indent: -9999px;
	cursor: pointer;
}
#brandtray ul {
	margin: 0;
	padding: 0;
	width: 920px;
	position: absolute;
}
#brandtray li {
	float: left;
	list-style-type: none;
	width: 115px;
	height: 51px;
	padding-right: 10px;
}
#brandtray h4 {
	padding-left: 23px;
}			

