div#brands {
	clear: both;
	margin-top: 10px;
}

	div#brands h3 {
		border-bottom: 1px dashed #c6a06f;
		border-top: 1px dashed #c6a06f;
		font-weight: bold;
		padding: 3px 0;	
	}
	
	div#brands ul {
		margin-top: 5px;
		overflow: hidden;
	}
	
		div#brands ul li {
			border: 1px #f0d39f solid;
			float: left;
			height: 143px;
			margin: 0 7px 6px 0;
			width: 190px;
		}

			div#brands ul li.last {
				margin-right: 0;
			}

			div#brands ul li:hover {
				border: 1px #9a6b3c solid;
			}
	
			div#brands ul li img {
				cursor: pointer;
				display:  block;
				background: url(../images/please-wait-white.gif) no-repeat center center;
				height: 143px;
				width: 190px;
			}
