body	{
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	color: #000;
	background: #000;
	}
	
body, p {
  font-family: helvetica, arial, verdana, sans-serif;
  font-size: 12px;
}

/*/*/a{}
body,
body p {
  font-size: x-small;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: small;
}
html>body,
html>body p {
  font-size: small;
}  
/* */

#wrapper	{
	margin: 0;
	padding: 0;
	border:0;
	text-align: left;
	background: #999;	

	}


/* ---------- STRUCTURE ----------- */




#content { 
position:relative;
display:block;
margin:0; 
padding:0;

}



/* jd smooth gallery slideshow */

#myGallery, #myGallerySet, #flickrGallery
{
	width: 1024px;
	height: 768px;
	z-index:5;
	border: 0;
}

/* #flickrGallery { width: 500px; height: 334px; } */

#myGallery img.thumbnail, #myGallerySet img.thumbnail { display: none; }

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


/* position of slide image */

.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-black.gif');
}


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

/* sliding text */

.jdGallery .slideInfoZone
{
	position: absolute;
	z-index: 200;
	width: 70%;
	margin: 0px;
	left: 0;
	top: 0;
	height: 400px;
	background: transparent;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}


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

.jdGallery .slideInfoZone h2
{
	padding: 0;
	font-size: 150%;
	margin: 0;
	margin: 2px 5px 6px 5px;
	font-weight: bold;
	color: inherit;
border:none;
}

.jdGallery .slideInfoZone p
{
	padding: 0;
	font:100 90%/1em arial,sans-serif;
	margin: 2px 5px;
	color: #000;
}

.jdGallery .slideInfoZone h5
{
	padding: 300px 0;
	font:100 90%/1em arial,sans-serif;
	margin:2px 5px;
	color: #333;
}

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

.jdGallery a.carouselBtn
{
	position: absolute;
	bottom: -4px;
	left: 240px;
	height: 1.6em;
	width: 86px; background: transparent url(img/bent_arrow.gif) right no-repeat;
	text-align: left;
	padding:  0;
	font: 1em/1.6em 'trebuchet ms';
	color: #333;
	cursor: pointer;
}

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

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

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

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

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

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

.jdGallery .carousel .label, .jdExtCarousel .label
{
	font-size: 13px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	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: #333;
}

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

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

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

.jdGallery a.right:hover, .jdGallery a.left:hover
{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.jdGallery a.left
{
	left: 0;
	top: 0;
	background: url('img/left_arrow.png') no-repeat 0 340px;
}

* html .jdGallery a.left { background: url('img/left_arrow.gif') no-repeat  0 340px; }
body#shop .jdGallery a.left {background-position: 0 340px;}


.jdGallery a.right
{
	right: 0;
	top: 0;
	background: url('img/right_arrow.png') no-repeat 0 340px;
}

* html .jdGallery a.right { background: url('img/right_arrow.gif') no-repeat  0 340px; }
body#shop .jdGallery a.right {background-position: 0 340px;}


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

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

.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); }
	
	
/* Gallery Sets */

.jdGallery a.gallerySelectorBtn
{
	z-index: 15;
	position: absolute;
	top: 0;
	left: 0px;
	height: 1,6em;
	/*width: 100px; background: url('img/carousel_btn.gif') no-repeat;*/
	text-align: center;
	padding: 0 10px;
	font: 1em/1.6em 'trebuchet ms';
	background: #fff;
	color: #333;
	cursor: pointer;
	opacity: .4;
	-moz-opacity: .4;
	-khtml-opacity: 0.4;
	filter:alpha(opacity=40);
}

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

.jdGallery .gallerySelector h2
{
	margin: 0;
	padding: 10px 20px 10px 20px;
	font-size: 100%;
	line-height: 1em;
	color: #333;border:none;
}

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

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

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

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

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


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


/* my stuff */


.jdGallery .slideInfoZone a:link, .jdGallery .slideInfoZone a:visited {
	font-weight : 900; 
	text-decoration : none;
	color: #aab300;
	}

.jdGallery .slideInfoZone a:hover { 
	font-weight : 900; 
	text-decoration : underline;
	color: #aab300;
	}

.jdGallery .slideInfoZone a:active {
	font-weight : 100; 
	text-decoration : underline;
	color: #aab300;
	}



#artisthumbs img {width:100px;margin:4px auto;}
#artisthumbs ul { float:left;width:100%;display: block;padding: 0 0 16px 0; margin:0; }
#artisthumbs ul li { float:left; display:block; list-style: none; width:100px; height:auto; padding:4px 6px ;margin:0; 
font:100 italic 90%/1em arial, verdana,sans-serif;text-align:left;text-transform:capitalize;}

/* .jdGallery a.gallerySelectorBtn:after {content:" >>";} */
.jdGallery a.gallerySelectorBtn:after {content:url(img/bent_arrow.gif);}

/*.jdGallery a.carouselBtn:after {content:url(img/bent_arrow.gif);}*/
.jdGallery a.gallerySelectorBtn:hover, .jdGallery a.carouselBtn:hover {color:#aab300;text-decoration:underline;} 


#gallery {position:absolute;top:0;right:0px;z-index:100;}


/* ---------- form bits ---------- */


