#mySlideshow
{
	/*width: 320px;
	height: 240px;*/
	width: 445px;
	height: 318px;
	z-index:5;

}

.jdSlideshow
{
	display: none;
	overflow:hidden;
	position: relative;
}

.jdSlideshow img
{
	border: 0;
	margin: 0;
}

.jdSlideshow .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #000;
	background-repeat: no-repeat;
}

.jdSlideshow .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('../Js/img/loading-bar-black.gif');
}

.jdSlideshow .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height:80px;
	color: #fff;
	text-indent: 0;
	background-color: #141414;
}

.jdSlideshow .slideInfoZone h2
{ padding: 0; margin-right: 10px; margin-left: 10px; color: #eee; font-size: 2.6em; margin-top: 10px; line-height: 1em; margin-bottom: 2px; font-weight: bold; text-decoration: none; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; }

.jdSlideshow .slideInfoZone p
{ padding: 0; color: #eee; margin-right: 10px; margin-left: 10px; font-size: 1.2em; line-height: 1.4em; margin-top: 0px; margin-bottom: 0px; font-weight: normal; }


.jdSlideshow .slideInfoZone p a:link
{ padding: 0; color: #eee; margin-right: 10px; margin-left: 10px; font-size: 1.2em; line-height: 1.4em; margin-top: 0px; margin-bottom: 0px; font-weight: normal; background-color: #009900; }


.jdSlideshow a
{ text-decoration: none; color: inherit; cursor: pointer;}

.jdSlideshow a.right, .jdSlideshow a.left
{
	position: absolute;
	height: 100%;
	width: 40%;
	cursor: pointer;
	z-index:10;
	
	
}

* html .jdSlideshow a.right, * html .jdSlideshow a.left
{ text-decoration: none; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; }

.jdSlideshow a.right:hover, .jdSlideshow a.left:hover
{ text-decoration: none; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; }


.jdSlideshow a.left
{
	left: 0;
	top: 0;
	background: url('../Js/img/fleche1.png') no-repeat top left;
}

* html .jdSlideshow a.left { background: url('../Js/img/fleche1.gif') no-repeat top left; }

.jdSlideshow a.right
{
	right: 0;
	top: 0;
	background: url('../Js/img/fleche2.png') no-repeat top right;
}

* html .jdSlideshow a.right { background: url('../Js/img/fleche2.gif') no-repeat top right; }
