/* ----------------IMAGE SLIDER------------- */
#SlideItMoo_outer {  
	width:880px; 
	margin:0px auto; 
  height:94px;
	display:block; 
	position:relative; 
	/*padding:0px 10px 0px; */
		border: 1px solid #d7d7d7;
		clear:both;
		
}
/* create custom forward-backward buttons for this container */
#SlideItMoo_outer .SlideItMoo_forward,
#SlideItMoo_outer .SlideItMoo_back{ 
	display:block; 
	position:absolute; 
	cursor:pointer; 
	width:14px; 
	height:92px; 
	bottom:0px; 
	right:0px; 
	background:url(/assets/templates/rms/images/csarrow_off.gif) no-repeat center;  */
}
#SlideItMoo_outer .SlideItMoo_back { 
	left:0px; 
	background:url(/assets/templates/rms/images/csarrow_left_off.gif) no-repeat center;  
}

/* the width is set to show the number of thumbnails that will be visible */
#SlideItMoo_inner{ 
	position:relative ; 
	overflow:hidden ; 
	width:474px ; /* set a display width to make the slider look good in case js is disabled */
	margin:0px auto 0px;
	/*padding:10px 0px 10px; */
	  height:94px;
}
/* the thumbnails container; set a width on it so everything will be fine */
#SlideItMoo_items { 
	display:block; 
	position:relative; 
}
/* single element design */
div.SlideItMoo_element { 
	display:block; 
	position:relative; 
	float:left; 
   width:880px; 
   height:94px;
	
}

div.SlideItMoo_element .leftContent {
float:left;
width:400px;
}

div.SlideItMoo_element .rightContent {
float:right;
white-space:normal;
width:400px;
margin-right:30px;
padding:10px 0px;

}

div.SlideItMoo_element .rightContent p { line-height:16px;}

 .Copyright  p {font-size:70%;}


#SlideItMoo_items a img{ border:none; }

