#myScrollerMoo
{
        
}
.scrollerMoo
{
	position: relative;
	width: 439px;
	height: 110px;
}
.scrollerMooWrapper
{
	position:relative;
	width: 400px;
	white-space: nowrap;
	margin-left: 17px;
	overflow: hidden;
	background-color:#FFFFFF;
}
.scrollerMooItem
{
    display: inline;
	text-align: left;
	margin: 5px;
	height: 141px;
}
.scrollerMooItem img
{
    
}
/* From jd.gallery start*/
.scrollerMoo a.right, .scrollerMoo a.left
{
	position: absolute;
	height: 141px;
	width: 20px;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

* html .scrollerMoo a.right, * html .scrollerMoo a.left
{
	filter:alpha(opacity=80);
}

.scrollerMoo a.right:hover, .scrollerMoo a.left:hover
{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

.scrollerMoo a.left
{
	left: 0;
	top: 50%;
	margin-top: -80px;
	background: url('../images/sol.jpg') no-repeat center left;
}

* html .scrollerMoo a.left { background: url('../images/sol.jpg') no-repeat center left; }

.scrollerMoo a.right
{
	right: 0;
	top: 50%;
	margin-top: -80px;
	background: url('../images/sag.jpg') no-repeat center right;
}

* html .scrollerMoo a.right { background: url('../images/sag.jpg') no-repeat center right; }

/* From jd.gallery end*/
