	#CCGallery_panel_one, 
	#CCGallery_arrows,
	#CCGallery_thumbs {
	}
	
	#CCGallery_thumbs {
		overflow: hidden;
		height: 70px;
		position: relative;
		float: left;
	}
	
	.strip_of_thumbnails {
		width: 512px;
		position: absolute;
	}
	
	.strip_of_thumbnails div {
		float: left;
		width: 85px;
		height: 70px;
		text-align: left;
	}

	#band.gallery #gallery-scroll-left { float: left; }
	#band.gallery #gallery-scroll-right { float: right; }
	
	img.leftArrow { margin: 22px 7px 22px 7px; position: relative; }
	img.rightArrow { margin: 22px 7px 22px 7px; position: relative; }

	.strip_of_thumbnails img { border: 1px solid #c08014; }
	.strip_of_thumbnails img:hover,
	.strip_of_thumbnails .activeImage {	border: 1px solid #4b3208; }

	.content-gallery .strip_of_thumbnails .activeImage { border: 1px solid #c08014; }
	.content-gallery .strip_of_thumbnails img.activeImage:hover {	border: 1px solid #4b3208; }
	
	#CCGallery_thumbs_inner {
		position: relative;	/* Never change this */
		width: 512px;
	}	
	
	#band.gallery a:active,
	#band.gallery a:focus { outline: none; }
	
	#CCGallery_largeImage { z-index: 5; }