#home_slideshow{

 background-color:#FFFFFF;
 width:636px;

 height:314px;

  border: #C0C0C0 solid 0px;
 background-image:url(tbg.gif) ; 
background-repeat: no-repeat;
	  }

#thumbnails {

	margin: 0;
	padding-top:10px;
	padding-right:0px;
    padding-left:0px;
	_padding-bottom:10px;
	clear: both;
	
}

#myGallery {
	z-index:5;
    position: relative;
	display: none;
	text-align: left;
	width: 636px !important;
	_width: 636px !important;
	height: 229px !important;
	_float:left;
	clear:both;
	float:left;
 padding-right:0px;
}

#myGallery a{
	color:#FFFF00;
}

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

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

.jdGallery .slideElement
{
	width: 634px;
	_width: 636px;
	height: 223px;
	_height: 228px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #DCDCDC;

	border-right: 1px solid #DCDCDC;

}



.jdGallery .loadingElement

{
	width: 636px;
	height: 228px;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: top top;
		border: 0px #ffffff solid;
}


.jdGallery .slideBelowZone
{
	position: relative;
	z-index: 9;
	width: 636px;
	left: 0px;
	height: 50px;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
	margin-top:5px;
}


.jdGallery .slideInfoZone
{
	position: relative;
	z-index: 10;
	width: 200px;
	margin-top:185px;
	left: 3px;
	height: 28px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
    border: 1px #ffffff solid;
}

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

.jdGallery .slideInfoZone h2
{
	padding: 0;
	margin: 2px 5px;
    font-family:Georgia; 
    font-size:15px;
	font-weight: bold;
	color: inherit;
}

.jdGallery .slideBelowZone p
{
	
	padding: 0;
	font-size: 60%;
	margin: 0px 5px;
    font-family:Verdana, Arial, Helvetica, sans-serif; 
    font-size:12px;
	color: #fff;
	height:44px;
	overflow:hidden;
}

#thumbnails div.carouselContainer
{
	/*position: absolute;*/

	z-index: 10;
	margin: 0px;
	right: 0;
	top: 0;
	padding: 5px
	width:55px;
}


#thumbnails .carousel
{
	margin: 0px;
	right: 0;
	top: 0;
	height: 60px;
	margin-top:10px
	background: transparent;
	color: #4f4f4f;
	text-indent: 0;
	width:60px;

}

#thumbnails .carousel .carouselWrapper {
	width: 65px;
	top: 0px;
	right: 0;
	bottom: 0;
	text-align: right;
}

#thumbnails .carousel .carouselInner
{
}

#thumbnails .carousel .carouselInner .thumbnail
{
	cursor: pointer;
	background: #ffffff;
	background-position: center center;
	float: left;
	display: inline;
	_margin: 0 0 10px 0;
	margin: 0 0 7px 0;
	border: 1px #ffffff solid;
		height: 284px;
}

#thumbnails .carousel .label
{
	font-size: 13px;
	position: absolute;
	padding: 0;
	margin: 0;
}

#thumbnails .carousel .label .number
{
	color: #474747;
}

.jdGallery a
{
	font-size: 15px;
	text-decoration: none;
	color: inherit;
}

.jdGallery a.right, .jdGallery a.left
{
	position: absolute;
	height: 30px;
	width: 41px;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=20);
	opacity: 0.8;
	background: none;
}

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


.jdGallery a.left
{
	margin-top: 0px;
	left: 10px;
	background: url('img/arrow_back.gif') no-repeat center center;
}



.jdGallery a.right
{
	margin-top: 0px;
	left: 586px;
	background: url('img/arrow_forward.gif') no-repeat center center;
}



.jdGallery a.right:hover, .jdGallery a.left:hover
{
	filter:alpha(opacity=100);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.9;
	background: url('img/open.png');
}
.jdGallery a.right:hover, .jdGallery a.left:hover
{
	filter:alpha(opacity=50);
	background-color:#DCDCDC;
	
}
.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); }