/*	outermost wrapper, child of OTL div#main-content	*/
#myGallery	{
	display: none;
	width: 631px;	/* widest img	*/
/*	images are vertically centered per line 168-ish of jd_gallery.js 'backgroundPosition' ... 
	if you want the infozone to *clear* the img (i.e, not overlap, which only looks good if the images are all the same size),
	#myGallery height must equal height of tallest image + height of infozone ...
	... then tweak the js 'backgroundPosition' = height of infozone (including infozone borders if any)
*/
	height: 421px;
	margin: 0 auto;
	z-index: 5;
	border: 0px solid #c00;
	}

#myGallery img.thumbnail	{ display: none; }

.jdGallery						{ position: relative; overflow: hidden; }
.jdGallery img					{ margin: 0; border: 0; }

.jdGallery .slideElement	{
	width: 100%;
	height: 100%;
	background-color: #fff;	/*	this is atop the OTL stripey bg tile; both 'transparent', 'none' NG in v1	*/
	background-repeat: no-repeat;
	background-position: center center;
	}

/*	'loading' gif, if there is one	*/
.jdGallery .loadingElement	{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #fff url(/images/galleries/deco/loading_white_219x18.gif) center center no-repeat;	/*loading_black_220x19.gif*/
	}

/*	images are vertically centered per line 168-ish of jd_gallery.js 'backgroundPosition' ... 
	if you want the infozone to *clear* the img (i.e, not overlap, which only looks good if the images are all the same size),
	#myGallery height must equal height of tallest image + height of infozone ...
	... then tweak the js 'backgroundPosition' = height of infozone (including infozone borders if any)
*/


* html .jdGallery .slideInfoZone	{ bottom: -1px; }



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

.jdGallery a.carouselBtn	{
	position: absolute;
	bottom: 0;
	left: 30px;
	/*width: 100px; background: url('img/carousel_btn.gif') no-repeat;*/
	height: 20px;	
	padding: 0 10px;
	text-align: center;
	font-size: 13px;
	background: #333;
	color: #fff;
	cursor: pointer;
	}

.jdGallery .carousel	{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 115px;
	margin: 0;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
	}

#thumbs	{
    text-align: left;
    margin: 0 auto;
    float: none; /* Same as your gallery is set to */
    width: 125px; /* Adjust this to your picture width + 2 */
    height: 420px;
    overflow: hidden;
    background: gray;
    margin-left: 10px;
    border: 1px solid teal;
    }

/*	EXTERNAL CAROUSEL: http://smoothgallery.jondesign.net/forums/viewtopic.php?id=862	*/
.jdExtCarousel	{ overflow: hidden; position: relative; }

.jdGallery .carousel .carouselWrapper,
.jdExtCarousel .carouselWrapper			{ position: absolute; top: 10px; left: 0; width: 120px; height: 400px; overflow: hidden; }

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

.jdGallery .carousel .carouselInner .thumbnail,
.jdExtCarousel .carouselInner .thumbnail				{
	cursor: pointer;
	background: #000;
	background-position: center center;
	float: left;
	border: solid 1px #fff;
	}

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

.jdGallery .carousel .label,
.jdExtCarousel .label				{ font-size: 13px; position: absolute; top: 6px; left: 9px; padding: 0; margin: 0; }

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

.jdGallery .carousel .label .number,
.jdExtCarousel .label .number				{ color: #b5b5b5; }

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

.jdGallery a.right,
.jdGallery a.left		{
	position: absolute;
	height: 99%;
	width: 25%;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}

* html .jdGallery a.right,
* html .jdGallery a.left	{ filter:alpha(opacity=50); }


	
	
/*	all rules related to Gallery Sets have been removed; see the original (jd.gallery_v2.css orig)	*/
