.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;
	filter:none;
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}

.jdGallery a.right:hover, .jdGallery a.left:hover
{
	filter:none;
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}

* html .jdGallery a.right, * html .jdGallery a.left
{
	filter:none;
}

.jdGallery a.left
{
	left: 0;
	top: 0;
	background: url('/SmoothGallery/css/img/fleche1.png') no-repeat center left;
}

* html .jdGallery a.left { background: url('/SmoothGallery/css/img/fleche1.gif') no-repeat center left; }

.jdGallery a.left:hover
{
	background: url('/SmoothGallery/css/img/fleche1_on.png') no-repeat center left;
}

* html .jdGallery a.left:hover { background: url('/SmoothGallery/css/img/fleche1_on.gif') no-repeat center left; }

.jdGallery a.right
{
	right: 0;
	top: 0;
	background: url('/SmoothGallery/css/img/fleche2.png') no-repeat center right;
}

* html .jdGallery a.right { background: url('/SmoothGallery/css/img/fleche2.gif') no-repeat center right; }

.jdGallery a.right:hover
{
	background: url('/SmoothGallery/css/img/fleche2_on.png') no-repeat center right;
}

* html .jdGallery a.right:hover { background: url('/SmoothGallery/css/img/fleche2_on.gif') no-repeat center right; }

