#ClientGallery {
	background: #DEDCDE url(../img/gallery-bg.gif) repeat-x top left;
	border: 1px solid #999;
	height: 345px;
	width: 100%;
	z-index: 5;
}

	#ClientGallery img.thumbnail,
	#ClientGallerySet img.thumbnail {
		display: none;
	}

	.jdGallery {
		overflow: hidden;
		position: relative;
	}

		.jdGallery img {
			border: 0;
			margin: 0;
		}

		.jdGallery .slideElement {
			background: transparent url('../img/loading-bar-black.gif') no-repeat center center;
			border: 1px solid #FFF;
			height: 80%;
			width: 100%;
		}

		.jdGallery .loadingElement {
			background: transparent url('../img/loading-bar-black.gif') no-repeat center center;
			height: 80%;
			left: 0;
			position: absolute;
			top: 0;
			width: 100%;
		}

		.jdGallery .slideInfoZone {
			background: #D7D7D7 url(../img/gallery-bubble.gif) repeat-x top left;
			border: 2px solid #A5A5A5;
			border-radius: 10px;
			bottom: 10px;
			color: #222;
			height: 70px;
			left: 100px;
			margin: 0;
			-moz-border-radius: 10px;
			overflow: auto;
			padding: 8px;
			position: absolute;
			text-indent: 0;
			-webkit-border-radius: 10px;
			width: 500px;
			z-index: 10;
		}

			#Content .jdGallery .slideInfoZone h2 {
				border: 0;
				color: #303030;
				font-size: 12px;
				font-weight: bold;
				margin: 0;
				margin: 0 5px 0 5px;
				padding: 0;
				text-align: right;
			}
			
				#Content .jdGallery .slideInfoZone h2 span {
					color: #023E89;
					display: block;
					font-size: 11px;
					font-weight: normal;
				}

			#Content .jdGallery .slideInfoZone p {
				color: #303030;
				font-size: 12px;
				margin: 2px 5px 0 5px;
				padding: 0;
			}

		.jdGallery div.carouselContainer {
			height: 135px;
			left: 0;
			margin: 0px;
			position: absolute;
			top: 0;
			width: 100%;
			z-index: 10;
		}

		.jdGallery a.carouselBtn {
			background: transparent url(../img/gallery-showall.gif) no-repeat top left;
			border: 0;
			bottom: 0;
			color: #FFF !important;
			cursor: pointer;
			display: block;
			font-size: 12px;
			font-weight: bold;
			height: 35px;
			left: 20px;
			line-height: 30px;
			text-align: center;
			padding: 0;
			position: absolute;
			text-align: center;
			width: 111px;
		}
		
			.jdGallery a:hover.carouselBtn {
				background-position: bottom left;
				color: #EDB514 !important;
			}

		.jdGallery .carousel {
			background: #626262 url(../img/gallery-carousel.gif) repeat-x top left;
			border: 1px solid #FFF;
			border-bottom: 0;
			border-top: 0;
			color: #FFF;
			height: 100px;
			left: 0;
			margin: 0;
			overflow: hidden;
			padding: 0;
			position: absolute;
			text-indent: 0;
			top: -1px;
			width: 100%;
		}

		.jdExtCarousel {
			overflow: hidden;
			position: relative;
		}

		.jdGallery .carousel .carouselWrapper,
		.jdExtCarousel .carouselWrapper {
			border-top: 1px solid #FFF;
			height: 100%;
			left: 0;
			overflow: hidden;
			padding: 6px 0;
			position: absolute;
			top: 1px;
			width: 100%;
		}

			.jdGallery .carousel .carouselInner,
			.jdExtCarousel .carouselInner {
				position: relative;
			}

				.jdGallery .carousel .carouselInner .thumbnail,
				.jdExtCarousel .carouselInner .thumbnail{
					background: #ABABAB url(../img/gallery-thumbnail.gif) repeat-x center center;
					border: solid 1px #fff;
					cursor: pointer;
					float: left;
				}

				.jdGallery .wall .thumbnail,
				.jdExtCarousel .wall .thumbnail {
					margin-bottom: 10px;
				}

				.jdGallery .carousel .label,
				.jdExtCarousel .label {
					bottom: 5px;
					color: #EEE !important;
					font-size: 0 !important;
					font-weight: bold;
					left: 10px;
					margin: 0;
					padding: 0;
					position: absolute;
				}
				
				.jdGallery .carousel .label a,
				.jdExtCarousel .label a {
					color: #EEE !important;
					font-size: 12px !important;
					padding-left: 4px !important;
				}

				.jdGallery .carousel .wallButton,
				.jdExtCarousel .wallButton {
					background: #222;
					border: 1px solid #888;
					bottom: 5px;
					cursor: pointer;
					font-size: 10px;
					margin: 0;
					padding: 1px 2px;
					position: absolute;
					right: 10px;
				}

					.jdGallery .carousel .label .number,
					.jdExtCarousel .label .number {
						color: #EDB514;
						font-size: 12px !important;
						font-weight: bold;
					}

		.jdGallery a {
			color: inherit;
			font-size: 100%;
			text-decoration: none;
		}

			.jdGallery a.right,
			.jdGallery a.left {
				cursor: pointer;
				height: 84px;
				position: absolute;
				top: 120px;
				width: 78px;
				z-index: 10;
			}
			
				.jdGallery a:hover.right,
				.jdGallery a:hover.left {
					background-position: bottom left;
				}

			.jdGallery a.left {
				background: url('../img/gallery-backarrow.gif') no-repeat top left;
				left: 1px;
			}

			.jdGallery a.right {
				background: url('../img/gallery-nextarrow.gif') no-repeat top right;
				right: 1px;
			}

			.jdGallery a.open {
				height: 100%;
				left: 0;
				top: 0;
				width: 100%;
			}

			.withArrows a.open {
				background: none;
				cursor: pointer;
				height: 99%;
				-khtml-opacity: 0.8;
				left: 25%;
				-moz-opacity:0.8;
				opacity: 0.8;
				position: absolute;
				top: 0;
				width: 50%;
				z-index: 10;
			}

				.withArrows a.open:hover {background: url('../img/open.png') no-repeat center center;}

			* html .withArrows a.open:hover {
				background: url('../img/open.gif') no-repeat center center;
				filter:alpha(opacity=80);
			}
			
		.jdGallery a.gallerySelectorBtn {
			background: #333;
			color: #fff;
			cursor: pointer;
			filter:alpha(opacity=40);
			font-size: 12px;
			height: 20px;
			-khtml-opacity: 0.4;
			left: 30px;
			-moz-opacity: .4;
			opacity: .4;
			padding: 0 10px;
			position: absolute;
			text-align: center;
			top: 0;
			z-index: 15;
		}

		.jdGallery .gallerySelector {
			background: #000;
			height: 100%;
			left: 0;
			position: absolute;
			top: 0;
			width: 100%;
			z-index: 20;
		}

			.jdGallery .gallerySelector h2 {
				color: #fff;
				font-size: 20px;
				line-height: 30px;
				margin: 0;
				padding: 10px 20px 10px 20px;
			}

			.jdGallery .gallerySelector .gallerySelectorWrapper {
				overflow: hidden;
			}

				.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton {
					border: 1px solid #888;
					color: #fff;
					cursor: pointer;
					float: left;
					height: 40px;
					margin-left: 10px;
					margin-top: 10px;
					padding: 5px;
				}

				.jdGallery .gallerySelector .gallerySelectorInner div.hover {
					background: #333;
				}

				.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton div.preview {
					background: #000;
					background-position: center center;
					border: none;
					float: left;
					height: 40px;
					margin-right: 5px;
					width: 40px;
				}

				.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton h3 {
					font-size: 12px;
					font-weight: normal;
					margin: 0;
					padding: 0;
				}

				.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton p.info {
					color: #aaa;
					font-size: 12px;
					font-weight: normal;
					margin: 0;
					padding: 0;
				}
