/* Gallery Wrapper */
.be-gallery {
	position: relative;
	overflow: hidden;
	margin-bottom: 1em;
	}
	/* Main Image Wrapper */
	.be-gallery-feature {
		position: relative;
		overflow: hidden;
		/* background: url("images/loading.gif") no-repeat scroll center center #000000; */
		background-color: #ffffff;
		}
		/* Main Image Navigation */
		.be-gallery-back {
			background: url("images/gallery-left-white.png") no-repeat scroll center center #4d4d4d;
			border-bottom: 3px solid #FFFFFF;
			border-right: 3px solid #FFFFFF;
			border-top: 3px solid #FFFFFF;
			display: block;
			height: 32px;
			left: 0;
			margin-top: -19px;
			position: absolute;
			top: 50%;
			width: 30px;
			z-index: 201;
			}
		.be-gallery-next {
			background: url("images/gallery-right-white.png") no-repeat scroll center center #4d4d4d;
			border-bottom: 3px solid #FFFFFF;
			border-left: 3px solid #FFFFFF;
			border-top: 3px solid #FFFFFF;
			display: block;
			height: 32px;
			margin-top: -19px;
			position: absolute;
			right: 0;
			top: 50%;
			width: 30px;
			z-index: 202;
			}
			.be-gallery-back:hover {
				background-color: #737373;
				}
			.be-gallery-next:hover {
				background-color: #737373;
				}

	/* Thumbnail Navigation Wrapper */
	.be-gallery-thumbnail-wrapper {
		overflow: hidden;
		position: relative;
		margin-top: 10px;
		}
		.be-gallery-thumbnails {
			width: 20000em;
			position: absolute;
			}
			.be-gallery-thumbnails img {
				float: left;
				margin-right: 10px;
				}
				.be-gallery-thumbnails img.selected {
					opacity: .5;
					}
		/* Main Image Navigation */
		.be-gallery-thumbnail-back {
			background: url("images/thumb-left-white.png") no-repeat scroll center center #4d4d4d;
			border-bottom: 2px solid #FFFFFF;
			border-right: 2px solid #FFFFFF;
			border-top: 2px solid #FFFFFF;
			display: block;
			height: 24px;
			left: 0;
			margin-top: -14px;
			position: absolute;
			top: 50%;
			width: 22px;
			z-index: 201;
			}
		.be-gallery-thumbnail-next {
			background: url("images/thumb-right-white.png") no-repeat scroll center center #4d4d4d;
			border-bottom: 2px solid #FFFFFF;
			border-left: 2px solid #FFFFFF;
			border-top: 2px solid #FFFFFF;
			display: block;
			height: 24px;
			margin-top: -14px;
			position: absolute;
			right: 0;
			top: 50%;
			width: 22px;
			z-index: 202;
			}
			.be-gallery-thumbnail-back:hover {
				background-color: #737373;
				}
			.be-gallery-thumbnail-next:hover {
				background-color: #737373;
				}