


/* ----------------IMAGE SLIDER------------- */
#SlideItMoo_outer {  
	width:454px; 
	height: 435px;
	margin:0px 0 10px; 
	background:#FFFFFF ; 
	display:block; 
	position:relative; 
	overflow: hidden;
	padding:0px 10px 0px;
	border-bottom:0px #666 solid;
	border-top:0px #666 solid;

}
/* create custom forward-backward buttons for this container */
#SlideItMoo_outer .SlideItMoo_forward,
#SlideItMoo_outer .SlideItMoo_back{ 
	display:block; 
	position:absolute; 
	cursor:pointer; 
	width:35px; 
	height:89px; 
	bottom:0px; 
	right:2px; 
	background:url(../img/seta_for.gif) no-repeat center;
}
#SlideItMoo_outer .SlideItMoo_back { 
	left:0px; 
	background:url(../img/seta_back.gif) no-repeat center;
}

#SlideItMoo_bloco { 
margin: 0 0 10px 0;
}

/* the width is set to show the number of thumbnails that will be visible */
#SlideItMoo_inner{ 
	position:relative ; 
	overflow:hidden ; 
	width:454px ; /* set a display width to make the slider look good in case js is disabled */
	margin:0px auto 0px;
	padding:0px 0px 0px;
}
/* the thumbnails container; set a width on it so everything will be fine */
#SlideItMoo_items { 
	display:block; 
	position:relative; 
}
/* single element design */
#SlideItMoo_items div.SlideItMoo_element { 
	display:block; 
	position:relative; 
	float:left; 
	font-size:12px; 
	width:474px;
	max-height: 440px;
	text-align:right; 
	right: 20px;
	text-indent: -50px;
	color:#666666;
}

#SlideItMoo_items a img{ border:none; }

