#mybox-galerie a.boutonnext, #mybox-galerie a.boutonprev
{
	position: absolute;
	height: 99%;
	width: 25%;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}

* html #mybox-galerie a.boutonnext, * html #mybox-galerie a.boutonprev
{
	filter:alpha(opacity=50);
}

#mybox-galerie a.boutonnext:hover, #mybox-galerie a.boutonprev:hover
{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

#mybox-galerie a.boutonprev
{
	left: 5px;
	top: 10px;
	background: url('flecheprev.png') no-repeat center left;
}

* html #mybox-galerie a.boutonprev { background: url('flecheprev.gif') no-repeat center left; }

#mybox-galerie a.boutonnext
{
	right: 5px;
	top: 10px;
	background: url('flechenext.png') no-repeat center right;
}

* html #mybox-galerie a.boutonnext { background: url('flechenext.gif') no-repeat center right; }

