#myScrollerMoo
{
  
}

/** DEFAULT **/
.scrollerMoo
{
  clear:left;
  position: relative;
  width:528px;
  height: 315px;
  margin-top:20px;
  margin-bottom:10px;
}
.scrollerMooWrapper
{
  border-bottom:1px solid #EED9DE;
  border-top:1px solid #EED9DE;
  height:315px;
  margin-left:54px;
  overflow:hidden;
  padding:5px 10px 0pt;
  position:relative;
  white-space:nowrap;
  width:402px;
}
/** HOMEPAGE **/
#scrollHomepage div.scrollerMoo {
  clear:left;
  position:relative;
  width:634px;
  height:auto;
  margin-bottom:10px;
  margin-top:20px;
}

#scrollHomepage div.scrollerMooWrapper {
  border-bottom:1px solid #EED9DE;
  border-top:1px solid #EED9DE;
  height:auto;
  margin-left:33px;
  overflow:hidden;
  padding:5px 10px 0pt;
  position:relative;
  white-space:nowrap;
  width:552px;
}

/** IMAGE BLOCK **/
#scrollBlock div.scrollerMoo {
  clear:left;
  height:auto;
  margin:0pt;
  padding:0pt;
  position:relative;
  width:221px;
}

#scrollBlock div.scrollerMooWrapper {
  height:auto;
  margin:0pt;
  overflow:hidden;
  padding:0px 0px 0pt 0pt;
  position:relative;
  white-space:nowrap;
  width:210px;
  border:0 none;
}
 div.scrollerMooItem
{
	margin:0pt 6px;
}
#scrollBlock div.scrollerMooItem img
{
    margin:0;
    padding:0;
}

/** OVERVIEW block **/
#scrollOBlock div.scrollerMoo {
  clear:left;
  height:auto;
  margin:0pt 0pt 0pt 10px;
  padding:0pt;
  position:relative;
  width:283px;
}

#scrollOBlock div.scrollerMooWrapper {
  border:0pt none;
  height:auto;
  margin:0pt 0pt 0pt 37px;
  overflow:hidden;
  position:relative;
  white-space:nowrap;
  width:192px;
}
 div.scrollerMooItem
{
	margin:0pt 6px;
}






.scrollerMooBlockWrapper
{
  height:180px;
  overflow:hidden;
  position:relative;
  white-space:nowrap;
  width:193px;
}
.scrollerMooItem
{
  display: inline;
	text-align: left;
	margin: 0 5px 0 5px;	
}
.scrollerMooItem img
{
    border:0;
    margin:0;
    padding:0;
}
.scrollerMoo h3
{
    color: #002748;
    font-size: 12px;
    position: absolute;    
    display: inline;
    top: 85%;      
}

/* From jd.gallery start*/
.scrollerMoo a.scrollerright, .scrollerMoo a.scrollerleft
{
	position: absolute;
	height: 150px;
	width: 40px;
	cursor: pointer;
	z-index:10;
	/*
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	*/
}

* html .scrollerMoo a.scrollerright, * html .scrollerMoo a.scrollerleft
{
  /*
	filter:alpha(opacity=50);
	*/
}

.scrollerMoo a.scrollerright:hover, .scrollerMoo a.scrollerleft:hover
{
  /*
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	*/
}

.scrollerMoo a.scrollerleft
{
	left: 0;
	top: 50%;
	margin-top: -75px;
	background: url('../images/icons/picture_go_left.png') no-repeat center left;
}

* html .scrollerMoo a.scrollerleft { background: url('../images/icons/picture_go_left.png') no-repeat center left; }

.scrollerMoo a.scrollerright
{
	right: 0;
	top: 50%;
	margin-top: -75px;
	background: url('../images/icons/picture_go_right.png') no-repeat center right;
}

* html .scrollerMoo a.scrollerright { background: url('../images/icons/picture_go_right.png') no-repeat center right; }

/* From jd.gallery end*/