body {
	background-color: #800000;
}		
#galleryContainer {
	border: 10px solid #C90525;
	background-color: #ccc;
	width: 1000px;
	height: 660px;
	position: relative;
}
	#contentArea {
		text-align: center;
	}
	#thumbArea {
		position: absolute;
		left:0px;
		bottom:0px;
		height: 180px;
		width: 100%;
		overflow: hidden;
	}
		#scrollLeft, #scrollRight {
			height: 100%;
			width: 100px;
			position: absolute;
			z-Index: 5;
		}
			#scrollRight {
				left:0px;
				top:0px;
			}
			#scrollLeft {
				right:0px;
				top:0px;
			}
		#innerThumbArea {
			background-color: #ccc;
			height: 180px;
			position: absolute;
			left: 0px;
			bottom: 0px;
			white-space: nowrap;
			vertical-align: bottom;
		}
			.thumbnail {
				display: block;
				height: 180px;
				line-height: 180px;
				position: relative;
				float: left;
				margin: 0px 5px;
			}
				.thumbnail img {
					margin-top: 40px;
					cursor: pointer;
				}
