.scrollerMoo
{
    position: relative;
    padding-top: 10px;
    height: 120px;
    overflow: hidden;
}
.image-scroller-container
{
    position: relative;
    height: 100px;
    width: 765px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}
.scrollerMooWrapper
{
    position: relative; 
}
.scrollerMooItem
{
    position: absolute;
    padding-left: 5px;
    margin-left: 5px;
    padding-right: 5px;
	text-align: center;	
}
.scrollerMooItem img
{
   border: solid 4px #9A9A9A; 
   width: 134px;
   height: 92px;
}
/* From jd.gallery start*/
.scrollerMoo a.right, .scrollerMoo a.left
{
	position: absolute;
	height: 120px;
	width: 29px;
	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: 0;
	background: url('../images/left_arrow.gif') no-repeat center left;
}

* html .scrollerMoo a.left { background: url('../images/left_arrow.gif') no-repeat center left; }

.scrollerMoo a.right
{
	right: 0;
	top: 0;
	background: url('../images/right_arrow.gif') no-repeat center right;
}

* html .scrollerMoo a.right { background: url('../images/right_arrow.gif') no-repeat center right; }

/* From jd.gallery end*/