#myScrollerMoo
{
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.scrollerMoo
{
    position: relative;
    width: 800px;
    height: 80px;
}
.scrollerMooWrapper
{
    position:relative;
    height: 80px;
    width: 685px;
    white-space: nowrap;
    margin-left: 0px;
    overflow: hidden;
    background-color: #484848;
    border: 0px;
    padding: 0px 5px 0 5px;
}
.scrollerMooItem
{
    display: inline;
	text-align: left;
	margin: 0 5px 0 5px;	
}
.scrollerMooItem img
{
    
}
.scrollerMoo h3
{
    color: #002748;
    font-size: 12px;
    position: absolute;    
    display: inline;
    top: 85%;      
}

/* From jd.gallery start*/
.scrollerMoo a.right, .scrollerMoo a.left
{
	position: absolute;
	height: 70px;
	width: 40px;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}

* html .scrollerMoo a.right, * html .scrollerMoo a.left
{
	filter:alpha(opacity=50);
}

.scrollerMoo a.right:hover, .scrollerMoo a.left:hover
{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.scrollerMoo a.left
{
	left: 0;
	top: 5px;
	background: url('../images/fleche1.png') no-repeat center left;
}

* html .scrollerMoo a.left { background: url('../images/fleche1.gif') no-repeat center left; }

.scrollerMoo a.right
{
	right: 0;
	top: 5px;
	background: url('../images/fleche2.png') no-repeat center right;
}

* html .scrollerMoo a.right { background: url('../images/fleche2.gif') no-repeat center right; }

/* From jd.gallery end*/