#myScrollerMoo
{
	padding-left: 0px;        
}
.scrollerMoo
{
	position: relative;
	width: 500px;
	height: 200px;
	margin-bottom:150px;
}
.scrollerMooWrapper
{
	position:relative;
	height: 345px;
	width: 475px;
	white-space: nowrap;
	overflow: hidden;
	border: 5px solid #e8e5dc;
	padding-top: 0px;
	/*padding-right: 10px;*/
	padding-right: -1px;
	padding-bottom: 0px;
	padding-left: 0px;
	/*padding-left: 5px;*/
}
.scrollerMooItem
{
	display: inline;
	text-align: left;
	margin-top: 0;
	margin-right: 25px;
	margin-bottom: 0;
	margin-left: 8px;
}
.scrollerMooItem img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
    

.scrollerMoo h3
{
	color: #43010b;
	font-size: 12px;
	position: absolute;
	display: inline;
	top: 85%;
	font-family: Arial, Helvetica, sans-serif;
	margin-top:25px;
}

/* From jd.gallery start*/
.scrollerMoo a.right, .scrollerMoo a.left
{
	position: absolute;
	height: 385px;
	width: 40px;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.2;
	margin-right:17px;
	margin-left:5px;
}

* 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;
	top: 85%;
	margin-top: -85px;
	background: url('../_img/arrow_left.png') no-repeat center left;
}

* html .scrollerMoo a.left { background: url('../_img/arrow_left.png') no-repeat center left; }

.scrollerMoo a.right
{
	right: 0;
	top: 85%;
	margin-top: -85px;
	background: url('../_img/arrow_right.png') no-repeat center right;
}

* html .scrollerMoo a.right { background: url('../_img/arrow_right.png') no-repeat center right; }

/* From jd.gallery end*/

