#myScrollerMoo
{
        
}
.scrollerMoo
{
    width: 630px;
    height: 200px;
}
.scrollerMooWrapper
{
    position:relative;
    height: 40px;
    width: 100px;
    white-space: nowrap;
    margin:0;
    overflow: hidden;
    padding: 0 10px 20px 5px;
}
.scrollerMooItem
{
    display: block;
	text-align: left;
	margin: 0 5px 0 5px;	
}
.scrollerMooItem img
{
    
}
.scrollerMoo h3
{
    color: #002748;
    font-size: 12px;
    display: block;
    top: 85%;      
}

/* From jd.gallery start*/
.scrollerMoo a.right, .scrollerMoo a.left
{
	display:block;
	height:20px;
	width: 88px;
	cursor: pointer;
	z-index:10;
}

* 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;
	background: url('/argosSites/serieclub/images/top_list.png') no-repeat center center;
}

.scrollerMoo a.right
{
	right: 0;
	background: url('/argosSites/serieclub/images/bottom_list.png') no-repeat center center;
}

.hide { visibility:hidden; }

/* From jd.gallery end*/