/*changes for the info container separation*/

#myInfoContainer { /*width: 275px; height: 355px;*/}

.myInfoContainer h2 {  text-align : center;}

/*end insert*/
.myInfoContainer h3, h4 {  text-align : left;}



.jdGallery

{

	overflow: hidden;

	position: relative;

}



.jdGallery img

{

	border: 0;

	margin: 0;

}



.jdGallery .slideElement

{/*changes for the info container separation*/

	float: left;

	position: relative;

	width: 580px;

	height: 450px;

	/* set the background color of the large image here*/

	background-color: white;

	background-repeat: no-repeat;

	/* changed this to 	background-position: center center; */

		background-position: center top;

	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');

}



/*changes for the info container separation*/



.jdGallery .slideInfoZone {

	position: relative;

	z-index: 10;

	width: 580px;

	height: 20px;

	/*left: 0;*/

	bottom: 0;

	text-indent: 0;

	overflow: hidden;

}

.jdGallery .mySlideInfoZone {



}



#myInfoContainer {

	width:580px;

	height: 15px;

	padding: 0;

	line-height: 20px;

	color: #ffffff;

	display: inline

}

* html .jdGallery .slideInfoZone {

	bottom: -1px;

	margin: -15px 0 0 40px;

}

.jdGallery .slideInfoZone h4, #myInfoContainer h2 {

	padding: 0;

	font-size: 12px;

	height: 18px;

	font-weight: bold;

	color: #000;



}

.jdGallery .slideInfoZone p, #myInfoContainer p {

	margin-top: 8px;

	padding: 0;

	font-size: 12px;

	}

/*end mod infozone*/



.jdGallery div.carouselContainer

{

	/* changed this position: absolute; to and added a float left*/

	float: left;

	position: relative;

	height: 135px;

	width: 100%;

	z-index: 10;

	margin: 0 0 0;

	left: 0;

	top: 0;

}



.jdGallery a.carouselBtn

{

	position: absolute;

	bottom: 0;

	right: 30px;

	height: 20px;

	/*width: 100px; background: url('img/carousel_btn.gif') no-repeat;*/

	text-align: center;

	padding: 0 10px;

	font-size: 13px;

	background: #333;

	color: #fff;

	cursor: pointer;

	filter:alpha(opacity=0);

	-moz-opacity:0;

	-khtml-opacity: 0;

	opacity: 0;

}



.jdGallery .carousel

{

	position: absolute;

	width: 100%;

	margin: 0px;

	left: 0;

	top: 0;

	height: 115px;

	background: #333;

	color: #fff;

	text-indent: 0;

	overflow: hidden;

}



.jdGallery .carousel .carouselWrapper, .jdExtCarousel .carouselWrapper

{ /*changed this position absolute to relative*/

	position: relative;

	width: 100%;

	height: 152px;

	top: 10px;

	left: 0;

	overflow: hidden;

}



.jdGallery .carousel .carouselInner

{

	position: relative;

}



.jdGallery .carousel .carouselInner .thumbnail, .jdExtCarousel .carouselInner .thumbnail

{ /* background here defines background of the carousel images*/

	cursor: pointer;

	background: transparent;

	background-position: center center;

	float: left;

	border: solid 0px #fff;

}



.jdGallery .carousel .label, .jdExtCarousel .label

{

/*set display to none to get rid of the pictiure counter*/

	font-size: 13px;

	position: absolute;

	bottom: 5px;

	left: 10px;

	padding: 0;

	margin: 0;

	display: none;

}



.jdGallery .carousel .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;

	/*visibility: hidden;*/

	filter:alpha(opacity=0);

	-moz-opacity:0;

	-khtml-opacity: 0;

	opacity: 0;

}



* html .jdGallery a.right, * html .jdGallery a.left

{

	/*visibility: visible;*/

	filter:alpha(opacity=50);

}



.jdGallery a.right:hover, .jdGallery a.left:hover, .jdGallery a.carouselBtn:hover

{

	/*visibility: visible;*/

	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/fleche1.png') no-repeat center left;

}



* html .jdGallery a.left { background: url('img/fleche1.gif') no-repeat center left; } 



.jdGallery a.right

{

	right: 0;

	top: 0;

	background: url('img/fleche2.png') no-repeat center right;

}



* html .jdGallery a.right { background: url('img/fleche2.gif') no-repeat center right; }



.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); }

	

 #myCarousel

        {

            text-align: left;

            margin: 0 auto;

            float: left; /* Same as your gallery is set to */

            width:462px; /* Adjust this to your picture width + 2 */

            height:116px;

            overflow:hidden;

            background: #000000;

        }




