div#mySlideshow
{
	display:block;
	height:100px;
	margin:0px;
	padding:0px;
	position:relative;
	width:130px;
	z-index:5;
}

div#mySlideshow.jdSlideshow
{
	display:none;
	margin:0px auto 0px auto;
	overflow:hidden;
	padding:0px;
	position:relative;
}

div#mySlideshow.jdSlideshow img
{
	border:none;
	display:block;
	margin:0px;
	padding:0px;
	position:relative;
}

div#mySlideshow.jdSlideshow a.global div.slideElement
{
	background-color:#000000;
	background-repeat:no-repeat;
	border:none;
	height:100%;
	margin:0px;
	padding:0px;
	position:relative;
	width:100%;
}

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

div#mySlideshow.jdSlideshow div.slideInfoZone
{
	background:#333333;
	bottom:0px;
	color:#ffffff;
	height:30px;
	left:0px;
	margin:0px;
	padding:0px;
	position:absolute;
	width:100%;
	z-index:10;
}

div#mySlideshow.jdSlideshow div.slideInfoZone h2
{
	display:block;
	font-size:10px;
	height:15px;
	margin:0px;
	position:relative;
	padding:0px;
}

div#mySlideshow.jdSlideshow .slideInfoZone p
{
	display:block;
	font-size:10px;
	height:15px;
	margin:0px;
	position:relative;
	padding:0px;
}

div#mySlideshow.jdSlideshow a
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

.jdSlideshow a.right, .jdSlideshow a.left
{
	position: absolute;
	height: 100%;
	width: 40%;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}

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

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

.jdSlideshow a.left
{
	left: 0;
	top: 0;
	background: url('fleche1.png') no-repeat top left;
}

* html .jdSlideshow a.left { background: url('fleche1.gif') no-repeat top left; }

.jdSlideshow a.right
{
	right: 0;
	top: 0;
	background: url('fleche2.png') no-repeat top right;
}

* html .jdSlideshow a.right { background: url('fleche2.gif') no-repeat top right; }
