#myScrollerMoo
{
        
}
.scrollerMoo
{
    position: relative;
    height: 103px;
}
.scrollerMooWrapper
{
    position:absolute;
    height: 103px;
    white-space: nowrap;
    overflow: hidden;
	margin-left:20px;
    padding: 0px;
	padding-top: 15px;
}
.scrollerMooItem
{
    display: inline;
	text-align: left;
	margin: 0 5px 0 5px;	
}
.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: 150px;
	width: 20px;
	cursor: pointer;
	z-index:2;
}

* html .scrollerMoo a.right, * html .scrollerMoo a.left
{
	
}

.scrollerMoo a.right:hover, .scrollerMoo a.left:hover
{
}

.scrollerMoo a.left
{
	left: 0;
	top: 50%;
	margin-top: -75px;
	background: url('../images/okSol_40.jpg') no-repeat center left;
}

* html .scrollerMoo a.left { background: url('../images/okSol_40.jpg') no-repeat center left; }

.scrollerMoo a.right
{
	right: 0;
	top: 50%;
	margin-top: -75px;
	background: url('../images/okSag_43.jpg') no-repeat center right;
}

* html .scrollerMoo a.right { background: url('../images/okSag_43.jpg') no-repeat center right; }

/* From jd.gallery end*/
