#portfolio-myGallery2, #portfolio-myGallery2Set, #flickrGallery 
{
	width: 907px;
	height: 355px;
	z-index:5;
	padding-bottom: 0px;
	background-position: center center;
	background-repeat: repeat;
	background-image: url(../../../../../imgs/slideshow_bkg.png);
	margin-left: 28px;
	display: none;
}

#flickrGallery
{
	width: 907px;
	height: 339px;
	background-color: #FFF;
	background-image: url(../../../../../imgs/slideshow_bkg.png);
	display: none;
}

#portfolio-myGallery2 img.thumbnail, #portfolio-myGallery2Set img.thumbnail
{
	display: none;
	background-image: url(../../../../../imgs/slideshow_bkg.png);
	background-color: #FFF;
}

.jdGallery
{
	overflow: hidden;
	background-color: #FFF;
	position: relative;
	background-image: url(../../../../../imgs/slideshow_bkg.png);
	display: none;
}

.jdGallery img
{
	margin: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	background-image: url(../../../../../imgs/slideshow_bkg.png);
	background-color: #FFF;
	display: none;
}

.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../../../../../imgs/slideshow_bkg.png);
}

.jdGallery .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../../../../../imgs/slideshow_bkg.png);
}

.jdGallery .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 20px;
	color: #999;
	text-indent: 0;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}

* html .jdGallery .slideInfoZone
{
	bottom: -1px;
}
.jdGallery .slideInfoZone h1
{
	padding: 0;
	font-size: 80%;
	margin: 0;
	margin: 2px 5px;
	font-weight: bold;
	color: inherit;
}

.jdGallery .slideInfoZone p
{
	font-size: 7pt;
	color: #eee;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 0px;
	vertical-align: text-bottom;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 8px;
}

.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=60);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.6;
}

* 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-image: url(../../../../../imgs/Previous_Arrow.png);
	background-repeat: no-repeat;
	background-position: 20px center;
}

* html .jdGallery a.left {
	background-image: url(../../../../../imgs/Previous_Arrow.png);
	background-repeat: no-repeat;
	background-position: 15px center;
}

.jdGallery a.right
{
	right: 0;
	top: 0;
	background-image: url(../../../../../imgs/Next_Arrow.png);
	background-repeat: no-repeat;
	background-position: 186px center;
}

* html .jdGallery a.right {
	background-image: url(../../../../../imgs/Next_Arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.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: 30px;
	height: 20px;
	/*width: 100px; background: url('img/carousel_btn.gif') no-repeat;*/
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	color: #fff;
	cursor: pointer;
	opacity: .4;
	-moz-opacity: .4;
	-khtml-opacity: 0.4;
	filter:alpha(opacity=40);
	background-color: #000;
}

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

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

#portfolio-myGallery2
{
	width: 907px;
	height: 355px;
	z-index:5;
	padding-bottom: 0px;
	background-position: center center;
	background-repeat: repeat;
	background-image: url(../../../../../imgs/slideshow_bkg-portfolio.png);
	display: none;
	margin-left: 0px;
}
#about-imgs 
{
	width: 907px;
	height: 395px;
	padding-bottom: 0px;
	
}
#slideshow_imgs {
	width: 907px;
	height: 395px;
	padding-bottom: 0px;
	background-position: center bottom;
	background-image: url(../../../../../imgs/slideshow_bkg.png);
	background-repeat: no-repeat;
	margin-left: 28px;
}
#about-imgs {
	clear:both;
	display: none;
}
#services-imgs {
	clear:both;
	display: none;
}
#portfolio-imgs {
	clear:both;
	display: none;
}
#praise-imgs {
	clear:both;
	display: none;
}
#news-imgs {
	clear:both;
	display: none;
}
#blog-imgs {
	clear:both;
	display: none;
}
#contact-imgs {
	clear:both;
	display: none;
}



