#myScrollerMoo
{
        
}
.scrollerMoo
{
    position: relative;
    width: 717px;
    height: 147px;
	margin-left:5px;
	margin-right:5px;
	margin-top:10px;
}
.scrollerMooWrapper
{
    position:relative;
    height: 137px;
    width: 644px;
    white-space: nowrap;
    margin-left: 35px;
    overflow: hidden;
    border: none;
    padding: 0px 0px 0px 0px;
}
.scrollerMooItem
{
    display: inline;
	text-align: left;
	margin: 0 5px 0 5px;

}


DIV.scrollerMooStatus IMG{
padding-left:3px;
padding-right:3px;
}
.scrollerMooStatus {padding-top:1px;
padding-bottom:5px;
text-align:center;text-align:center;}

.scrollerMooItem img
{
	border:none;
	margin-right:25px;
}
.scrollerMoo h3
{
   	FONT: 12px "Trebuchet MS", "Arial";
	color:#3b3e3f;
    position: absolute;    
    display: inline;
	text-align:center; 
	top: 85px;  
	width:120px;
}

/* From jd.gallery start*/
.scrollerMoo a.right, .scrollerMoo a.left
{
	position: absolute;
	height: 107px;
	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: 50%;
	margin-top: -75px;
	background:url(images/spotlight/arrow_left_no.png) no-repeat center left;
}

* html .scrollerMoo a.left { background: url(images/spotlight/arrow_left_no.png )no-repeat center left; }

.scrollerMoo a.right
{
	right: 0;
	top: 50%;
	margin-top: -75px;
	background: url(images/spotlight/arrow_right_active.png) no-repeat center right;
}

* html .scrollerMoo a.right { background: url(images/spotlight/arrow_right_active.png) no-repeat center right; }




/* From jd.gallery end*/
