#myScrollerMoo
{
        
}


.scrollerMooWrapper
{
    position:relative;
    height: 170px;
    width: 252px;
    white-space: nowrap;
    margin-left: 25px;
    overflow: hidden;
    border: solid 0px #333333;
    padding: 0;
}
.scrollerMooItem
{
    display: inline;
	text-align: left;
	margin: 0px;
	border:0px solid red;	
}
.scrollerMooItem img
{
    	padding: 0 2px;
}


/* From jd.gallery start*/
.scrollerMoo a.right, .scrollerMoo a.left
{
	position: absolute;
	height: 150px;
	width: 40px;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=70);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

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

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

.scrollerMoo a.left
{
	left: 0;
	top: 50%;
	margin-top: -75px;
	background: url('../images/groupes-galerie-btn-gauche.jpg') no-repeat center left;
}

* html .scrollerMoo a.left { background: url('../images/groupes-galerie-btn-gauche.jpg') no-repeat center left; }

.scrollerMoo a.right
{
	right: 0;
	top: 50%;
	margin-top: -75px;
	background: url('../images/groupes-galerie-btn-droite.jpg') no-repeat center right;
}

* html .scrollerMoo a.right { background: url('../images/groupes-galerie-btn-droite.jpg') no-repeat center right; }

/* From jd.gallery end*/