#myScrollerMoo
{
        
}
.scrollerMoo
{
    position: relative;
    width: 262px;
    height: 145px;
}
.scrollerMooWrapper
{
    position:relative;
    width: 245px;
    white-space: nowrap;
    margin-left: 10px;
    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=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}

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

.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*/
