#myScrollerMoo
{
}
.scrollerMoo
{
    position: relative;
    width: 565px;
    height: 105px;
	border:0px solid red;
}
.scrollerMooWrapper
{
    position:relative;
    height: 105px;
    width: 487px;
    white-space: nowrap;
    margin-left: 36px;
    overflow: hidden;
    border: solid 0px #333333;
    padding: 0px 0px 0px 0px; }
.scrollerMooItem
{
    display: inline;
	text-align: left;
	margin: 0 0px 0 5px;
}
.scrollerMooItem img
{
    
}
.scrollerMoo a.right, .scrollerMoo a.left
{
	position: absolute;
	height: 50px;
	width: 19px;
	cursor: pointer;
	z-index:100;
/*	filter:alpha(opacity=100);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;*/
	border:0px solid green;
	
}
.scrollerMoo a.left {margin-right:10px;}


.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;
margin-top:35px;
	background: url('../images/arrow_left_collection.gif') no-repeat top left;
}
.scrollerMoo a.right{	right: 0; top:0;
margin-top:35px;
	background: url('../images/arrow_right_collection.gif') no-repeat  top right;
}
#l_arrow{ display:block; width:20px; height:50px; background: #ffcc00; z-index:10; }
#r_arrow{ display:block; width:20px; height:50px; background: #ffcc00;  }
