#mySlideshow
{
	width: 320px;
	height: 240px;
	z-index:5;
	background-color:#06629E;
}

.jdSlideshow
{
	display: none;
	overflow:hidden;
	position: relative;
}

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

.jdSlideshow .slideElement
{
	width: 403px;
	height: 141px;
	background-color: #06629E;
	background-repeat: no-repeat;
	background-position:left;
	border-right: 1px solid #FFF;
}

.jdSlideshow .slideInfoZone
{
	font-size: 11px;
	position: absolute;
	z-index: 10;
	width: 155px;
	margin-top: 20px;
	margin-left: 20px;
	right: 0;
	bottom: 0;
	height: 141px;
	background: none;
	color: #fff;
	text-indent: 0;
	border-left:1px solid #fff;
}

.jdSlideshow .slideInfoZone h2
{
	padding: 0;
	font-size: 11px;
	margin: 0;
	margin: 2px 5px;
	margin-top: 18px;
	margin-left: 14px;
	color: inherit;
	font-weight:normal;
}

.jdSlideshow .slideInfoZone h3{
	font-weight:normal;
	font-size:11px;
	padding: 10px; 0 0 14px;
	margin: 0 0 0 4px;;
	background: url(images/bullet.gif) no-repeat left;
}

.jdSlideshow .slideInfoZone p
{
	padding: 0;
	font-size: 9px;
	margin: 2px 5px;
	color: #eee;
	margin-left: 14px;
}
.jdSlideshow .slideInfoZone li{
	margin:0;
	padding:0;
}

.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=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

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

.jdSlideshow a.right:hover, .jdSlideshow a.left:hover
{

	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;

}

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

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

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

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