/* Main */
body {
	color: #ccc;
	background: #fff
}

/* Gallery Images */
#myGallery {
	border: 0px solid #ccc;
}
.jdGallery .slideElement, .jdGallery .loadingElement {
	background-color: #fff;
    background-image: url('img/preloadingWht.gif');
}

/* Info Slider */
.jdGallery .slideInfoZone {
    background: #fff;
}
.jdGallery .slideInfoZone h2, #myInfoContainer h2 {
	font-weight: bold;
	color: #DE0000;
	text-align: center;
}
.jdGallery .slideInfoZone p, #myInfoContainer p {
	color: #000;
}

/* Carousel */
.jdGallery a.carouselBtn {
    background: #fff;
	color: #000;
}
.jdGallery div.carouselContainer {
	border: 0px solid #ccc;
}
.jdGallery .carousel {
    background: #fff;
	color: #000;
	border: 0px solid #ccc;
}
#myCarousel {
    background: #fff;
	border: 0px solid #000;
}
.jdGallery .carousel .carouselInner .thumbnail, .jdExtCarousel .carouselInner .thumbnail {
	background: #fff;
	border: solid 0px #ccc;
}
.jdGallery .carousel .wallButton, .jdExtCarousel .wallButton {
	background: #222;
	border: 1px solid #888;
}
.jdGallery .carousel .label, .jdExtCarousel .label {
    color : #000;
}
.jdGallery .carousel .label .number, .jdExtCarousel .label .number {
	color: #727272;
}

/* Built-in Nav */
.jdGallery a.left {
	background: url('img/prev3.png') no-repeat left center;
}
* html .jdGallery a.left {
    background: url('img/prev2.gif') no-repeat left center;
}
.jdGallery a.right {
	background: url('img/next3.png') no-repeat right center;
}
* html .jdGallery a.right {
    background: url('img/next2.gif') no-repeat right right;
}

/* Gallery Sets */
.jdGallery a.gallerySelectorBtn {
    background: #111;
	color: #fff;
}
.jdGallery .gallerySelector {
    background: #111;
}
.jdGallery .gallerySelector h2 {
	color: #fff;
}
.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton {
	color: #fff;
	border: 1px solid #ccc;
}
.jdGallery .gallerySelector .gallerySelectorInner div.hover {
	background: #333;
}
.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton div.preview {
    background: #111;
}
.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton p.info {
	color: #aaa;
}

/* Nav & Links */
.link a{
	color : #aaa;
	font-weight: bold;
}
.link a:hover{
	color : #000;
}
a.gallink {
	color : #aaa;
}
a:hover.gallink {
	color : #000;
}
.galink a.prev  {
    background : url(img/prevGrey.gif)  center center no-repeat;
}
.galink a:hover.prev {
    background : url(img/prevBlk.gif)  center center no-repeat;
}
.galink a.pause  {
    background : url(img/pauseGrey.gif) center center no-repeat;
}
.galink a:hover.pause {
    background : url(img/pauseBlk.gif)  center center no-repeat;
}
.galink a.next  {
    background : url(img/nextGrey.gif) center center no-repeat;
}
.galink a:hover.next {
    background : url(img/nextBlk.gif)  center center no-repeat;
}
.bold {
	font-weight: bold;
}
.center {
	text-align: center;
}
