#myScrollerMoo
{
        
}
.scrollerMoo
{
    position: relative;
    width: 190px;
    height: 168px;
}
.scrollerMooWrapper
{
    position:relative;
    height: 168px;
    width: 136px;
    white-space: nowrap;
    margin-left: 27px;
    overflow: hidden;
    /*background-color: #C0C0C0;
    border: solid 5px #333333;
    padding: 20px 10px 0 5px;*/
}
.scrollerMooItem
{
    display: inline;
	margin: 0 5px 0 5px;
	width: 168px;
	height: 168px;
	/*background: url(../images/spinnerBig.gif) no-repeat center center #222C39; */
}
.scrollerMooItem img
{
    
}
.scrollerMoo h3
{
    color: #002748;
    font-size: 12px;
    position: absolute;    
    display: inline;
    top: 85%;      
}

/* From jd.gallery start*/
.scrollerMoo a.right, .scrollerMoo a.left
{
	position: absolute;
	height: 168px;
	width: 27px;
	cursor: pointer;
	z-index:10;
}

* html .scrollerMoo a.right, * html .scrollerMoo a.left
{

}

.scrollerMoo a.right:hover, .scrollerMoo a.left:hover
{

}

.scrollerMoo a.left
{
	left: 0;
	background: url('../images/okSol.gif') no-repeat top left;
}

* html .scrollerMoo a.left { background: url('../images/okSol.gif') no-repeat top left; }

.scrollerMoo a.right
{
	right: 0;
	margin-top: -168px;
	background: url('../images/okSag.gif') no-repeat top right;
}

* html .scrollerMoo a.right { background: url('../images/okSag.gif') no-repeat top right; }

/* From jd.gallery end*/