			#wrapper {
				width: 100%;
				min-height: 100px;
				position: relative;
				border-top: 1px solid #666;
				border-bottom: 1px solid #666;
				background-color: #666;
			}
			#carousel {
				width: 100%;
				overflow: hidden;
			}
			#carousel img {
				background-color: #666;
				margin: 0 1px 0 0;
				display: block;
				float: left;
			}