#appbarcontainer { width:810px;  margin:0px auto 0px; background:#FFFFFF; padding:0px;  }

/* ----------------IMAGE SLIDER------------- */
#SlideItMoo_outer {  
	width:810px; 
	background:#414142; 
	display:block; 
	position:relative; 
}
/* create custom forward-backward buttons for this container */
#SlideItMoo_outer .SlideItMoo_forward,
#SlideItMoo_outer .SlideItMoo_back{ 
	display:block; 
	position:absolute; 
	cursor:pointer; 
	width:25px; 
	height:90px; 
	bottom:0px; 
	right:0px; 
/*	background:url(../images/slideitmoo_forward.png) no-repeat center; */
/*	background:url(../../img/ic_next.gif) no-repeat center;  */
	float:left; 
}
#SlideItMoo_outer .SlideItMoo_back { 
	left:0px; 
/*	background:url(../images/slideitmoo_back.png) no-repeat center;  */
/*	background:url(../../img/ic_prev.gif) no-repeat center;  */
	float:right; 
}

/* the width is set to show the number of thumbnails that will be visible */
#SlideItMoo_inner{ 
	position:relative ; 
	overflow:hidden ; 
	width:810px ; /* set a display width to make the slider look good in case js is disabled */
	margin:0px auto 0px;
}
/* the thumbnails container; set a width on it so everything will be fine */
#SlideItMoo_items { 
	display:block; 
	position:relative; 
	padding-left: 19px;
}
/* single element design */
#SlideItMoo_items div.SlideItMoo_element { 
	display:block; 
	float:left; 
	margin:0px 0px 0px; 
	font-size:0px; 
	text-align:center; 
	color:#FFFFFF;
}
#SlideItMoo_items a { padding:0px 0px 0px 0px; margin:0px 0px 0px; clear:both; display:block; }
#SlideItMoo_items a img{ border:none; }

/* --------------------BANNER ROTATOR--------------------- */

/* -------------------INFO BANNERS-------------------- */
