#myScrollerMoo
{
        
}
.scrollerMoo
{
    position: relative;
    width: 600px;
    height: 350px;
}
.scrollerMooWrapper
{
    position:relative;
    height: 350px;
    width: 520px;
    white-space: nowrap;
    margin-left: 37px;
    overflow: hidden;
    /* background-color: #C0C0C0;
   border: solid 5px #333333;*/
    padding: 20px 10px 0 5px;
}
.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%;      
}

.scrollerMoo table {
    position: absolute;    
    display: inline;
    top: 45%; 
	max-width: 160px;
	margin-left:5px;
	background:#E7E7E7 none repeat scroll 0%;
	border-spacing:1px;
	color:#666666;
	font-family:'Verdana',Arial,Helvetica,sans-serif;
	font-size:10px;
	/*font-size-adjust:none;
	font-stretch:normal;*/
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	padding:0px;
}
.scrollerMoo tr {
	background:#FFFFFF none repeat scroll 0%;
	border-top:1px solid #FFFFFF;
}

.scrollerMoo td {
	background:#FAFAFA none repeat scroll 0%;
	border:1px solid #FFFFFF;
	padding:5px;
}

/* From jd.gallery start*/
.scrollerMoo a.right, .scrollerMoo a.left
{
	position: absolute;
	height: 150px;
	width: 38px;
	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
{
background: url('images/fleche2_b.png') no-repeat center right;
	/*filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;*/
}
.scrollerMoo a.right
{
	right: -15px;
	top: 50%;
	margin-top: -75px;
	background: url('images/fleche2.png') no-repeat center right;
}
.scrollerMoo a.left:hover
{
background: url('images/fleche1_b.png') no-repeat center left;
	/*filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;*/
}
/** html .scrollerMoo a.left { background: url('images/fleche1_b.png') no-repeat center left; }*/
.scrollerMoo a.left
{
	left: -2px;
	top: 50%;
	margin-top: -75px;
	background: url('images/fleche1.png') no-repeat center left;
}

/** html .scrollerMoo a.right { background: url('images/fleche2_b.png') no-repeat center right; }*/

/* From jd.gallery end*/
